aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.c
Commit message (Expand)AuthorAge
...
* DHT: modify API and protocol messages to add path signatures, except for now ...Christian Grothoff2022-01-09
* -more DHT code cleanup (no substantial changes)Christian Grothoff2022-01-03
* -revising GDS_am_closest_peer to actually check all relevant peers in the rou...Christian Grothoff2022-01-03
* -DHT: clean up peer selection logicChristian Grothoff2022-01-02
* -minor code cleanupChristian Grothoff2022-01-02
* -non-trivial refactoring/cleanup of the DHT codeChristian Grothoff2022-01-02
* clean up am_closest_peer and other functionsChristian Grothoff2022-01-02
* revise DHT hashing functions, add test logicChristian Grothoff2022-01-02
* -migrate code to new block APIChristian Grothoff2021-12-29
* -start to use new block API in DHTChristian Grothoff2021-12-29
* - fix closest peer algorithmMartin Schanzenbach2021-12-10
* DHT: Update wire formats.v0.16.0-alpha.0Martin Schanzenbach2021-12-03
* fix #7029Christian Grothoff2021-10-06
* -fix DHT loopChristian Grothoff2021-08-02
* DHT: cleaner implementation of peer selection logic (use 64-bits, more readab...Christian Grothoff2021-07-01
* Revert "-coverity: nptr frees"Martin Schanzenbach2021-05-15
* -coverity: nptr freesMartin Schanzenbach2021-05-15
* -fix more warningsMartin Schanzenbach2020-10-16
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
* fix bit counting messMartin Schanzenbach2020-05-26
* 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
* 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 DH...Christian Grothoff2017-02-22
* 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
* eliminate constantly hashing PIDs by storing and caching the resultChristian Grothoff2016-08-08