This project is mirrored from https://*****:*****@github.com/savoirfairelinux/opendht.git.
Pull mirroring updated .
- Oct 28, 2016
-
-
Adrien Béraud authored
dht: make reannounce margin bigger, safer
-
Attempt closest search and nearby searches until we are too far instead of trying every search.
-
Simon Désaulniers authored
Reannouncing margin going from 5 seconds to 10 seconds.
- Oct 27, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
Schedule every storage maintenance independently, to improve performance when there are a lot of storages.
-
- Oct 26, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
bump visual studio support
-
Andreas Traczyk authored
-
- Oct 25, 2016
-
-
-
Adrien Béraud authored
-
- Oct 24, 2016
-
-
Adrien Béraud authored
log: add filters
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
* filter log entries with new method setLogFilter * filter by node id, search or infohash * add optional parameter to 'log' in dhtnode
-
- Oct 23, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- Oct 21, 2016
-
-
Simon Désaulniers authored
-
Simon Désaulniers authored
* several clang related bug fixes; * connectivity changes related enhancements; * new "refresh" protocol primitive (not exposed to API); * "permanent put" operation fixes/enhancements; * fixed general efficiency issues;
-
Simon Désaulniers authored
-
Adrien Béraud authored
-
- Oct 19, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
-
Historically, the next announce timing was based on the last acknowledgement received from a SearchNode. This behavior was invalid since the 'refresh' operation. In fact, for a given value that was "refreshed", its creation time would differ from the announcer's info. Therefor, all search node's reannouncing timings would differ, hence causing inconsistency on the network.
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- Oct 18, 2016
-
-
Adrien Béraud authored
dht: appropriate time info in permanent put ops
-
Simon Désaulniers authored
-
- Oct 17, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
-
This operation requests a node to refresh a value's time_point information of its lifetime begining. This is intended to fix the *permanent put* operation which has been having syncing issues since the introduction of an enhanced and lighter put operation.
-
-
-