aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_api.c
Commit message (Collapse)AuthorAge
* BUILD: Move dht/datastore to service/cliMartin Schanzenbach2023-10-18
|
* NEWS: The old hello design replaced by the new hello design.t3sserakt2023-08-24
|
* 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
* fix Bernd's signature violation discoveryChristian Grothoff2022-08-21
|
* 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 gnunet-dht-hello for bootstrappingChristian Grothoff2022-02-19
|
* -more work on DHTU integrationChristian Grothoff2022-02-19
|
* -DHT: add path signature verification logic; tests pass, but logic remains deadChristian Grothoff2022-01-10
|
* -export routine for path verification (untested)Christian 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)
* -start to use new block API in DHTChristian Grothoff2021-12-29
|
* Revert "-coverity: nptr frees"Martin Schanzenbach2021-05-15
| | | | This reverts commit c2b5973f9ada481c7d623e388094dd58e7668211.
* -coverity: nptr freesMartin Schanzenbach2021-05-15
|
* -Fix several incorrect uses of `i.e.'Alessio Vanni2021-04-24
| | | | With some other changes to sentences here and there as I found appropriate.
* more typosChristian Grothoff2020-11-14
|
* -warnings mostly formatMartin Schanzenbach2020-11-13
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* 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
|
* cosmesticsChristian Grothoff2018-05-06
|
* 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
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* strcmp instead of memcmpChristian Grothoff2017-02-22
|
* fix sanity check in dht_api: we are passing 32-byte PIDs, not 64-byte hashesChristian Grothoff2017-02-02
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -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
* - Act malicious API completeSupriti Singh2014-09-22
| | | | | - Using multiple trails in PUT/GET
* Act Malicious service code Supriti Singh2014-08-13
|
* Merged update_successor and update_predecessor with finger table addSupriti Singh2014-03-24
|
* incomplete code for finger and friend tablesSupriti Singh2014-01-21
|
* -initialized uninitialized 'key' field in GetHandle to fix assertion in ↵Christian Grothoff2013-11-29
| | | | gnunet-service-dht_clients.c:721 due to uninitialized key in IPC message
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -typo/ftbfsChristian Grothoff2013-09-29
|