Age | Commit message (Expand) | Author |
2022-12-26 | -DHT: call try_connect also on already connected peers, just in case address ... | Christian Grothoff |
2022-12-26 | DHT: call try_connect also on already connected peers, just in case address c... | Christian Grothoff |
2022-12-26 | DHT: adjust BF size to actual neighbour set size | Christian Grothoff |
2022-12-24 | -rename to deconfuse Martin about which block type is actually used these day... | Christian Grothoff |
2022-12-04 | UTIL: Allow only inlcusion of util glib-style. | Martin Schanzenbach |
2022-12-04 | BUILD: Attempt to disentable platform.h, gnunet_common.h and gnunet_private_c... | Martin Schanzenbach |
2022-10-27 | actually, do both in case of ANY: datacache and HELLO | Christian Grothoff |
2022-10-27 | disallow ANY for block type in PUTs; do return HELLOs for ANY in GET requests... | Christian Grothoff |
2022-10-03 | -DOC: Documentation cleanup pass through DHT subsystem | Willow Liquorice |
2022-09-01 | -nullptr | Martin Schanzenbach |
2022-08-24 | -proper ResultMessage validation with new flags | Christian Grothoff |
2022-08-21 | fix Bernd's signature violation discovery | Christian Grothoff |
2022-08-21 | -fix uninitialized 'reserved' field | Christian Grothoff |
2022-08-20 | -remove unnecessary cast | Christian Grothoff |
2022-08-20 | -fix off-by-one on path truncation | Christian Grothoff |
2022-08-18 | only 16 bit for options | Christian Grothoff |
2022-07-07 | implemented new DHT path signing with origin authentication | Christian Grothoff |
2022-07-07 | major modification to datacache to store route options (and clean up the API) | Christian Grothoff |
2022-06-19 | fix: htonl vs htons, thanks Bernd | Christian Grothoff |
2022-05-31 | protocol change: swap xquery and result filter, integrate mutator with result... | Christian Grothoff |
2022-03-14 | slightly beautify alg | Christian Grothoff |
2022-03-14 | implement nicer path truncation where we keep the part of the path that did v... | Christian Grothoff |
2022-03-12 | -remove broken path trunction logic | Christian Grothoff |
2022-03-12 | -move function to more logical place, no semantic change | Christian Grothoff |
2022-03-12 | -fix interpretation of return value after block API change | Christian Grothoff |
2022-03-12 | consider HELLOs also from PUTs, remove exact duplicates even if block type is... | Christian Grothoff |
2022-03-12 | truncate paths if sigs are bad instead of just discarding the message | Christian Grothoff |
2022-03-12 | revise block API to match latest DHT specs | Christian Grothoff |
2022-02-26 | -remove query hash from what is being signed over | Christian Grothoff |
2022-02-26 | -hack up GET/PUT signatures, still broken by design | Christian Grothoff |
2022-02-25 | add GNUNET_B2S() macro; fix dht_line_test: we sign over query_hash, not block... | Christian Grothoff |
2022-02-19 | -fix assertion, fix key initialization | Christian Grothoff |
2022-02-19 | -fix htons/htonl bug introduced by message format change | Christian Grothoff |
2022-02-19 | -try to make static analysis happy | Christian Grothoff |
2022-02-19 | -got basics to work with dhtu and udp+ip underlay | Christian Grothoff |
2022-02-19 | -adding logging, minor dthu bugfixes | Christian Grothoff |
2022-02-19 | -DHT: get tests to pass | Christian Grothoff |
2022-02-19 | -DHT: add gnunet-dht-hello for bootstrapping | Christian Grothoff |
2022-02-19 | -add hold/drop logic | Christian Grothoff |
2022-02-19 | -more work on DHTU integration | Christian Grothoff |
2022-02-19 | first steps towards usable dhtu | Christian Grothoff |
2022-01-10 | -DHT: add path signature verification logic; tests pass, but logic remains dead | Christian Grothoff |
2022-01-10 | add more information to ensure signatures are fresh and request-specific | Christian Grothoff |
2022-01-09 | -DHT: implement path signing (but signatures are not yet being verified) | Christian Grothoff |
2022-01-09 | -DHT: implement path signing (but signatures are not yet being verified) | Christian Grothoff |
2022-01-09 | DHT: modify API and protocol messages to add path signatures, except for now ... | Christian Grothoff |
2022-01-03 | -more DHT code cleanup (no substantial changes) | Christian Grothoff |
2022-01-03 | -revising GDS_am_closest_peer to actually check all relevant peers in the rou... | Christian Grothoff |
2022-01-02 | -DHT: clean up peer selection logic | Christian Grothoff |
2022-01-02 | -minor code cleanup | Christian Grothoff |