allow empty/NULL context message
[oweals/gnunet.git] / src / transport / plugin_transport_udp.c
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
2014-04-03 Matthias Wachsdefragmentation context not freed when session is deleted
2014-03-29 Matthias Wachsdebuggging message for "send ACK but no session found...
2014-03-21 Matthias Wachsfix initialized value in udp on invalid address
2014-03-20 Matthias Wachssession end function must include address to notify...
2014-02-06 Christian Grothoff-doxygen, indentation, code cleanup
2014-01-30 Matthias Wachsextending bandwidth tracker api to support notifications
2014-01-28 Matthias Wachsfix compile error
2014-01-17 Matthias Wachsfix ftbfs on system where SIN_LEN exists
2014-01-16 Matthias Wachsmore fixed documentation
2014-01-15 Matthias Wachstransport validation monitoring API (not yet complete...
2014-01-14 Matthias Wachsissue: as long as we do not have a peer identity we...
2014-01-14 Matthias Wachsfixing issues with udp due to internal address length
2014-01-14 Matthias Wachsimproved checking for direction
2014-01-14 Matthias Wachsfix for printing address
2014-01-13 Matthias Wachsimplementing 0003268 to inbound information in HELLO...
2013-12-19 Matthias Wachsadded function to disable receiving broadcasts to preve...
2013-12-19 LRNmalloc -> new
2013-12-18 Matthias Wachsfix for plugin
2013-12-18 Matthias Wachsrescheduling sessions for udp
2013-12-18 Matthias Wachsnew timeout function and keep alives with nonces
2013-12-18 Matthias Wachsfix for fix
2013-12-18 Matthias Wachsfixing 0003221: Crash in UDP broadcast: plugin_transpor...
2013-12-17 Matthias Wachsdo not reschedule timeout on sending
2013-12-17 Matthias WachsIPv6 not available: second messsage is better
2013-12-15 LRNNon-uniform keepalive timeout for different plugins
2013-12-13 Christian Grothoff-doxygen, indentation
2013-12-13 Matthias Wachsfix assertion in line 1388
2013-12-13 Christian Grothoff-code cleanup, fixing #3207: timeout can be NULL in...
2013-12-12 Christian Grothoff-extend transport plugin API with capability to just...
2013-12-12 Matthias Wachsshorter session timeout for UDP
2013-12-09 Matthias Wachsmake message appear less often
2013-11-14 Christian Grothoff-fix warnings, use proper types for addr
2013-11-14 Christian Grothoff-make buildbots happier
2013-10-09 Christian Grothoff-rename serverAddr to server_addr to follow naming...
2013-10-09 Christian Grothoff-switching (again) to named sockets, see #2887
next