1. 14 Mar, 2018 3 commits
  2. 08 Mar, 2018 1 commit
  3. 02 Mar, 2018 1 commit
    • Hector Sanjuan's avatar
      gx publish 4.0.0 · 31c5e053
      Hector Sanjuan authored
      This is to testify that go-libp2p-kad-dht last release (3.0.17)
      contains breaking changes. Bumping the major version.
      31c5e053
  4. 27 Feb, 2018 2 commits
  5. 11 Feb, 2018 2 commits
  6. 07 Feb, 2018 2 commits
  7. 01 Feb, 2018 1 commit
  8. 28 Jan, 2018 1 commit
  9. 20 Jan, 2018 9 commits
  10. 11 Jan, 2018 1 commit
  11. 09 Jan, 2018 1 commit
  12. 08 Jan, 2018 2 commits
  13. 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
  14. 18 Dec, 2017 2 commits
  15. 12 Dec, 2017 4 commits
  16. 11 Dec, 2017 2 commits
  17. 10 Dec, 2017 1 commit
  18. 07 Dec, 2017 1 commit
  19. 05 Dec, 2017 3 commits