-this does not help #3719, likely diagnosis was wrong as well, undo
[oweals/gnunet.git] / src / transport / plugin_transport_udp.c
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
2013-10-07 Matthias Wachs- fixing udp address handling for inbound sessions
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-30 Christian Grothoff-getting ATS and transport to compile again (part of...
2013-09-27 Christian Grothoff-undo #29640, somehow causes problems
2013-09-26 Christian Grothoffmoving from abstract unix domain socket paths to normal...
2013-09-16 Matthias Wachsfix: upd has to use the session with fragmentation...
2013-09-16 Matthias Wachsfix: do not return inbound sessions when transport...
2013-08-20 Matthias Wachscheck in wrong line
2013-08-20 Matthias Wachsmore clang fixes
2013-08-20 Matthias Wachsfixing bugs found by clang
2013-08-19 Matthias Wachsremove dead assignments
2013-08-12 Christian Grothoff-some minor code cleanup
2013-08-11 Christian Grothoffchanging time measurement from milliseconds to microseconds
2013-07-17 Matthias Wachsremoving breaks, adding stats
2013-07-15 Matthias Wachsudp returned addresses with 0-port
2013-07-15 Matthias Wachswhile running transport: valgrind showed memory leak...
2013-07-13 Christian Grothoff-add dv_get_network to DV API, improve signature to...
2013-07-12 Matthias Wachsusing inbound string
2013-07-12 Matthias Wachsfixing crash
2013-07-12 Matthias Wachsimportant check
2013-07-11 Matthias Wachsfixed:
next