1. 23 Jan, 2019 4 commits
  2. 22 Jan, 2019 1 commit
  3. 12 Sep, 2018 1 commit
  4. 10 Aug, 2018 6 commits
  5. 25 Jun, 2018 1 commit
  6. 15 Jun, 2018 2 commits
  7. 14 Jun, 2018 2 commits
  8. 05 Jun, 2018 1 commit
  9. 04 Jun, 2018 1 commit
  10. 01 Jun, 2018 5 commits
  11. 14 Mar, 2018 2 commits
  12. 05 Mar, 2018 1 commit
  13. 11 Feb, 2018 1 commit
  14. 07 Feb, 2018 1 commit
  15. 20 Jan, 2018 2 commits
  16. 12 Dec, 2017 1 commit
  17. 19 Sep, 2017 1 commit
  18. 17 May, 2017 1 commit
  19. 06 Mar, 2017 2 commits
    • 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
    • Jeromy's avatar
      WIP: add test to reproduce getclosestpeers bug · eafc461a
      Jeromy authored
      eafc461a
  20. 22 Nov, 2016 1 commit
  21. 01 Nov, 2016 1 commit
  22. 05 Oct, 2016 1 commit
  23. 30 Sep, 2016 1 commit