aboutsummaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Collapse)AuthorAge
* -fix (C) noticesChristian Grothoff2016-01-19
|
* gnunet-transport shutting down too earlyDavid Barksdale2015-11-21
| | | | | Fixes issue #3700
* -more DCE after try_connect refactoringChristian Grothoff2015-11-08
|
* -some code cleanup (indentation, redundant branches, etc.)Christian Grothoff2015-11-07
|
* removing try_connect-related logic that really should no longer be needed ↵Christian Grothoff2015-11-06
| | | | (#3675)
* removing definitively dead try_connect-related logic (#3675)Christian Grothoff2015-11-06
|
* -removing last uses of TRANSPORT_try_connect APIChristian Grothoff2015-11-06
|
* -typo-doxygenChristian Grothoff2015-11-01
|
* r36622 was supposed to set to YES, not NOChristian Grothoff2015-10-30
|
* -code cleanupChristian Grothoff2015-10-29
|
* replacing try_connect in gnunet-transport-profiler.Christian Grothoff2015-10-29
|
* preparations for replacing try_connect from gnunet-transport-profiler.Christian Grothoff2015-10-29
|
* -stop ignoring the option; #4009 should be fixed by other changesChristian Grothoff2015-10-29
|
* -deadChristian Grothoff2015-10-28
|
* -fix #4025Christian Grothoff2015-10-28
|
* -fix SEGVChristian Grothoff2015-10-27
|
* -extra logging for #4025Christian Grothoff2015-10-27
|
* -document quota, use higher quota for testChristian Grothoff2015-10-26
|
* -fix udp transmission, avoid scheduling when unreadyChristian Grothoff2015-10-26
|
* -fixChristian Grothoff2015-10-26
|
* -ignore PING/PONG from selfChristian Grothoff2015-10-26
|
* never pass addresses for ourselves to ATSChristian Grothoff2015-10-26
|
* -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 ↵Christian Grothoff2015-10-18
| | | | API to implement gnunet-transport -D
* -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
| | | | previous one
* -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 ↵Christian Grothoff2015-10-18
| | | | conventions
* -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 ↵Christian Grothoff2015-10-17
| | | | properly per message instead of per session
* 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 ↵Christian Grothoff2015-10-17
| | | | the same time check in transport service to only transmit messages if in the right state
* -add option to ignore SetQuotaMessage (but still generate them), and if the ↵Christian Grothoff2015-10-17
| | | | option is not set, really do use the quotas consistently
* -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
|