aboutsummaryrefslogtreecommitdiff
path: root/src/dht
Commit message (Collapse)AuthorAge
* Cleanup Python code: remove `import __future__`.Hartmut Goebel2019-03-10
| | | | | All of these only made Python 2 accept some Python 3 language idioms, and the code is Python-3-only.
* Fix dht python test failure with python3.7ng02019-02-13
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* Partial application of diff send in beberking, Issue #5476Nils Gillmann2018-11-13
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* avoid integer overflow issueChristian Grothoff2018-06-25
|
* result intentionally ignoredChristian Grothoff2018-06-25
|
* rename FORCESTART into IMMEDIATE_START (#4547b)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* AUTOSTART renamed into START_ON_DEMAND (#4547a)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* ensure DHT never accepts or passes along expired blocksChristian Grothoff2018-06-12
|
* complain if datacache returns expired valuesChristian 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
|
* no need to dup cfgChristian Grothoff2018-05-22
|
* ++Nils Gillmann2018-05-22
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* fix crash on unexpected client disconnect on incoming message, remove bogus ↵Christian Grothoff2018-05-21
| | | | assertion
* follow-up, fix conf locationsNils Gillmann2018-05-19
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* fix stats output of dht profilerChristian Grothoff2018-05-06
|
* cosmesticsChristian Grothoff2018-05-06
|
* fix dht profiler memory leakChristian Grothoff2018-05-06
|
* typosChristian Grothoff2018-05-06
|
* Merge branch 'master' of gnunet.org:gnunetNils Gillmann2018-05-06
|\
| * fix dht profiler logicChristian Grothoff2018-05-06
| |
| * fix simplify profiler logic, n_puts_failed no longer usedChristian Grothoff2018-05-05
| |
| * fix profiler build, signature of callback changedChristian Grothoff2018-05-05
| |
* | Switch to $GNUNET_TMP in all configuration files.Nils Gillmann2018-05-06
|/ | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* eliminate DHT PUT OK message by using MQ feature of calling continuation ↵Christian Grothoff2018-04-30
| | | | when transmission is complete
* enable more parallelism with DHT queue, but limit to 1000 entries, then kill ↵Christian Grothoff2018-04-30
| | | | hard
* 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, ↵ng02017-10-17
| | | | src/{arm,dht,integration,statistics}) for improved portability.
* fix test failure introduced by latest configuration parser fix, avoid ↵Christian Grothoff2017-06-26
| | | | unnecessary copying around of the configuration file
* 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
| | | | | The nested block validation requires the block context, and thus the evaluate callback not also receives the block context.
* 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
|