aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.c
Commit message (Expand)AuthorAge
* 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
* -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 GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -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 check...Christian Grothoff2015-02-28
* -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 e...Christian Grothoff2014-12-24
* -doxygen, one more statisticChristian Grothoff2014-12-13
* -actually enable logic to drop part of path to fit message size, check agains...Christian Grothoff2014-10-05
* enable DHT monitors to distinguish routing requests from requests that termin...Christian Grothoff2014-05-27
* Framework for put/get/monitorSupriti Singh2014-03-28
* 1.Modified struct PeerTrailSetupMessage and PeerTrailSetupResultMessage.Supriti Singh2014-02-17
* - change log info of LOG_TRAFFIC, use R5N to distinguish from XDHTBart Polot2014-02-05
* - log FULL keys on mismatchBart Polot2014-02-05
* -doxygenChristian Grothoff2014-01-30
* towards reviving priorities in core API, this time with enum to make classes ...Christian Grothoff2014-01-30
* incomplete code for finger and friend tablesSupriti Singh2014-01-21
* malloc -> newLRN2013-12-19