1. 10 Aug, 2018 5 commits
  2. 08 Aug, 2018 1 commit
  3. 10 Jul, 2018 1 commit
  4. 15 Jun, 2018 1 commit
  5. 14 Jun, 2018 2 commits
  6. 13 Jun, 2018 1 commit
  7. 01 Jun, 2018 2 commits
    • Steven Allen's avatar
      require that the validator be explicitly passed in · 3befc403
      Steven Allen authored
      Note: this does mean that the DHT won't work with peer keys by default and that
      the constructor signature changes. Given all the changes that'll come with the
      libp2p refactor, I don't feel too bad about this.
      3befc403
    • Steven Allen's avatar
      update for the routing refactor · cad57471
      Steven Allen authored
      GetValues was very DHT specific so the routing interface has been updated to
      remove that function. Instead, it has introduced general-purpose options.
      
      This is a minimal alternative to #141 to avoid bundling too many changes
      together.
      cad57471
  8. 29 Apr, 2018 1 commit
  9. 01 Apr, 2018 1 commit
  10. 28 Mar, 2018 1 commit
  11. 12 Mar, 2018 1 commit
  12. 07 Feb, 2018 1 commit
  13. 11 Dec, 2017 1 commit
  14. 05 Dec, 2017 1 commit
  15. 15 Jul, 2017 1 commit
  16. 17 May, 2017 1 commit
  17. 24 Mar, 2017 1 commit
  18. 06 Mar, 2017 1 commit
    • Jeromy's avatar
      Fixes for dht findpeer queries · 00b46e0c
      Jeromy authored
      First, we use Alpha instead of K as the number of peers we grab from the
      routing table (as per the kademlia paper).
      
      Second, we don't use a size limited set for the 'GetClosestPeers' query.
      We're going to process more than K peers before we find the K closest
      peers.
      
      Third, Change GetClosestPeers to actually return the K Closest peers,
      not a hodge podge of peers that it found on the way to finding the
      closest peers.
      00b46e0c
  19. 05 Oct, 2016 1 commit
  20. 30 Sep, 2016 2 commits
  21. 02 Sep, 2016 1 commit
  22. 21 Aug, 2016 1 commit
  23. 04 Aug, 2016 1 commit
  24. 05 Jul, 2016 1 commit
  25. 04 Jul, 2016 1 commit
  26. 24 Jun, 2016 1 commit
  27. 15 Jun, 2016 2 commits
  28. 12 Jun, 2016 1 commit
  29. 11 Jun, 2016 1 commit
  30. 07 Jun, 2016 1 commit
  31. 01 Jun, 2016 1 commit
  32. 31 May, 2016 1 commit