1. 04 Oct, 2018 1 commit
    • Steven Allen's avatar
      use CIDs directly as map keys · 77ea854e
      Steven Allen authored
      1. Use a `taskEntryKey` *type* instead of a string (now that both peer IDs and
      CIDs are hashable).
      2. Get rid of all uses of `cid.KeyString` (mostly just for type safety). This
      also means we don't need to parse the CID and allocate to convert it *back* from
      a string.
      77ea854e
  2. 12 Sep, 2018 1 commit
  3. 27 Jul, 2018 1 commit
  4. 16 Jul, 2018 1 commit
  5. 27 Jun, 2018 1 commit
    • Steven Allen's avatar
      gx update · b468efbc
      Steven Allen authored
      Updates:
      
      * go-kad-dht: Query performance improvements, DHT client fixes, validates
        records on *local* put.
      * go-libp2p-swarm/go-libp2p-transport: Timeout improvements.
      * go-multiaddr-net: Exposes useful Conn methods (CloseWrite, CloseRead, etc.)
      * go-log: fixes possible panic when enabling/disabling events.
      * go-multiaddr: fixes possible panic when stringifying malformed multiaddrs,
        adds support for consuming /p2p/ multiaddrs.
      
      fixes #5113
      unblocks #4895
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      b468efbc
  6. 09 Jun, 2018 1 commit
  7. 01 Jun, 2018 1 commit
  8. 09 Feb, 2018 3 commits
  9. 01 Feb, 2018 1 commit
  10. 28 Jan, 2018 1 commit
  11. 24 Jan, 2018 1 commit
  12. 14 Dec, 2017 1 commit
  13. 07 Dec, 2017 1 commit
  14. 21 Nov, 2017 1 commit
    • Steven Allen's avatar
      fix deadlock in bitswap sessions · a6f4f7d4
      Steven Allen authored
      This deadlock would happen when calling SessionsForBlock (holding
      bitswap.sessLk) while the session's main loop was trying to deregister the
      session (taking bitswap.sessLk).
      
      I've also defensively added selects on contexts for two other channel writes
      just in case.
      
      fixes #4394
      
      ...well, it fixes *a* deadlock showing up in that issue, there may be more.
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      a6f4f7d4
  15. 13 Nov, 2017 1 commit
  16. 17 Oct, 2017 2 commits
  17. 02 Sep, 2017 1 commit
  18. 12 Jul, 2017 1 commit
  19. 11 Jul, 2017 1 commit
  20. 07 Jul, 2017 1 commit
  21. 06 Jul, 2017 1 commit
  22. 05 Jul, 2017 4 commits