aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_dht.c
Commit message (Collapse)AuthorAge
* BUILD: Move cadet to service/cliMartin Schanzenbach2023-10-18
|
* Make fs and cadet build again; cadet hello handling suspiciousMartin Schanzenbach2023-10-05
|
* -rename to deconfuse Martin about which block type is actually used these ↵Christian Grothoff2022-12-24
| | | | days, hopefully
* 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
* DOC: Initial work in CADET towards removing redundant doc comments.Willow Liquorice2022-08-21
|
* implemented new DHT path signing with origin authenticationChristian Grothoff2022-07-07
|
* 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)
* -fix many more typosChristian Grothoff2021-04-26
|
* -fix warnings except rps messMartin Schanzenbach2020-10-16
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* 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
|
* rename cadet*new to just cadet, except for libgnunetcadetnew-logic (where ↵Christian Grothoff2017-03-11
| | | | the 'old' one is not yet entirely dead)
* remove old CADET service codeChristian Grothoff2017-03-11
|
* cleaning up some CADET logic, improving types usedChristian Grothoff2017-01-15
|
* do not attempt to publish empty HELLOsChristian Grothoff2017-01-09
|
* - fix handling of HELLO with 0 expiration timeBart Polot2016-11-09
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* convert DHT API to new MQ APIChristian Grothoff2016-06-23
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* 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
|
* -track hello offer handle while it is activeChristian Grothoff2015-10-18
|
* - log shutdownBart Polot2015-10-02
|
* Fixed usage of known broken paths. If a connection was destroyedBart Polot2015-10-02
| | | | | while handling a neighbor disconnection, cadet tried to reconnect to peers using paths containing the disconnecting peer.
* - refactor GCP_get_peer, fix get peer infoBart Polot2015-07-31
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* - logBart Polot2015-01-15
|
* - minor log modifications, docsBart Polot2015-01-09
|
* - add statistics to DHT moduleBart Polot2015-01-09
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* - signal when dht path is not correct, styleBart Polot2014-10-15
|
* - off by one: add own ID to ID array when creating path from DHTBart Polot2014-10-15
|
* Use optimizaiton of paths on store from DHT as well as on receipt from ↵Bart Polot2014-10-15
| | | | CONN_CREATE
* - change GM (Gnunet Mesh) function prefixes for GC (Gnunet Cadet)Bart Polot2014-05-14
|
* Renamed directoryBart Polot2014-05-07