aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.h
Commit message (Collapse)AuthorAge
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* 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
|
* removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵Christian Grothoff2017-03-16
| | | | plugins (which will be updated 'later')
* migrate UDP plugin to new NAT logicChristian Grothoff2017-01-07
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming ↵Christian Grothoff2015-10-18
| | | | conventions
* Get STUN to work with UDP pluginBruno Cabral2015-07-18
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -simplifying event loop for UDP, separting v4/v6 for better performance (in ↵Christian Grothoff2015-03-01
| | | | theory at least)
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* cleaning up UDP code to use only on address format throughout the code as ↵Christian Grothoff2015-02-01
| | | | much as possible
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -removing global state from UDP plugin (statics), doxygen, indentation, ↵Christian Grothoff2014-06-23
| | | | starting support for monitoring
* Add missing stub definitions of structs to the corresponding header filesFlorian Dold2014-03-10
|
* add missing ifdefs in header filesFlorian Dold2014-03-07
|
* implementing 0003268 to inbound information in HELLO addressesMatthias Wachs2014-01-13
| | | | | | | | | | All transport plugin functions are modified to use HELLO addresses instead of peer,address,address_length All plugins are modified to use HELLO addresses internally This commit can break transport functionality: core tests on my system still pass, but transport tests may still fail, errors messages may occurs or crashs Will be fixed asap
* added function to disable receiving broadcasts to prevent buildbots from ↵Matthias Wachs2013-12-19
| | | | connecting to the network
* fixing 0003221: Crash in UDP broadcast: ↵Matthias Wachs2013-12-18
| | | | plugin_transport_udp_broadcasting.c:253.
* -cleaning up UDP broadcast code, preparing for cryogenicChristian Grothoff2013-11-28
|
* -make buildbots happierChristian Grothoff2013-11-14
|
* -rename serverAddr to server_addr to follow naming conventionsChristian Grothoff2013-10-09
|
* -getting ATS and transport to compile again (part of #3047)Christian Grothoff2013-09-30
|
* added options in headerMatthias Wachs2013-06-27
|
* fixing memory leaks in udpMatthias Wachs2013-05-16
|
* - bug huntingMatthias Wachs2012-11-15
|
* changesMatthias Wachs2012-10-16
|
* fixing udp busyloop reported by LRN on #gnunet on 8-27Christian Grothoff2012-09-17
|
* splitted ipv4 and ipv6 socket select schedulingMatthias Wachs2012-02-23
| | | | | | | removed looping for write select improved ipv4/v6 en/disabling session management
* - separated sending for ipv4 and v6Matthias Wachs2012-02-22
|
* adding rewritten udp pluginMatthias Wachs2012-02-13