aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
Commit message (Expand)AuthorAge
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
* follow-up to 7c14b80a011e9e99b1cef0bfd96bae364edd5663:ng02019-11-20
* tighten formatting rulesChristian Grothoff2019-10-31
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
* uncrustify as demanded.ng02019-09-08
* first step to remove plibcng02019-09-06
* trying to improve things for #5560Christian Grothoff2019-02-13
* improve NAT API: allow client to store associated data with addressChristian Grothoff2019-01-28
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
* rename fest: use new libgnunetnt instead of old libgnunetats logic for networ...Christian Grothoff2018-11-23
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
* internally assert that asprintf size allocation never failsChristian Grothoff2018-01-06
* fix indentation and use after free in tcp pluginChristian Grothoff2018-01-06
* Fixed Uninitialized Variable warning.anryko2018-01-04
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
* removing dead/legacy server/connection logic, except for in tcp/wlan/bt plugi...Christian Grothoff2017-03-16
* fix sun_len issue (#4816) by adding test and fixing typoChristian Grothoff2017-02-21
* misc log fixes, plus prevent multiple TCP connections from wrecking havoc by ...Christian Grothoff2017-02-19
* fix calls to test_address, expects a struct sockaddr, not an in_addrChristian Grothoff2017-01-07
* migrate TCP plugin to new NAT logicChristian Grothoff2017-01-07
* eliminate last residue of old service api in transportChristian Grothoff2016-10-21
* transport_tcp: make use of GNUNET_HELLO_address_check_optionDaniel Golle2016-08-04
* -unregister nat on error, indentation, DCEChristian Grothoff2016-07-25
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* 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