summaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
AgeCommit message (Expand)Author
2022-12-04UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach
2022-12-04BUILD: Attempt to disentable platform.h, gnunet_common.h and gnunet_private_c...Martin Schanzenbach
2022-10-03-DOC: Documentation cleanup pass through TRANSPORT ('missing argument' warnings)Willow Liquorice
2021-04-26-fix many more typosChristian Grothoff
2020-10-16-fix more warningsMartin Schanzenbach
2020-07-05GNUNET_free_non_null -> GNUNET_freeChristian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-05global reindent, now with uncrustify hook enabledChristian Grothoff
2019-09-10remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ...ng0
2019-09-08uncrustify as demanded.ng0
2019-09-06first step to remove plibcng0
2019-01-28improve NAT API: allow client to store associated data with addressChristian Grothoff
2019-01-14src: for every AGPL3.0 file, add SPDX identifier.ng0
2018-11-23rename fest: use new libgnunetnt instead of old libgnunetats logic for networ...Christian Grothoff
2018-06-07paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX
2018-06-07glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX
2018-06-05first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX
2018-01-05Fixed int to unsigned casting warning.anryko
2018-01-04fix UDP memory leakChristian Grothoff
2017-03-17more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff
2017-03-16removing dead/legacy server/connection logic, except for in tcp/wlan/bt plugi...Christian Grothoff
2017-03-10fix integer overflow test to actually workChristian Grothoff
2017-02-19mostly logging, avoid having more than one typemap in transmission queue, acc...Christian Grothoff
2017-01-16simplify GNUNET_CONTAINER_heap_update_cost APIChristian Grothoff
2017-01-07fix calls to test_address, expects a struct sockaddr, not an in_addrChristian Grothoff
2017-01-07migrate UDP plugin to new NAT logicChristian Grothoff
2016-07-25-unregister nat on error, indentation, DCEChristian Grothoff
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-05-03Fix printf format causing SEISEGVBart Polot
2016-04-30implementing new scheduler shutdown semanticsChristian Grothoff
2016-04-09small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-10-26-fix udp transmission, avoid scheduling when unreadyChristian Grothoff
2015-10-18-fix log callChristian Grothoff
2015-10-18-log ACK delay vs. last frag transmitChristian Grothoff
2015-10-18-log expected transmission time on enqueue, together with queue sizeChristian Grothoff
2015-10-18-smoother calculation of flow delays, base it on the current message not the ...Christian Grothoff
2015-10-18-use UINT32_MAX to mean disconnect, for realChristian Grothoff
2015-10-18-more logging, avoid duplicate re-schedulingChristian Grothoff
2015-10-18-use LOG instead of GNUNET_logChristian Grothoff
2015-10-18-only schedule select once per fragmented messageChristian Grothoff
2015-10-18rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conv...Christian Grothoff
2015-10-17fix misscalculation of per-session flow delays and apply flow delays properly...Christian Grothoff
2015-10-07determine network scope for ATS even if we do not yet have a session and only...Christian Grothoff
2015-10-07-do not leave PPT timeout tasks behindChristian Grothoff
2015-10-05fix #3986Christian Grothoff
2015-08-21Forget to commit some filesBruno Cabral
2015-07-18Get STUN to work with UDP pluginBruno Cabral
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-05-21-this does not help #3719, likely diagnosis was wrong as well, undoChristian Grothoff