1. 08 Jan, 2018 2 commits
  2. 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
  3. 28 Oct, 2017 1 commit
  4. 19 Oct, 2017 1 commit
  5. 19 Sep, 2017 1 commit
  6. 27 Jul, 2017 4 commits
  7. 26 Jul, 2017 1 commit
  8. 18 Jan, 2017 1 commit
  9. 10 Jan, 2017 1 commit
  10. 05 Oct, 2016 1 commit
  11. 24 Sep, 2016 1 commit
  12. 02 Sep, 2016 1 commit
  13. 21 Aug, 2016 1 commit
  14. 04 Jul, 2016 1 commit
  15. 24 Jun, 2016 1 commit
  16. 15 Jun, 2016 1 commit
  17. 11 Jun, 2016 1 commit
  18. 07 Jun, 2016 1 commit
  19. 01 Jun, 2016 1 commit
  20. 31 May, 2016 1 commit
  21. 17 May, 2016 1 commit
  22. 16 May, 2016 1 commit
  23. 13 May, 2016 1 commit
  24. 10 May, 2016 1 commit
  25. 27 Apr, 2016 1 commit
  26. 17 Apr, 2016 1 commit
  27. 11 Apr, 2016 1 commit
  28. 07 Apr, 2016 1 commit
  29. 30 Mar, 2016 1 commit
  30. 09 Mar, 2016 1 commit
  31. 31 Jan, 2016 2 commits
  32. 30 Jan, 2016 2 commits
  33. 04 Jul, 2015 1 commit
  34. 31 Mar, 2015 1 commit