This project is mirrored from https://:*****@github.com/savoirfairelinux/opendht.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Sep 14, 2016
-
-
Simon Désaulniers authored
-
Adrien Béraud authored
[dht] concurrent queries
-
Simon Désaulniers authored
More code encapsulated in objects method is better for keeping consistent behavior.
-
Simon Désaulniers authored
The code preceding this would just not take multiple concurrent queries for a same search into account. This is a bug fix for a bad behavior since the queries.
-
Simon Désaulniers authored
The criteria has been rewritten (again) exploiting the idea behind the parameter 'update' to take into account the case where we have new distinct requests to send, then bypass some checks.
- Sep 08, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
-
-
-
-
-
The 'put' operation will now first check if nodes already store the value we have to announce. If so, we don't announce it to that node.
-
- Sep 07, 2016
-
-
Adrien Béraud authored
dht: Dht::insertNode has to really insert
-
Simon Désaulniers authored
-
Simon Désaulniers authored
-
Adrien Béraud authored
crypto: drop support for GnuTLS < 3.3
-
- Sep 06, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
crypto: add length parameters
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
dht: fail pending operations before clearing them
-
- Sep 02, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- Sep 01, 2016
-
-
Adrien Béraud authored
* add Prefix Hash Tree (PHT) for data indexation (Nicolas Reynaud, Simon Désaulniers) * add Queries (Simon Désaulniers) * add long-term data persistance (Simon Désaulniers) * add data pagination (Simon Désaulniers) * reduced bandwith usage
-
Adrien Béraud authored
-
Adrien Béraud authored
-
-
-
-
-
When the put is performed just after a get, then the get will not include the value which was in the put.
-
-
-
-