aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
Commit message (Collapse)AuthorAge
...
* -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 ↵Christian Grothoff2015-03-07
| | | | adding additional check for messages being enqueued for destroyed sessions
* fix #3649/#3591Christian Grothoff2015-03-02
|
* major code cleanup in UDP plugin, seems to also fix bugs; specifically, I ↵Christian Grothoff2015-03-01
| | | | think I fixed a leak
* -simplifying event loop for UDP, separting v4/v6 for better performance (in ↵Christian Grothoff2015-03-01
| | | | theory at least)
* -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, ↵Christian Grothoff2015-02-22
| | | | indentation, doxygen -- may help/fix #3591
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff2015-02-10
| | | | testcases yet
* -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 ↵Christian Grothoff2015-02-01
| | | | much as possible
* -correct a few overly optimistic assumptions about what can legitimately ↵Christian Grothoff2015-01-25
| | | | happen...
* -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
| | | | ATS_Information struct
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -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, ↵Christian Grothoff2014-06-23
| | | | starting support for monitoring
* clarify prettyprinter API and protocols, make sure implementations are ↵Christian Grothoff2014-06-09
| | | | consistent in their implemenation, doxygen fixes, indentation fixes, subtle semantic fixes
* 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
| | | | | fix log message
* 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
|
* fix compile errorMatthias Wachs2014-01-28
|
* fix ftbfs on system where SIN_LEN existsMatthias Wachs2014-01-17
|
* more fixed documentationMatthias Wachs2014-01-16
|
* transport validation monitoring API (not yet complete) + CLIMatthias Wachs2014-01-15
| | | | | + fix for crash in transport/plugin_transport_udp.c
* issue: as long as we do not have a peer identity we cannot work with ↵Matthias Wachs2014-01-14
| | | | | | | HELLO_addresses, so we have to stick to sock_addr fixed sockaddr-to-session lookup
* fixing issues with udp due to internal address lengthMatthias Wachs2014-01-14
|
* improved checking for directionMatthias Wachs2014-01-14
|