aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
Commit message (Collapse)AuthorAge
* fixing #6149Christian Grothoff2020-04-11
|
* fix sign api for to address #6164Christian Grothoff2020-04-08
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* style fixes during debuggingChristian Grothoff2019-02-25
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* remove dead field quota_inChristian Grothoff2018-11-15
|
* -comments: the world ain't all malepsyc://loupsycedyglgamf.onion/~lynX2018-06-27
|
* 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 ↵Christian Grothoff2018-01-05
| | | | set_incoming_quota
* 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 ↵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