aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.c
Commit message (Collapse)AuthorAge
* BUILD: Move dht/datastore to service/cliMartin Schanzenbach2023-10-18
|
* DHT: Fixed wrong group namet3sserakt2023-10-03
|
* NEWS: The old hello design replaced by the new hello design.t3sserakt2023-08-24
|
* NEWS: Changed new hello uri api to allow to change the expiration timet3sserakt2023-08-03
|
* DHT: probabilistically verify blocks if CPU load is high-ish (fixes #7602)Christian Grothoff2023-02-08
|
* -DHT: call try_connect also on already connected peers, just in case address ↵Christian Grothoff2022-12-26
| | | | changed
* DHT: call try_connect also on already connected peers, just in case address ↵Christian Grothoff2022-12-26
| | | | changed
* DHT: adjust BF size to actual neighbour set sizeChristian Grothoff2022-12-26
|
* -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
* actually, do both in case of ANY: datacache and HELLOChristian Grothoff2022-10-27
|
* disallow ANY for block type in PUTs; do return HELLOs for ANY in GET ↵Christian Grothoff2022-10-27
| | | | requests (see recent clarifications to R5N specification)
* -DOC: Documentation cleanup pass through DHT subsystemWillow Liquorice2022-10-03
|
* -nullptrMartin Schanzenbach2022-09-01
|
* -proper ResultMessage validation with new flagsChristian Grothoff2022-08-24
|
* fix Bernd's signature violation discoveryChristian Grothoff2022-08-21
|
* -fix uninitialized 'reserved' fieldChristian Grothoff2022-08-21
|
* -remove unnecessary castChristian Grothoff2022-08-20
|
* -fix off-by-one on path truncationChristian Grothoff2022-08-20
|
* only 16 bit for optionsChristian Grothoff2022-08-18
|
* implemented new DHT path signing with origin authenticationChristian Grothoff2022-07-07
|
* major modification to datacache to store route options (and clean up the API)Christian Grothoff2022-07-07
|
* fix: htonl vs htons, thanks BerndChristian Grothoff2022-06-19
|
* protocol change: swap xquery and result filter, integrate mutator with ↵Christian Grothoff2022-05-31
| | | | result filter
* slightly beautify algChristian Grothoff2022-03-14
|
* implement nicer path truncation where we keep the part of the path that did ↵Christian Grothoff2022-03-14
| | | | verify
* -remove broken path trunction logicChristian Grothoff2022-03-12
|
* -move function to more logical place, no semantic changeChristian Grothoff2022-03-12
|
* -fix interpretation of return value after block API changeChristian Grothoff2022-03-12
|
* consider HELLOs also from PUTs, remove exact duplicates even if block type ↵Christian Grothoff2022-03-12
| | | | is unknown
* truncate paths if sigs are bad instead of just discarding the messageChristian Grothoff2022-03-12
|
* revise block API to match latest DHT specsChristian Grothoff2022-03-12
|
* -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
* -fix assertion, fix key initializationChristian Grothoff2022-02-19
|
* -fix htons/htonl bug introduced by message format changeChristian Grothoff2022-02-19
|
* -try to make static analysis happyChristian Grothoff2022-02-19
|
* -got basics to work with dhtu and udp+ip underlayChristian Grothoff2022-02-19
|
* -adding logging, minor dthu bugfixesChristian Grothoff2022-02-19
|
* -DHT: get tests to passChristian Grothoff2022-02-19
|
* -DHT: add gnunet-dht-hello for bootstrappingChristian Grothoff2022-02-19
|
* -add hold/drop logicChristian Grothoff2022-02-19
|
* -more work on DHTU integrationChristian Grothoff2022-02-19
|
* first steps towards usable dhtuChristian Grothoff2022-02-19
|
* -DHT: add path signature verification logic; tests pass, but logic remains deadChristian Grothoff2022-01-10
|
* add more information to ensure signatures are fresh and request-specificChristian Grothoff2022-01-10
|
* -DHT: implement path signing (but signatures are not yet being verified)Christian Grothoff2022-01-09
|
* -DHT: implement path signing (but signatures are not yet being verified)Christian Grothoff2022-01-09
|