aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.h
AgeCommit message (Expand)Author
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
2017-03-16removing dead/legacy server/connection logic, except for in tcp/wlan/bt plugi...Christian Grothoff
2017-01-07migrate UDP plugin to new NAT logicChristian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-10-18rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conv...Christian Grothoff
2015-07-18Get STUN to work with UDP pluginBruno Cabral
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-03-01-simplifying event loop for UDP, separting v4/v6 for better performance (in t...Christian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2015-02-01cleaning up UDP code to use only on address format throughout the code as muc...Christian Grothoff
2014-12-24making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff
2014-06-23-removing global state from UDP plugin (statics), doxygen, indentation, start...Christian Grothoff
2014-03-10Add missing stub definitions of structs to the corresponding header filesFlorian Dold
2014-03-07add missing ifdefs in header filesFlorian Dold
2014-01-13implementing 0003268 to inbound information in HELLO addressesMatthias Wachs
2013-12-19added function to disable receiving broadcasts to prevent buildbots from conn...Matthias Wachs
2013-12-18fixing 0003221: Crash in UDP broadcast: plugin_transport_udp_broadcasting.c:2...Matthias Wachs
2013-11-28-cleaning up UDP broadcast code, preparing for cryogenicChristian Grothoff
2013-11-14-make buildbots happierChristian Grothoff
2013-10-09-rename serverAddr to server_addr to follow naming conventionsChristian Grothoff
2013-09-30-getting ATS and transport to compile again (part of #3047)Christian Grothoff
2013-06-27added options in headerMatthias Wachs
2013-05-16fixing memory leaks in udpMatthias Wachs
2012-11-15- bug huntingMatthias Wachs
2012-10-16changesMatthias Wachs
2012-09-17fixing udp busyloop reported by LRN on #gnunet on 8-27Christian Grothoff
2012-02-23splitted ipv4 and ipv6 socket select schedulingMatthias Wachs
2012-02-22- separated sending for ipv4 and v6Matthias Wachs
2012-02-13adding rewritten udp pluginMatthias Wachs