aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
Commit message (Expand)AuthorAge
* tighten formatting rulesChristian Grothoff2019-10-31
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ...ng02019-09-10
* uncrustify as demanded.ng02019-09-08
* first step to remove plibcng02019-09-06
* 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
* Fixed int to unsigned casting warning.anryko2018-01-05
* fix UDP memory leakChristian Grothoff2018-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 integer overflow test to actually workChristian Grothoff2017-03-10
* mostly logging, avoid having more than one typemap in transmission queue, acc...Christian Grothoff2017-02-19
* simplify GNUNET_CONTAINER_heap_update_cost APIChristian Grothoff2017-01-16
* fix calls to test_address, expects a struct sockaddr, not an in_addrChristian Grothoff2017-01-07
* migrate UDP plugin to new NAT logicChristian Grothoff2017-01-07
* -unregister nat on error, indentation, DCEChristian Grothoff2016-07-25
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* Fix printf format causing SEISEGVBart Polot2016-05-03
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -fix (C) noticesChristian Grothoff2016-01-19
* -fix udp transmission, avoid scheduling when unreadyChristian Grothoff2015-10-26
* -fix log callChristian Grothoff2015-10-18
* -log ACK delay vs. last frag transmitChristian Grothoff2015-10-18
* -log expected transmission time on enqueue, together with queue sizeChristian Grothoff2015-10-18
* -smoother calculation of flow delays, base it on the current message not the ...Christian Grothoff2015-10-18
* -use UINT32_MAX to mean disconnect, for realChristian Grothoff2015-10-18
* -more logging, avoid duplicate re-schedulingChristian Grothoff2015-10-18
* -use LOG instead of GNUNET_logChristian Grothoff2015-10-18
* -only schedule select once per fragmented messageChristian Grothoff2015-10-18
* rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conv...Christian Grothoff2015-10-18
* fix misscalculation of per-session flow delays and apply flow delays properly...Christian Grothoff2015-10-17
* determine network scope for ATS even if we do not yet have a session and only...Christian Grothoff2015-10-07
* -do not leave PPT timeout tasks behindChristian Grothoff2015-10-07
* fix #3986Christian Grothoff2015-10-05
* Forget to commit some filesBruno Cabral2015-08-21
* Get STUN to work with UDP pluginBruno Cabral2015-07-18
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* -this does not help #3719, likely diagnosis was wrong as well, undoChristian Grothoff2015-05-21
* set inbound flag which should fix #3719 (assuming diagnostic is correct) at t...Christian Grothoff2015-05-20
* -avoid theoretical use after freeChristian Grothoff2015-05-18
* -simplify socket NULL checkChristian Grothoff2015-05-01
* -lower to debug level (#3783)Christian Grothoff2015-04-29
* fix: compiler warning for uninitialized value Matthias Wachs2015-04-09
* consistently call deq before qcChristian Grothoff2015-03-17