aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_topo.c
Commit message (Collapse)AuthorAge
* BUILD: Move dht/datastore to service/cliMartin Schanzenbach2023-10-18
|
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* implemented new DHT path signing with origin authenticationChristian Grothoff2022-07-07
|
* -remove query hash from what is being signed overChristian Grothoff2022-02-26
|
* -hack up GET/PUT signatures, still broken by designChristian Grothoff2022-02-26
|
* add GNUNET_B2S() macro; fix dht_line_test: we sign over query_hash, not ↵Christian Grothoff2022-02-25
| | | | block key
* -DHT: add path signature verification logic; tests pass, but logic remains ↵Christian Grothoff2022-01-10
| | | | dead (FTBFS fix)
* -DHT: add path signature verification logic; tests pass, but logic remains deadChristian Grothoff2022-01-10
|
* DHT: modify API and protocol messages to add path signatures, except for now ↵Christian Grothoff2022-01-09
| | | | the actual signatures are just placeholders (signing and signature verification are missing)
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* 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
|
* eliminate DHT PUT OK message by using MQ feature of calling continuation ↵Christian Grothoff2018-04-30
| | | | when transmission is complete
* -misc fixes to DHT testsChristian Grothoff2016-06-27
|
* convert DHT API to new MQ APIChristian Grothoff2016-06-23
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -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 ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* malloc -> newLRN2013-12-19
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* - allow getting statistics of a particular subsystem and name in testbedSree Harsha Totakura2013-03-26
|
* -major DHT test cleanupChristian Grothoff2012-11-02
|
* -moving DHT test to testbed APIChristian Grothoff2012-10-31
|
* - allow n peers, typos, styleBart Polot2012-10-24
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -fix configsChristian Grothoff2012-06-09
|
* -dceChristian Grothoff2012-05-31
|
* -code cleanup and better error messages for failuresChristian Grothoff2012-05-31
|
* -fixing #2340Christian Grothoff2012-05-27
|
* -code cleanupChristian Grothoff2012-05-18
|
* - Adjusted logging level, testing parametersBart Polot2012-02-29
|
* - Clearer testing resultsBart Polot2012-02-28
|
* -verbose is independent of loggingChristian Grothoff2012-02-26
|
* - Fixed crashes when ctrl-c testcasesBart Polot2012-02-24
|
* - Adjusted debug levelBart Polot2012-02-08
|
* - Updated testcase to test for line as well as 2d torus with common codeBart Polot2012-02-07
|
* - Change DHT testing into common code, to allow adding further topologiesBart Polot2012-02-07