aboutsummaryrefslogtreecommitdiff
path: root/src/dht
Commit message (Expand)AuthorAge
...
* fix compile errorsChristian Grothoff2017-02-22
* 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 typeChristian Grothoff2017-02-22
* fix test_dht_montior abortionChristian 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
* fix typoChristian Grothoff2017-02-22
* fix typoChristian 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
* first half of new BLOCK API to generalize duplicate detection beyond BFsChristian Grothoff2017-02-20
* fix sanity check in dht_api: we are passing 32-byte PIDs, not 64-byte hashesChristian Grothoff2017-02-02
* have sanity checks for DHT path constructionChristian Grothoff2017-02-02
* set PATH during testcaseChristian Grothoff2017-02-02
* use NULL as flag for evaluation of query, ensure we pass non-NULL for reply_b...Christian Grothoff2017-02-01
* use modern time specification for expirationChristian Grothoff2017-01-31
* add method to record and print DHT routes to DHT command-line toolsChristian Grothoff2017-01-31
* unset XDG environment variable during testcases, as they can screw things up ...Christian Grothoff2017-01-27
* document what test doesChristian Grothoff2017-01-26
* use new SCHEDULER_add_at API where applicableChristian Grothoff2017-01-22
* indentation fixesChristian Grothoff2017-01-15
* block size of 0 is also validChristian Grothoff2017-01-15
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
* don't attempt to build dht-profiler if testing is disabledDaniel Golle2017-01-10
* cosmeticsChristian Grothoff2017-01-09
* exclude more testsChristian Grothoff2017-01-08
* - add subdirectory gitignore filesBart Polot2016-11-09
* do not start unnecessary services while testing DHTChristian Grothoff2016-09-26
* -migrating wdht to new service APIChristian Grothoff2016-09-26
* porting xdht to new service API, major code de-duplication effortChristian Grothoff2016-09-26
* refactor DHT for new service APIChristian Grothoff2016-09-26
* -fix bad indentChristian Grothoff2016-09-11
* fix dht kill issueChristian Grothoff2016-09-11
* gns needs dht, and gns does not run as user gnunetChristian Grothoff2016-09-11
* gnunet-service-xdht_neighbours: fix typoDaniel Golle2016-08-19
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
* eliminate constantly hashing PIDs by storing and caching the resultChristian Grothoff2016-08-08
* -adapting xdht and wdht to new core MQ APIChristian Grothoff2016-08-01
* -migrate to new core MQ APIChristian Grothoff2016-08-01
* use different enum for HELLO address classes, deploy for DHTChristian Grothoff2016-07-30
* -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
* -fix arg orderChristian Grothoff2016-06-27