1. 20 Jan, 2018 7 commits
  2. 11 Jan, 2018 1 commit
  3. 09 Jan, 2018 1 commit
  4. 08 Jan, 2018 2 commits
  5. 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
  6. 18 Dec, 2017 2 commits
  7. 12 Dec, 2017 4 commits
  8. 11 Dec, 2017 2 commits
  9. 10 Dec, 2017 1 commit
  10. 07 Dec, 2017 1 commit
  11. 05 Dec, 2017 3 commits
  12. 04 Dec, 2017 1 commit
  13. 30 Nov, 2017 1 commit
  14. 20 Nov, 2017 1 commit
  15. 18 Nov, 2017 2 commits
  16. 17 Nov, 2017 2 commits
  17. 14 Nov, 2017 1 commit
  18. 28 Oct, 2017 3 commits
  19. 19 Oct, 2017 4 commits