aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_clients.c
Commit message (Collapse)AuthorAge
* log plugin involved in slow transmissionsChristian Grothoff2015-10-17
|
* add logging to watch for transmission delays within transport serviceChristian Grothoff2015-10-17
|
* -be harsher about transport service sending messages out of line, also at ↵Christian Grothoff2015-10-17
| | | | the same time check in transport service to only transmit messages if in the right state
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -nicer loggingChristian Grothoff2015-06-07
|
* fix #3649/#3591Christian Grothoff2015-03-02
|
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff2015-02-10
| | | | testcases yet
* -fixing some memory leaks from #3667, also reindentation and code cleanupChristian Grothoff2015-02-10
|
* -fixChristian Grothoff2015-02-10
|
* -do only send HELLO to clients once on startup, do only send fully ↵Christian Grothoff2015-02-09
| | | | initialized HELLO to clients if we can help it, even the first one; do not perform blacklist check twice for try_connect
* more dead and duplicate code eliminationChristian Grothoff2015-02-08
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* avoid passing both PeerIdentity and Address (which contains PeerIdentity) if ↵Christian Grothoff2015-02-02
| | | | address is always present as then this is redundant
* fix #3589Christian Grothoff2014-12-23
|
* -doxygen and minor style fixesChristian Grothoff2014-12-20
|
* -simplify logicChristian Grothoff2014-12-20
|
* -make staticChristian Grothoff2014-12-20
|
* -use separate message types for TRY_CONNECT and TRY_DISCONNECTChristian Grothoff2014-12-20
|
* -eliminate duplicate all_zeros globals, eliminated dead 'latency' field in ↵Christian Grothoff2014-12-20
| | | | SendOKMessage
* -add assertionChristian Grothoff2014-12-20
|
* -fix docs, fix shutdownChristian Grothoff2014-11-23
|
* -fix misc monitoring issuesChristian Grothoff2014-11-23
|
* -fix sync signalling for plugin monitoringChristian Grothoff2014-11-23
|
* -fix message typeChristian Grothoff2014-11-23
|
* -indentation, doxygenChristian Grothoff2014-11-23
|
* implementing plugin session monitoring API (#3452)Christian Grothoff2014-11-07
|
* implementing monitoring functionality in transport serviceChristian Grothoff2014-10-23
|
* fixing memory leakMatthias Wachs2014-06-26
|
* info when refuse otherwise debugMatthias Wachs2014-06-26
|
* -simplify logic a bit, doxygen, indentationChristian Grothoff2014-06-22
|
* -fix #3443Christian Grothoff2014-06-12
|
* -misc fixesChristian Grothoff2014-06-11
|
* -misc fixesChristian Grothoff2014-06-11
|
* -fix handlingChristian Grothoff2014-06-11
|
* -send proper termination on errorChristian Grothoff2014-06-11
|
* -fix status codeChristian Grothoff2014-06-11
|
* clarify prettyprinter API and protocols, make sure implementations are ↵Christian Grothoff2014-06-09
| | | | consistent in their implemenation, doxygen fixes, indentation fixes, subtle semantic fixes
* fix semantic for address_to_stringMatthias Wachs2014-06-02
|
* bug huntingMatthias Wachs2014-05-27
|
* minor changesMatthias Wachs2014-05-27
|
* new apiMatthias Wachs2014-05-19
|
* added functionality to use the CLI to disconnect peersMatthias Wachs2014-03-27
| | | | | fixed DISCONNECT functionality
* no set_state to DISCONNECT_FINISHED required before free_neighbour Matthias Wachs2014-03-17
| | | | | fixing log output
* improved messagesMatthias Wachs2014-03-17
|
* more fixed documentationMatthias Wachs2014-01-16
|
* documentation for transport serviceMatthias Wachs2014-01-16
|
* fixes for reconnecting and message handling Matthias Wachs2014-01-16
|
* transport validation monitoring API (not yet complete) + CLIMatthias Wachs2014-01-15
| | | | | + fix for crash in transport/plugin_transport_udp.c
* 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
* neighbour monitoring api implementedMatthias Wachs2014-01-08
|