aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
Commit message (Collapse)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
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* 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 ↵Christian Grothoff2018-11-23
| | | | network type classification
* 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 ↵Christian Grothoff2017-03-16
| | | | plugins (which will be updated 'later')
* fix integer overflow test to actually workChristian Grothoff2017-03-10
|
* mostly logging, avoid having more than one typemap in transmission queue, ↵Christian Grothoff2017-02-19
| | | | accept port=0 as not an error, tolerate link-local addrs
* 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 ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -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
| | | | previous one
* -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 ↵Christian Grothoff2015-10-18
| | | | conventions
* fix misscalculation of per-session flow delays and apply flow delays ↵Christian Grothoff2015-10-17
| | | | properly per message instead of per session
* determine network scope for ATS even if we do not yet have a session and ↵Christian Grothoff2015-10-07
| | | | only have an address
* -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 ↵Christian Grothoff2015-05-20
| | | | the expense of having two session objects for what is pretty much the same address; however, as the inbound one is not really validated and might not work due to NAT, this actually does make sense
* -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
|