aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
Commit message (Expand)AuthorAge
...
* -do only send HELLO to clients once on startup, do only send fully initialize...Christian Grothoff2015-02-09
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* Various changes:Christian Grothoff2015-02-05
* dramatically simplify quota notification: avoid registration, simply always n...Christian Grothoff2015-02-02
* cleaning up UDP code to use only on address format throughout the code as muc...Christian Grothoff2015-02-01
* -correct a few overly optimistic assumptions about what can legitimately happ...Christian Grothoff2015-01-25
* -pass closure, indentation fixesChristian Grothoff2015-01-25
* -undo bad commitChristian Grothoff2015-01-25
* -indentation plugin_transport_udp.cChristian Grothoff2015-01-25
* simplify ATS API and plugin API by returning the network type, instead of an ...Christian Grothoff2015-01-17
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* Remove work-around for bad NULL definitionDavid Barksdale2014-12-23
* -fix misc monitoring issuesChristian Grothoff2014-11-23
* -indentation, doxygenChristian Grothoff2014-11-23
* -rename constantsChristian Grothoff2014-11-22
* adding support for TCP STEALTH integrity protectionChristian Grothoff2014-11-22
* -move welcome creation to startupChristian Grothoff2014-11-22
* implementing plugin session monitoring API (#3452)Christian Grothoff2014-11-07
* -use const for the arrayChristian Grothoff2014-11-02
* adding TCP_STEALTH support to TCP pluginChristian Grothoff2014-11-02
* -indentation fixesChristian Grothoff2014-06-23
* -code cleanup, doxygenChristian Grothoff2014-06-23
* -simplify logic, just use clearly working direct method to extract session fr...Christian Grothoff2014-06-23
* adding missing monitoring callbacks for TCPChristian Grothoff2014-06-23
* -towards having the monitoring API supported by TCPChristian Grothoff2014-06-23
* make myoptions member of 'struct Plugin' instead of a globalChristian Grothoff2014-06-23
* -fixChristian Grothoff2014-06-11
* -misc fixesChristian Grothoff2014-06-11
* -send proper termination on errorChristian Grothoff2014-06-11
* clarify prettyprinter API and protocols, make sure implementations are consis...Christian Grothoff2014-06-09
* remove protocol violationMatthias Wachs2014-06-05
* -indentation and doxygen fixesChristian Grothoff2014-06-03
* fix semantic for address_to_stringMatthias Wachs2014-06-02
* error handling was moved to clientsMatthias Wachs2014-05-27
* remove fix me: probe_ctx are stored in a list and clean up on shutdown performedMatthias Wachs2014-05-27
* improved log messageMatthias Wachs2014-05-20
* -fixing hypothetical leak on error pathChristian Grothoff2014-04-07
* minor changes for address conversionMatthias Wachs2014-04-01
* debug message for assertion to figure out malformed address lengthMatthias Wachs2014-03-31
* improved network lookup Matthias Wachs2014-03-27
* fix compile warningMatthias Wachs2014-03-21
* session end function must include address to notify addressMatthias Wachs2014-03-20
* fixing issues:Matthias Wachs2014-02-12
* send receive delay rescheduling supportMatthias Wachs2014-01-30
* more fixed documentationMatthias Wachs2014-01-16
* simplification for tcp pluginMatthias Wachs2014-01-14
* fix memory leakMatthias Wachs2014-01-14
* fix for creating session Matthias Wachs2014-01-14
* implementing 0003268 to inbound information in HELLO addressesMatthias Wachs2014-01-13
* -fix npe (#3248)Christian Grothoff2014-01-02