aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
Commit message (Collapse)AuthorAge
* #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 ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -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 ↵Christian Grothoff2015-11-06
| | | | (#3675)
* -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 ↵Christian Grothoff2015-10-18
| | | | conventions
* log plugin involved in slow transmissionsChristian 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
|
* determine network scope for ATS even if we do not yet have a session and ↵Christian Grothoff2015-10-07
| | | | only have an address
* 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
| | | | | See issue #3693
* 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 ↵Christian Grothoff2015-03-08
| | | | lower than min
* act on received SessionQuotaMessagesChristian 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
* 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 ↵Christian Grothoff2015-02-18
| | | | blacklist module and fixing dangling session issue which caused misc. problems when blacklists were in use
* -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 ↵Christian Grothoff2015-02-10
| | | | testcases yet
* -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 ↵Christian Grothoff2015-02-10
| | | | NPE if we continue here
* -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 ↵Christian Grothoff2015-02-09
| | | | initialized HELLO to clients if we can help it, even the first one; do not perform blacklist check twice for try_connect
* more dead and duplicate code eliminationChristian Grothoff2015-02-08
|