aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
Commit message (Expand)AuthorAge
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
* prevent assertion failureChristian Grothoff2018-01-13
* prevent NPEChristian Grothoff2018-01-13
* transport: [fix] Typos in commentsMatthias Kolja Miehl2018-01-07
* eliminate warningsChristian Grothoff2018-01-05
* prevent use-after-free by indicating free status in return value of set_incom...Christian Grothoff2018-01-05
* Another assert which is actually OKDavid Barksdale2017-12-19
* #4801 seems solidly fixed now, don't see how it can happen anymoreChristian Grothoff2017-02-26
* update counters properlyChristian Grothoff2017-02-24
* use new SCHEDULER_add_at API where applicableChristian Grothoff2017-01-22
* trying to fix issue reported by LurchiChristian Grothoff2017-01-14
* migrating transport service to new MQ APIChristian Grothoff2016-09-20
* -indentation, logging, style issuesChristian Grothoff2016-07-26
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* fixing compiler warningsChristian Grothoff2016-05-06
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -fix (C) noticesChristian Grothoff2016-01-19
* -more DCE after try_connect refactoringChristian Grothoff2015-11-08
* 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