This project is mirrored from https://*****:*****@github.com/savoirfairelinux/opendht.git.
Pull mirroring updated .
- Oct 06, 2016
-
- Oct 04, 2016
-
-
Adrien Béraud authored
-
- Sep 24, 2016
-
-
Adrien Béraud authored
dht: bug fixes, timing computation enhancements
-
- Sep 23, 2016
-
-
Simon Désaulniers authored
-
Simon Désaulniers authored
-
Simon Désaulniers authored
'find_node' requests don't ask for values. Then, the idea of a Query makes less sense, but since we still need those to map status to network engine requests, we introduce dummy queries which with the field Query::none. Those queries will then only serve as key to network engine's requests.
-
Simon Désaulniers authored
-
Simon Désaulniers authored
When no listen request have been sent yet, getListenTime should tell it's okay to send pending listen request.
-
Simon Désaulniers authored
-
- Sep 21, 2016
-
-
- Sep 20, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
Replace with -DCMAKE_BUILD_TYPE=Debug
-
- Sep 18, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
dht: use a map for storage
-
- Sep 16, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
introduce SockAddr to store IP addresses
-
- Sep 15, 2016
-
-
Adrien Béraud authored
-
- 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
-