aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
Commit message (Expand)AuthorAge
...
* -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 t...Christian Grothoff2015-05-20
* -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
* -doxygen fixChristian Grothoff2015-03-13
* this can be very harmless, reduce loggingChristian Grothoff2015-03-07
* trying to fix #3694: reduce duplicate ACKingChristian Grothoff2015-03-07
* fix #3704Christian Grothoff2015-03-07
* trying to fix #3702 by removing session from session map earlier -- and addin...Christian Grothoff2015-03-07
* fix #3649/#3591Christian Grothoff2015-03-02
* major code cleanup in UDP plugin, seems to also fix bugs; specifically, I thi...Christian Grothoff2015-03-01
* -simplifying event loop for UDP, separting v4/v6 for better performance (in t...Christian Grothoff2015-03-01
* -simplify logicChristian Grothoff2015-03-01
* call GNUNET_SERVER_receive_done() also on internal error pathsChristian Grothoff2015-02-28
* -no longer neededChristian Grothoff2015-02-28
* -fix indentation, logging, i18n, doxygenChristian Grothoff2015-02-28
* simplify logic, do not report monitoring events for sessions in destroy, inde...Christian Grothoff2015-02-22
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS te...Christian Grothoff2015-02-10
* -fixing some memory leaks from #3667, also reindentation and code cleanupChristian Grothoff2015-02-10
* -improve UDP loggingChristian Grothoff2015-02-09
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* remember which port we picked at random on port-autoconfigChristian Grothoff2015-02-04
* cleaning up UDP code to use only on address format throughout the code as muc...Christian Grothoff2015-02-01
* -correct a few overly optimistic assumptions about what can legitimately happ...Christian Grothoff2015-01-25
* -stupid check, removeChristian Grothoff2015-01-25
* -indentationChristian Grothoff2015-01-25
* -undo bad commitChristian Grothoff2015-01-25
* -indentation plugin_transport_udp.cChristian Grothoff2015-01-25
* simplify ATS API and plugin API by returning the network type, instead of an ...Christian Grothoff2015-01-17
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* -adding debug logic for #3555Christian Grothoff2014-12-16
* implementing plugin session monitoring API (#3452)Christian Grothoff2014-11-07
* -move struct def to where it is usedChristian Grothoff2014-06-23
* -fix uninitChristian Grothoff2014-06-23
* -towards having the monitoring API supported by TCPChristian Grothoff2014-06-23
* adding monitoring support to UDP plugin, plus some doxygen/indentation fixesChristian Grothoff2014-06-23
* -removing global state from UDP plugin (statics), doxygen, indentation, start...Christian Grothoff2014-06-23
* clarify prettyprinter API and protocols, make sure implementations are consis...Christian Grothoff2014-06-09
* no comma, breaks gnunet-statistics-gtk (fixes #3417)Christian Grothoff2014-06-02
* fix semantic for address_to_stringMatthias Wachs2014-06-02
* fixng crash on shutdownMatthias Wachs2014-04-07
* defragmentation context not freed when session is deletedMatthias Wachs2014-04-03
* debuggging message for "send ACK but no session found" issueMatthias Wachs2014-03-29
* fix initialized value in udp on invalid addressMatthias Wachs2014-03-21
* session end function must include address to notify addressMatthias Wachs2014-03-20
* -doxygen, indentation, code cleanupChristian Grothoff2014-02-06
* extending bandwidth tracker api to support notificationsMatthias Wachs2014-01-30