aboutsummaryrefslogtreecommitdiff
path: root/src/dht
Commit message (Expand)AuthorAge
...
* -proper ResultMessage validation with new flagsChristian Grothoff2022-08-24
* fix Bernd's signature violation discoveryChristian Grothoff2022-08-21
* -fail on errorsChristian Grothoff2022-08-21
* check for GNU parallelChristian 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
* -more loggingChristian Grothoff2022-06-09
* protocol change: swap xquery and result filter, integrate mutator with result...Christian Grothoff2022-05-31
* slightly beautify algChristian Grothoff2022-03-14
* implement nicer path truncation where we keep the part of the path that did v...Christian Grothoff2022-03-14
* -add sanity check on local inputs, fix assertionChristian Grothoff2022-03-12
* -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 is...Christian Grothoff2022-03-12
* truncate paths if sigs are bad instead of just discarding the messageChristian Grothoff2022-03-12
* only hash over PID, not full HELLO URL when checking for duplicate HELLO blocksChristian Grothoff2022-03-12
* revise block API to match latest DHT specsChristian Grothoff2022-03-12
* -fix dist buildMartin Schanzenbach2022-03-08
* -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 block...Christian Grothoff2022-02-25
* -fix datacache to return 2x num_closest in both directionsChristian Grothoff2022-02-23
* -removing FIXME"Christian Grothoff2022-02-19
* -add scripts to deploy DHT tests with DHTUChristian Grothoff2022-02-19
* -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
* -fix port initialization in addrChristian Grothoff2022-02-19
* -fix crashes on new DHT load/shutdownChristian 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
* add new HELLO_URI block support to block pluginChristian Grothoff2022-02-19
* first steps towards usable dhtuChristian Grothoff2022-02-19
* -DHT: add path signature verification logic; tests pass, but logic remains de...Christian Grothoff2022-01-10
* -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
* 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
* DHT: modify API and protocol messages to add path signatures, except for now ...Christian Grothoff2022-01-09