aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.c
Commit message (Collapse)AuthorAge
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* memcmp() -> GNUNET_memcmp(), first takeJulius Bünger2019-04-26
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* ensure DHT never accepts or passes along expired blocksChristian Grothoff2018-06-12
|
* 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
|
* proper datacache expiration by proximity firstChristian Grothoff2018-06-03
|
* add proximity considerations to datacacheChristian Grothoff2018-05-30
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* make sure DHT does not pass around cyclic pathsChristian Grothoff2017-02-26
|
* eliminate dead argumentChristian Grothoff2017-02-22
|
* fix bug introduced with BLOCK change where we would eval a local reply twice ↵Christian Grothoff2017-02-22
| | | | and discard it as duplicate in the end
* no log macro in hereChristian Grothoff2017-02-22
|
* strcmp instead of memcmpChristian Grothoff2017-02-22
|
* enable RR option for HELLO gets in DHTChristian Grothoff2017-02-22
|
* fix test_dht_montior abortion, fix crash on NULL HELLOChristian Grothoff2017-02-22
|
* support BF size adjustments in other pluginsChristian Grothoff2017-02-22
|
* try to fix BF size mess created by original BLOCK API changeChristian Grothoff2017-02-22
|
* clean up new block logic, avoid direct linkage against blockgroup lib from ↵Christian Grothoff2017-02-22
| | | | DHT service
* completed big block refactoring in preparation for SET-BLOCK integrationChristian Grothoff2017-02-20
|
* have sanity checks for DHT path constructionChristian Grothoff2017-02-02
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* cosmeticsChristian Grothoff2017-01-09
|
* porting xdht to new service API, major code de-duplication effortChristian Grothoff2016-09-26
|
* refactor DHT for new service APIChristian Grothoff2016-09-26
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* eliminate constantly hashing PIDs by storing and caching the resultChristian Grothoff2016-08-08
|
* -migrate to new core MQ APIChristian Grothoff2016-08-01
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* migrate transport_core API to MQChristian Grothoff2016-07-08
|
* -do not crash if disable_try_connect is setChristian Grothoff2016-06-27
|
* -misc fixes to DHT testsChristian Grothoff2016-06-27
|
* -assert on taskChristian Grothoff2016-06-19
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* 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
|
* -fixChristian Grothoff2015-10-18
|
* -install entry in DHTChristian Grothoff2015-10-18
|
* transition from TRANSPORT_try_connect to modern ATS connectivity APIChristian Grothoff2015-10-18
|
* rename all_known_peers to all_connected_peersChristian Grothoff2015-10-18
|
* -cosmetics, and preparations for try_connect changeChristian Grothoff2015-10-18
|
* work around bogus cc warning -- for some C compilers...Christian Grothoff2015-07-18
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -remove dead/unused fenv.h include (as suggested by Daniel Golle)Christian Grothoff2015-06-16
|
* -extend block API to allow specifying flags, use this to allow reducing ↵Christian Grothoff2015-02-28
| | | | checks for replies from local DB
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247