Skip to content
Snippets Groups Projects
This project is mirrored from https://*****:*****@github.com/savoirfairelinux/opendht.git. Pull mirroring updated .
  1. Jul 29, 2016
  2. Jul 25, 2016
  3. Jul 22, 2016
    • Simon Désaulniers's avatar
      dht: make main store a vector<unique_ptr<Storage>> · 01fbe0fd
      Simon Désaulniers authored
      Since the elements inside are going to be moved constantly during the life of
      the node, this design is better. Also, it works around a crash when the store is
      resized (elements inside moved) at some point (always happenned the 3rd time)
      for some reason. This bug was known when compiled with LLVM >7.3.0 (>clang-703.0.31).
      Unverified
      01fbe0fd
  4. Jul 19, 2016
  5. Jul 18, 2016
  6. May 28, 2016
  7. May 27, 2016
Loading