Skip to content
Tags give the ability to mark specific points in history as being important
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 .
  • 1.3.3
    7908a1d2 · update to version 1.3.3 ·
    1.3.3
    
    Minor bugfix release
  • 1.3.2
    44822f94 · update to version 1.3.2 ·
    OpenDHT 1.3.2
    
    * crypto API improvements
    * python bindings improvements
    * implement first python unit tests
    * minor bug fixes
  • 1.3.1
    02147b0b · update to version 1.3.1 ·
    * argon2: add support for installed library (still fallback to included sources)
    * connecting to loopback address (127.0.0.1) is now supported
    * dht::DhtRunner: add bootstrap(sockaddr) to ping a single node with callback
    * python: improved crypto bindings
    * various bug fixes
    * performance improvements
  • 1.3.0
    a222e304 · update to version 1.3.0 ·
    * crypto: support for revocation lists (CRLs)
    * dht: add per-ip-range storage ratio. This means a single IP
     or IP range won't be able to exhaust the DHT storage anymore.
     If storage is full, the oldest value of the most consuming IP range
     will be dropped
    * dht: drop values as soon as they expire
    * dht: better support for multiple listens on a single hash
    * dht: various optimisations
    * abi: symbols are not exported by default anymore
    * build: install in standard GNU directories by default to support
     multi-arch systems
    * python: properly check for Cython
    * python: small tools updates and fixes
  • 1.2.1
    eafb934e · bump version to 1.2.1 ·
  • 0.6.4
    d8f005ca · opendht 0.6.4 ·
    * many bug fixes backported from 1.x
  • 1.2.0
    5b1242f7 · bump version ·
  • 1.1.0
    2d2fa9cf · OpenDHT 1.1.0 ·
    * automatic connection loss recovery
    * dhtrunner: asynchronous DNS lookup for bootstrap
    * handle values up to 64k
    * better support for large values on macOS
    * dht: add callback to pingNode
    * fix compilation with recent clang versions
  • 1.0.2
    e3f371c2 · bump version ·
  • 1.0.1
    8eaf78bf · bump version ·
  • 1.0.0
    862a0371 · opendht: version 1.0 ·
    * 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
  • 0.6.3
    beca53a6 · version 0.6.3 ·
  • 0.6.2
    502776ac · version 0.6.2 ·
  • 0.6.1
    9411fe4e · version 0.6.1 ·
    OpenDHT 0.6.1
  • 0.6.0
    faf5c378 · bump version to 0.6.0 ·
    refactoring including:
    
    * introduction of network engine (Simon Désaulniers)
    * api change: internal Dht structures moved to dht namespace
    * crypto: added argon2 for key stretching
    * python: benchmark improvements
    
    and many bug fixes
  • 0.5.2
    a4a54af3 · bump version to 0.5.2 ·
  • 0.5.1
    e97355ed · update version to 0.5.1 ·
    * fix data-persistence related bugs
    * fix many small build issues
    * dhtnode improvements
    * python benchmark improvements
  • v0.5
    4f74a3b1 · update version to 0.5 ·