aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
Commit message (Expand)AuthorAge
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -fix (C) noticesChristian Grothoff2016-01-19
* rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conv...Christian Grothoff2015-10-18
* determine network scope for ATS even if we do not yet have a session and only...Christian Grothoff2015-10-07
* Match struct IPv4/6TcpAddress with UDP versionsDavid Barksdale2015-07-27
* Get STUN to work with UDP pluginBruno Cabral2015-07-18
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* -nicer loggingChristian Grothoff2015-06-07
* finally fix #3698Christian Grothoff2015-03-02
* -extend block API to allow specifying flags, use this to allow reducing check...Christian Grothoff2015-02-28
* call GNUNET_SERVER_receive_done() also on internal error pathsChristian Grothoff2015-02-28
* -count total TCP handshakesChristian Grothoff2015-02-28
* -check on cur_connectionsChristian Grothoff2015-02-28
* simplify logic, do not report monitoring events for sessions in destroy, inde...Christian Grothoff2015-02-22
* -indenting...Christian Grothoff2015-02-21
* fix use-after-free on exitChristian Grothoff2015-02-21
* -fix scope assignmentChristian Grothoff2015-02-21
* trying to fix #3687/3683/3684 by avoiding server's client reference counting ...Christian Grothoff2015-02-20
* fixing #3683: proper counting of TCP connectionsChristian Grothoff2015-02-18
* -fixing misc minor bugs and style issues (unchecked return values, memory lea...Christian Grothoff2015-02-13
* log TCP server suspendsChristian Grothoff2015-02-12
* -nicer loggingChristian Grothoff2015-02-12
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS te...Christian Grothoff2015-02-10
* -fixing some memory leaks from #3667, also reindentation and code cleanupChristian Grothoff2015-02-10
* -minor indentation/logging fixesChristian Grothoff2015-02-09
* -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