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 .
- May 13, 2017
-
-
Adrien Béraud authored
Minor bugfix release
-
Adrien Béraud authored
-
- May 11, 2017
-
-
Adrien Béraud authored
* crypto API improvements * python bindings improvements * implement first python unit tests * minor bug fixes
-
- May 03, 2017
-
-
Adrien Béraud authored
MSVC: decouple argon2 dependency
-
Andreas Traczyk authored
-
- May 01, 2017
-
-
Adrien Béraud authored
-
- Apr 27, 2017
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
Refactor Identity and PrivateKey to use shared_ptr<PrivateKey> and retrieve the key from Identity.
-
Adrien Béraud authored
Add Certificate issuer, getName and revoke
-
- Apr 26, 2017
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- Apr 22, 2017
-
-
Adrien Béraud authored
-
- Apr 20, 2017
-
-
Adrien Béraud authored
Throw an exception if GnuTLS is too old instead of not providing the API. Also consistently throw in case of hash error, and return 0 for an empty hash, for both PublicKey and Certificate.
-
- Apr 14, 2017
-
-
Adrien Béraud authored
- Apr 10, 2017
-
-
Adrien Béraud authored
-
Adrien Béraud authored
Generate random hash in 32 bits chunks instead of 8 bits chunks.
-
- Apr 09, 2017
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- Apr 05, 2017
-
-
Adrien Béraud authored
dht: fix searchstep not scheduled after announcing
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
for now just print an error
-
- Apr 04, 2017
-
-
Adrien Béraud authored
pht: prevent unneeded use of shared_ptr
-
- Apr 03, 2017
-
-
Simon Désaulniers authored
-
Adrien Béraud authored
Prefer a const reference instead of shared_ptr if the shared_ptr is not used and argument type is not changed in the method. This allows to prevent useless shared_ptr allocations. In getRealPrefix, use OpState to track state instead of using many different shared_ptr.
-
Adrien Béraud authored
FieldSelectorDescription is just Value::Field and adds nothing on top of it. Remove it in favor of Value::Field.
-
- Mar 30, 2017
-
-
Adrien Béraud authored
argon2: use as submodule (reverted from commit c424eb91) (reverted from commit 3c45e199)
-
Adrien Béraud authored
benchmark: fix invalid ifname error
-
- Mar 29, 2017
-
-
Adrien Béraud authored
fixes the contrib paths for the Visual Studio build
-