aboutsummaryrefslogtreecommitdiff
path: root/src/dht
Commit message (Expand)AuthorAge
* enable more parallelism with DHT queue, but limit to 1000 entries, then kill ...Christian Grothoff2018-04-30
* futuresng02018-03-05
* dist test_dht_tools.confChristian Grothoff2018-01-14
* fix #5238Christian Grothoff2018-01-12
* fix more 'make dist' issuesChristian Grothoff2018-01-02
* Use Suffix Extensions in Makefiles (doc, src/{arm,dht,integration,statistics}...ng02017-10-17
* fix test failure introduced by latest configuration parser fix, avoid unneces...Christian Grothoff2017-06-26
* dht: install cli clientsDaniel Golle2017-06-24
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
* Last commit as of getopt porting. 'social' still gives warnings.Marcello Stanisci2017-03-16
* porting.Marcello Stanisci2017-03-15
* getopt API porting.Marcello Stanisci2017-03-15
* fix missing time conversionChristian Grothoff2017-03-10
* fix use of uninitialized (shadow-issue) expirationChristian Grothoff2017-03-10
* implement revocation block plugin, get revocation test to pass againChristian Grothoff2017-02-27
* add validation for inner consensus elementFlorian Dold2017-02-26
* ensure all plugins properly use BF, move shared logic to shared libraryChristian Grothoff2017-02-26
* make sure DHT does not pass around cyclic pathsChristian Grothoff2017-02-26
* get rid of non-working, non-maintained experimental alternative DHTsChristian Grothoff2017-02-26
* fix ugly parts of testChristian Grothoff2017-02-26
* 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