aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_clients.c
Commit message (Collapse)AuthorAge
* 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
|
* implementing monitoring apiMatthias Wachs2014-01-08
|
* new monitoring APIMatthias Wachs2014-01-07
|
* malloc -> newLRN2013-12-19
|
* -doxygen, indentation fixesChristian Grothoff2013-12-09
|
* -doxygen, indentation fixesChristian Grothoff2013-12-09
|
* unusedMatthias Wachs2013-10-18
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* added warning for self connectMatthias Wachs2013-08-08
|
* compile error in udpMatthias Wachs2013-05-14
| | | | | additional debug messages for transport connections
* changes for mantis 0002676Matthias Wachs2013-04-04
|
* support for FRIEND_HELLO messagesMatthias Wachs2013-03-28
|
* doxygenMatthias Wachs2013-03-25
|
* changes to connect_cbMatthias Wachs2013-03-21
|
* transport metric manipulationMatthias Wachs2013-02-05
|
* address parsingMatthias Wachs2013-01-17
|
* -fix buildSree Harsha Totakura2012-11-09
|
* implement mantis 0002419Matthias Wachs2012-11-09
|
* fix mem leak mantis 0002635Matthias Wachs2012-11-07
|
* doxygenMatthias Wachs2012-10-16
|
* changesMatthias Wachs2012-10-16
|
* overhead reportingMatthias Wachs2012-10-16
|
* not requiredMatthias Wachs2012-10-04
|
* fix type issueMatthias Wachs2012-10-04
|
* prefix based plugin lookup for transportMatthias Wachs2012-09-21
|
* - dozygenMatthias Wachs2012-07-06
|
* - implementation for mantis 0002485Matthias Wachs2012-07-06
|
* - fixing stat valuesMatthias Wachs2012-05-11
|
* -fixing #2302Christian Grothoff2012-05-06
|
* -trying to resolve alignment issue on sparcChristian Grothoff2012-04-24
|
* - assertions and checks for mantis 2283 Matthias Wachs2012-04-24
|
* introducing soft shutdown concept for services; during soft shutdown, ↵Christian Grothoff2012-04-22
| | | | services that are still managing non-monitor clients continue to run until those clients disconnect; however, the services do stop to accept new connections (will stop listening); soft shutdown is now used by ats, transport, peerinfo, namestore and most importantly statistics; this should fix #2197
* -fixing #2274 -- eliminating GNUNET_SCHEDULER_add_afterChristian Grothoff2012-04-19
|
* - fix ipv6 address format for tcp pretty printerMatthias Wachs2012-04-02
|
* -fixChristian Grothoff2012-02-13
|
* -fixing leak of transmit context (cov 10128)Christian Grothoff2012-02-13
|
* -GArik: remove redundant comparison, also use %p for pointersChristian Grothoff2012-02-12
|
* -fixChristian Grothoff2012-02-06
|
* -applying patch from vminko to fix #1972: adding support for continuous ↵Christian Grothoff2012-02-06
| | | | transport-level connection monitoring
* fix for mantis #2008Matthias Wachs2011-12-20
|
* -fixing indentationChristian Grothoff2011-11-29
|
* -cleaning up message format and code related to recent transport address ↵Christian Grothoff2011-11-29
| | | | stringification code