Merge branch 'master' of gnunet.org:gnunet
[oweals/gnunet.git] / src / transport / plugin_transport_udp.c
2019-10-05 Christian Grothoffglobal reindent, now with uncrustify hook enabled
2019-09-10 ng0remove CYGWIN codeblocks, drop vendored Windows openvpn...
2019-09-08 ng0uncrustify as demanded.
2019-09-06 ng0first step to remove plibc
2019-01-28 Christian Grothoffimprove NAT API: allow client to store associated data...
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-11-23 Christian Grothoffrename fest: use new libgnunetnt instead of old libgnun...
2018-06-13 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-06-11 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-07 psyc://loupsycedyg... paragraph for gnunet devs that don't know how to use...
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2018-01-08 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2018-01-06 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-01-06 lurchiMerge branch 'lurchi_social'
2018-01-05 Schanzenbach, MartinMerge branch 'master' of git+ssh://gnunet.org/gnunet
2018-01-05 anrykoFixed int to unsigned casting warning.
2018-01-04 ng0Merge branch 'master' of gnunet.org:gnunet
2018-01-04 Christian Grothofffix UDP memory leak
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-24 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-17 Christian Grothoffmore renamings relating to 'new' service now just being...
2017-03-17 Christian GrothoffMerge branch 'master' into getopt
2017-03-16 Christian Grothoffremoving dead/legacy server/connection logic, except...
2017-03-10 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-10 Christian Grothofffix integer overflow test to actually work
2017-02-19 Christian Grothoffmostly logging, avoid having more than one typemap...
2017-01-20 Schanzenbach, Martin- merge; service API change
2017-01-16 Christian Grothoffsimplify GNUNET_CONTAINER_heap_update_cost API
2017-01-07 Christian Grothofffix calls to test_address, expects a struct sockaddr...
2017-01-07 Christian Grothoffmigrate UDP plugin to new NAT logic
2016-07-25 Christian Grothoff-unregister nat on error, indentation, DCE
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-05-03 Bart PolotFix printf format causing SEISEGV
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-10-26 Christian Grothoff-fix udp transmission, avoid scheduling when unready
2015-10-18 Christian Grothoff-fix log call
2015-10-18 Christian Grothoff-log ACK delay vs. last frag transmit
2015-10-18 Christian Grothoff-log expected transmission time on enqueue, together...
2015-10-18 Christian Grothoff-smoother calculation of flow delays, base it on the...
2015-10-18 Christian Grothoff-use UINT32_MAX to mean disconnect, for real
2015-10-18 Christian Grothoff-more logging, avoid duplicate re-scheduling
2015-10-18 Christian Grothoff-use LOG instead of GNUNET_log
2015-10-18 Christian Grothoff-only schedule select once per fragmented message
2015-10-18 Christian Grothoffrename 'struct Session' to 'struct GNUNET_ATS_Session...
2015-10-17 Christian Grothofffix misscalculation of per-session flow delays and...
2015-10-07 Christian Grothoffdetermine network scope for ATS even if we do not yet...
2015-10-07 Christian Grothoff-do not leave PPT timeout tasks behind
2015-10-05 Christian Grothofffix #3986
2015-08-21 Bruno CabralForget to commit some files
2015-07-18 Bruno CabralGet STUN to work with UDP plugin
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-05-21 Christian Grothoff-this does not help #3719, likely diagnosis was wrong...
2015-05-20 Christian Grothoffset inbound flag which should fix #3719 (assuming diagn...
2015-05-18 Christian Grothoff-avoid theoretical use after free
2015-05-01 Christian Grothoff-simplify socket NULL check
2015-04-29 Christian Grothoff-lower to debug level (#3783)
2015-04-09 Matthias Wachsfix: compiler warning for uninitialized value
2015-03-17 Christian Grothoffconsistently call deq before qc
2015-03-13 Christian Grothoff-doxygen fix
2015-03-07 Christian Grothoffthis can be very harmless, reduce logging
2015-03-07 Christian Grothofftrying to fix #3694: reduce duplicate ACKing
2015-03-07 Christian Grothofffix #3704
2015-03-07 Christian Grothofftrying to fix #3702 by removing session from session...
2015-03-02 Christian Grothofffix #3649/#3591
2015-03-01 Christian Grothoffmajor code cleanup in UDP plugin, seems to also fix...
2015-03-01 Christian Grothoff-simplifying event loop for UDP, separting v4/v6 for...
2015-03-01 Christian Grothoff-simplify logic
2015-02-28 Christian Grothoffcall GNUNET_SERVER_receive_done() also on internal...
2015-02-28 Christian Grothoff-no longer needed
2015-02-28 Christian Grothoff-fix indentation, logging, i18n, doxygen
2015-02-22 Christian Grothoffsimplify logic, do not report monitoring events for...
2015-02-10 Christian Grothofffixing #3657 (replace ATS_Information with struct)...
2015-02-10 Christian Grothoff-fixing some memory leaks from #3667, also reindentatio...
2015-02-09 Christian Grothoff-improve UDP logging
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-04 Christian Grothoffremember which port we picked at random on port-autoconfig
2015-02-01 Christian Grothoffcleaning up UDP code to use only on address format...
2015-01-25 Christian Grothoff-correct a few overly optimistic assumptions about...
2015-01-25 Christian Grothoff-stupid check, remove
2015-01-25 Christian Grothoff-indentation
2015-01-25 Christian Grothoff-undo bad commit
2015-01-25 Christian Grothoff-indentation plugin_transport_udp.c
2015-01-17 Christian Grothoffsimplify ATS API and plugin API by returning the networ...
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-16 Christian Grothoff-adding debug logic for #3555
2014-11-07 Christian Grothoffimplementing plugin session monitoring API (#3452)
2014-06-23 Christian Grothoff-move struct def to where it is used
2014-06-23 Christian Grothoff-fix uninit
2014-06-23 Christian Grothoff-towards having the monitoring API supported by TCP
2014-06-23 Christian Grothoffadding monitoring support to UDP plugin, plus some...
2014-06-23 Christian Grothoff-removing global state from UDP plugin (statics), doxyg...
2014-06-09 Christian Grothoffclarify prettyprinter API and protocols, make sure...
2014-06-02 Christian Grothoffno comma, breaks gnunet-statistics-gtk (fixes #3417)
2014-06-02 Matthias Wachsfix semantic for address_to_string
2014-04-07 Matthias Wachsfixng crash on shutdown
next