Tags give the ability to mark specific points in history as being important
This project is mirrored from https://*****:*****@github.com/savoirfairelinux/opendht.git.
Pull mirroring updated .
Successfully updated .
-
-
-
1.7.3
37ddd8c7 · ·* many proxy server/client fixes * performance improvements * improved behavior in case of CPU contention
-
-
-
-
-
1.7.2
e4f640f1 · ·* dht: prevent unavailable address family (ie. IPv6) to block a search indefinitely in some network conditions. * dht: fix the put() operation occasionally never completing or taking a long time to complete. * proxy client: set the dht state to connected on push notification reception to allow proper handing of the notification. * dhtrunner: fix null pointer access when retreiving the public address of a stopped/uninitialised node.
-
-
-
-
-
1.7.0
abb9f929 · ·* Dht: automatic listen multiplexing, resulting in reduction of network usage when performing multiple listen operations on the same key. * Dht, DhtRunner: new `listen()` API method with callback argument allowing to be informed of value expiration. The callback has the following signature: ```c++ bool(const std::vector<std::shared_ptr<dht::Value>& values, bool expired>) ``` * Dht: added value cache used by above features * network: added value expiration and refresh signals for listen operations * tests: added automated unit tests using CppUnit Since 1.7.0rc7: * proxy server: fix deadlock * proxy server: improve performance
-
1.7.0rc7
c10c4251 · ·* proxy client: catch exception in case of name resolution error * proxy client: properly reschedule persistent put on refresh notification * proxy server: catch exceptions during request handling
-
1.7.0rc6
84894330 · ·* proxy client: make behavior consistent with the dht node during shutdown and network disruption * proxy: add permanent put push notification refresh * proxy: allow one push listener per token.key.client combinaison * proxy: other minor bug fixes and adjustements * dht: fix occasional use-after-free on network failure
-
1.7.0rc5
96621ea3 · ·1.7.0rc5 * proxy client: fix potential use-after-free * proxy REST API: remove duplicate token * value cache: cleanup * crypto: add more checks
-
-
1.7.0rc3
62e4655d · ·* fix potential memory leak in the value cache * multiple proxy-related fixes * improve IP address discovery when using the proxy
-
-
1.7.0rc1
9a5ef251 · ·* Dht: automatic listen multiplexing, resulting in reduction of network usage when performing multiple listen operations on the same key. * Dht, DhtRunner: new listen() API method with callback argument allowing to be informed of value expiration. The callback has the following signature: bool(const std::vector<std::shared_ptr<dht::Value>& values, bool expired>) * Dht: added value cache used by above features * network: added value expiration and refresh signals for listen operations * tests: added automated unit tests using CppUnit