aboutsummaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Expand)AuthorAge
* -check transport-side for connect-to-selfChristian Grothoff2015-10-26
* -remove deprecated try_disconnect APIChristian Grothoff2015-10-18
* move -C option from gnunet-transport to gnunet-ats; also, use blacklisting AP...Christian Grothoff2015-10-18
* -fix log callChristian Grothoff2015-10-18
* -handle NULL for session (i.e. already gone/down)Christian Grothoff2015-10-18
* -log ACK delay vs. last frag transmitChristian Grothoff2015-10-18
* -log expected transmission time on enqueue, together with queue sizeChristian Grothoff2015-10-18
* -smoother calculation of flow delays, base it on the current message not the ...Christian Grothoff2015-10-18
* -use UINT32_MAX to mean disconnect, for realChristian Grothoff2015-10-18
* -more logging, avoid duplicate re-schedulingChristian Grothoff2015-10-18
* -use LOG instead of GNUNET_logChristian Grothoff2015-10-18
* -only schedule select once per fragmented messageChristian Grothoff2015-10-18
* -fix NPEChristian Grothoff2015-10-18
* -doxygenChristian Grothoff2015-10-18
* add 'strength' argument to address suggestion request for ATSChristian Grothoff2015-10-18
* rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conv...Christian Grothoff2015-10-18
* -typoChristian Grothoff2015-10-18
* -dead function in headerChristian Grothoff2015-10-18
* combing through transport ATS logic, documenting and cleaning codeChristian Grothoff2015-10-18
* log plugin involved in slow transmissionsChristian Grothoff2015-10-17
* fix misscalculation of per-session flow delays and apply flow delays properly...Christian Grothoff2015-10-17
* add logging to watch for transmission delays within transport serviceChristian Grothoff2015-10-17
* -be harsher about transport service sending messages out of line, also at the...Christian Grothoff2015-10-17
* -add option to ignore SetQuotaMessage (but still generate them), and if the o...Christian Grothoff2015-10-17
* -do not export set_incoming_quota past file, it is not used beyond the scopeChristian Grothoff2015-10-17
* -use INFO, not WARNChristian Grothoff2015-10-16
* -fix destroy_aiChristian Grothoff2015-10-16
* Remove unused variableDavid Barksdale2015-10-16
* trying to fix #4003Christian Grothoff2015-10-14
* add constant for the delay after which we log warningsChristian Grothoff2015-10-08
* -fix templateChristian Grothoff2015-10-08
* determine network scope for ATS even if we do not yet have a session and only...Christian Grothoff2015-10-07
* -more meaningful log msgChristian Grothoff2015-10-07
* add additional diagnostics to help localize #3971 invariant violationChristian Grothoff2015-10-07
* -do not leave PPT timeout tasks behindChristian Grothoff2015-10-07
* -fix NPEChristian Grothoff2015-10-07
* major bugfix: is_ready must only be set to GNUNET_NO if we actually did trans...Christian Grothoff2015-10-07
* -adding more logging to diagnose transport transmission delaysChristian Grothoff2015-10-07
* adding DEBUG logic for #3863Christian Grothoff2015-10-05
* fix #3986Christian Grothoff2015-10-05
* DESTDIR fix in Makefiles needed by distro packagersCarlo von lynX2015-09-30
* Forget to commit some filesBruno Cabral2015-08-21
* -improve indentation, reduce duplication of PIDs in core's neighbour mapChristian Grothoff2015-08-03
* Match struct IPv4/6TcpAddress with UDP versionsDavid Barksdale2015-07-27
* Get STUN to work with UDP pluginBruno Cabral2015-07-18
* minor modifications to reduce warningsChristian Grothoff2015-07-18
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* fix #3693: if PA is NULL, ignore message, we must be in the wrong stateChristian Grothoff2015-06-28
* Change NPE into GNUNET_break (0)David Barksdale2015-06-27
* Avoid trying to disconnect a neighbour twiceDavid Barksdale2015-06-24