aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.c
Commit message (Collapse)AuthorAge
* documentation for transport serviceMatthias Wachs2014-01-16
|
* transport validation monitoring API (not yet complete) + CLIMatthias Wachs2014-01-15
| | | | | + fix for crash in transport/plugin_transport_udp.c
* improved checking for directionMatthias Wachs2014-01-14
|
* improved log messagesMatthias Wachs2014-01-14
|
* implementing 0003268 to inbound information in HELLO addressesMatthias Wachs2014-01-13
| | | | | | | | | | All transport plugin functions are modified to use HELLO addresses instead of peer,address,address_length All plugins are modified to use HELLO addresses internally This commit can break transport functionality: core tests on my system still pass, but transport tests may still fail, errors messages may occurs or crashs Will be fixed asap
* extending ATS api suggest callback with peer idMatthias Wachs2014-01-09
| | | | | adding suggest continuation
* neighbour monitoring api implementedMatthias Wachs2014-01-08
|
* -more logging and doxygen fixesChristian Grothoff2013-12-23
|
* -fix castsChristian Grothoff2013-12-23
|
* pass ATS information for incoming sessions immediately to ATS serviceChristian Grothoff2013-12-18
|
* new timeout function and keep alives with noncesMatthias Wachs2013-12-18
|
* -simplify logic to help diagnose #2858Christian Grothoff2013-12-13
|
* -remove break for something that theoretically could be OKChristian Grothoff2013-12-13
|
* -fix #3212Christian Grothoff2013-12-13
|
* -fix 3208 by making kills asyncChristian Grothoff2013-12-13
|
* -sometimes bugs are really simple -- fixing #3191 but creating fresh crashesChristian Grothoff2013-12-13
|
* use enum GNUNET_ATS_Network_Type instead of uint32_t where appropriateChristian Grothoff2013-12-13
|
* -code cleanup, fixing #3207: timeout can be NULL in ↵Christian Grothoff2013-12-13
| | | | reschedule_session_timeout if we are 'in destroy', in which case we should simply do nothing
* -be stricter during handshake, close sessions with broken interactions ↵Christian Grothoff2013-12-12
| | | | aggressively
* -more logging, etc.Christian Grothoff2013-12-11
|
* -doxygen, indentation fixesChristian Grothoff2013-12-09
|
* -doxygen, indentation fixesChristian Grothoff2013-12-09
|
* (no commit message)Matthias Wachs2013-10-18
|
* - fix assertion in schedulingMatthias Wachs2013-10-18
| | | | | - formatting
* basic utilization implementationMatthias Wachs2013-10-18
| | | | | causes an assertion in ats_scheduling when address is not yet known
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* - fixing udp address handling for inbound sessionsMatthias Wachs2013-10-07
| | | | | - fixing some indentation
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -getting ATS and transport to compile again (part of #3047)Christian Grothoff2013-09-30
|
* clarified docu and log level for ATS disconnect notificationsMatthias Wachs2013-09-16
|
* warning if inbound session does not have address length 0Matthias Wachs2013-09-13
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly insteadChristian Grothoff2013-08-21
|
* remove dead assignmentsMatthias Wachs2013-08-19
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* more infoMatthias Wachs2013-08-08
|
* moving to new, fixed-size encoding of public and private ECC keys ↵Christian Grothoff2013-08-06
| | | | everywhere, also improving ECC API to better support ECRS/GADS operations
* using inbound stringMatthias Wachs2013-07-12
|
* notify ATS about a session (used for for validation) if we receive payload ↵Matthias Wachs2013-07-11
| | | | from a remote peer on this session
* removing general address addingMatthias Wachs2013-07-11
|
* unkown session reportingMatthias Wachs2013-07-10
|
* modified validation to use new api call to set networktypeMatthias Wachs2013-07-10
|
* move add function directly to transportMatthias Wachs2013-07-10
|
* this add should not be required anymoreMatthias Wachs2013-07-09
|
* new function for plugins to signal inbound session,Matthias Wachs2013-07-09
| | | | | have to extend plugins
* -simplify zone key loading by using synchronous ECC key APIChristian Grothoff2013-07-09
|
* fix for 0002890Matthias Wachs2013-05-23
|
* -fixes to error reportingChristian Grothoff2013-05-21
|
* surpress core message " Unsupported message of type 16"Matthias Wachs2013-04-11
|
* changes for mantis 0002676Matthias Wachs2013-04-04
|