aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
Commit message (Expand)AuthorAge
* removing try_connect-related logic that really should no longer be needed (#3...Christian Grothoff2015-11-06
* -typo-doxygenChristian Grothoff2015-11-01
* r36622 was supposed to set to YES, not NOChristian Grothoff2015-10-30
* -stop ignoring the option; #4009 should be fixed by other changesChristian Grothoff2015-10-29
* -fix #4025Christian Grothoff2015-10-28
* -check transport-side for connect-to-selfChristian Grothoff2015-10-26
* -handle NULL for session (i.e. already gone/down)Christian 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
* log plugin involved in slow transmissionsChristian 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
* determine network scope for ATS even if we do not yet have a session and only...Christian Grothoff2015-10-07
* 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
* -doxygen and stylistic fixesChristian Grothoff2015-03-09
* finishing implementation of #3652Christian Grothoff2015-03-08
* -always assume at least MIN bandwidth, even if we got no quota or a quota low...Christian Grothoff2015-03-08
* act on received SessionQuotaMessagesChristian Grothoff2015-03-07
* trying to fix #3702 by removing session from session map earlier -- and addin...Christian Grothoff2015-03-07
* define quota message to transmit quota requests, towards addressing #3652Christian Grothoff2015-03-02
* call GNUNET_SERVER_receive_done() also on internal error pathsChristian Grothoff2015-02-28
* -shorten stats labelsChristian Grothoff2015-02-28
* adding additional checks for invariants to help find #3690Christian Grothoff2015-02-28
* fix blacklist checking logic, integrating tracking of sessions with blacklist...Christian Grothoff2015-02-18
* -fix leak on transmission error in combination with disconnectChristian Grothoff2015-02-12
* -better stats for KEEPALIVEsChristian Grothoff2015-02-12
* -better stats for KEEPALIVEsChristian Grothoff2015-02-12
* reset blocking time for addresses upon successful connectionChristian Grothoff2015-02-12
* 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
* fix #3664: during PS_RECONNECT_ATS, primary address may be NULL, causing an N...Christian Grothoff2015-02-10
* -eliminate dead argument, do use quota immediatelyChristian Grothoff2015-02-09
* -do not continue in case of transmission errorChristian Grothoff2015-02-09
* -do only send HELLO to clients once on startup, do only send fully initialize...Christian Grothoff2015-02-09
* more dead and duplicate code eliminationChristian Grothoff2015-02-08
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* Various changes:Christian Grothoff2015-02-05
* -docuChristian Grothoff2015-02-03
* get rid of unused state and dead code: GST_neighbour_get_latency is never usedChristian Grothoff2015-02-03
* never destroy sessions on free_neighbour(), they should be destroyed by their...Christian Grothoff2015-02-03
* -dead code eliminationChristian Grothoff2015-02-03
* separate ATS connectivity suggestions from ATS scheduling APIChristian Grothoff2015-02-03
* -document structChristian Grothoff2015-02-03
* document API, do not pass unused 'session' argumentChristian Grothoff2015-02-03
* when ATS suggests an address that neighbours does not have a peer for, do not...Christian Grothoff2015-02-03
* adding statistics on why transport may drop ATS suggestionsChristian Grothoff2015-02-03