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