1. 03 Jun, 2018 1 commit
  2. 01 Jun, 2018 2 commits
  3. 21 May, 2018 1 commit
  4. 28 Mar, 2018 1 commit
  5. 27 Mar, 2018 1 commit
  6. 07 Feb, 2018 1 commit
  7. 07 Jan, 2018 1 commit
    • Steven Allen's avatar
      fix connection tracking race · 36ae474b
      Steven Allen authored
      Before, we could end up (e.g.):
      
      1. Creating two connections (both sides connect at the same time).
      2. Try to test with the first one.
      3. The first connection dies.
      4. Get a stream reset and think that the other side doesn't support the DHT
      protocol.
      
      We tried to fix this by checking for an EOF. Unfortunately, reset streams don't
      return EOFs.
      
      This commit also simplifies peer tracking (and saves a bit of memory).
      
      fixes #99
      36ae474b
  8. 11 Dec, 2017 1 commit
  9. 05 Dec, 2017 1 commit
  10. 08 Oct, 2017 1 commit
  11. 27 Jul, 2017 1 commit
  12. 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
      clean up logic in getcloserpeers · fa1630a3
      Jeromy authored
      fa1630a3
  13. 22 Nov, 2016 1 commit
  14. 16 Nov, 2016 1 commit
  15. 15 Nov, 2016 3 commits
  16. 14 Nov, 2016 1 commit
  17. 05 Oct, 2016 1 commit
  18. 30 Sep, 2016 2 commits
  19. 24 Sep, 2016 1 commit
  20. 23 Sep, 2016 2 commits
  21. 03 Sep, 2016 1 commit
  22. 02 Sep, 2016 1 commit
  23. 21 Aug, 2016 1 commit
  24. 26 Jul, 2016 1 commit
  25. 04 Jul, 2016 1 commit
  26. 02 Jul, 2016 1 commit
  27. 01 Jul, 2016 1 commit
  28. 25 Jun, 2016 1 commit
  29. 24 Jun, 2016 1 commit
  30. 17 Jun, 2016 2 commits
  31. 15 Jun, 2016 2 commits
  32. 12 Jun, 2016 1 commit