aboutsummaryrefslogtreecommitdiff
path: root/src/dht
Commit message (Collapse)AuthorAge
* fix bit counting messMartin Schanzenbach2020-05-26
|
* rewrite sed logic used in Makefiles and move into dosubst awk script.ng02019-12-02
| | | | | | | | | include 'bin' and its files in dist files, this is where dosubst is located. While the invocation (passing of the variables) is not optimal (yet, will be changed), this will in the end allow sharing code between Makefiles better, and maybe drop sed usage in the future.
* add $(GN_LIBINTL) to Makefile.am (fixes 0005902)xrs2019-11-08
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* follow-up to win32 removal.ng02019-10-25
|
* format pythonng02019-10-12
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* memcmp() -> GNUNET_memcmp(), first takeJulius Bünger2019-04-26
|
* 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
|