This project is mirrored from https://*****:*****@github.com/savoirfairelinux/opendht.git.
Pull mirroring updated .
- Jan 17, 2017
-
-
Adrien Béraud authored
- Jan 16, 2017
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
Reduce indentation level by 4, add code documentation, remain under 120 chars wide.
-
- Jan 15, 2017
-
-
Adrien Béraud authored
-
Adrien Béraud authored
update license notice (2017)
-
- Jan 13, 2017
-
-
Simon Désaulniers authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- Jan 11, 2017
-
-
Adrien Béraud authored
msvc: change contrib repo sources
-
Andreas Traczyk authored
-
Adrien Béraud authored
-
Adrien Béraud authored
The op token is renewed regularly (around every 30 minutes), so SHA256 provides enough security for this non-sensitive token. SHA256 takes 32 bytes instead of 64 bytes for SHA512, and the token is included in every listen requests, renewed every 30 seconds, and every answer to get. In the context of limited bandwith usage, using SHA256 seems more appropriate. This change is backward and forward compatible.
-
- Jan 10, 2017
-
-
Adrien Béraud authored
-
- Jan 09, 2017
-
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
Clear the search node acked when clearing the corresponding announce, after checking the announce status for all announces.
-
- Jan 04, 2017
-
-
Adrien Béraud authored
routing_table: complete connecting state resolution
-
- Jan 03, 2017
-
-
Simon Désaulniers authored
After a connectivity change, the DHT would enter the "connecting" state in order to try to resolve good nodes. However, the previous algorithm would probabilistically increase time for completion each time a node would fail to resolve. We now avoid this by prioritizing non-expired nodes in the process. Also, a subtle error would sensibly stop the process for 30 minutes due to using the Node::NODE_EXPIRE_TIME constant instead of Node::MAX_RESPONSE_TIME.
-
- Jan 02, 2017
-
-
Adrien Béraud authored
-
- Dec 29, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- Dec 28, 2016
-
-
Adrien Béraud authored
-
- Dec 09, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- Dec 06, 2016
-
-
Adrien Béraud authored
remove InfoHash::toCString()
-
Guillaume Roguez authored
Implementation of InfoHash::toCString() is broken
-
Adrien Béraud authored
-
- Dec 05, 2016
-
-
Adrien Béraud authored
-
- Dec 02, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- Dec 01, 2016
-
-
Adrien Béraud authored
-
- Nov 30, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- Nov 29, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-