1. 22 Aug, 2021 1 commit
  2. 11 Mar, 2020 1 commit
  3. 12 Feb, 2020 1 commit
  4. 30 Jan, 2020 2 commits
    • Steven Allen's avatar
      feat: move internals to an internal package · bbf65296
      Steven Allen authored
      This makes reading the docs much easier as it's clear what's "private" and
      what's not.
      
      fixes #238
      bbf65296
    • dirkmc's avatar
      feat: bitswap protocol extensions · b3a47bcf
      dirkmc authored
      This commit extends the bitswap protocol with two additional wantlist properties:
      
      * WANT_HAVE/HAVE: Instead of asking for a block, a node can specify that they
        want to know if any peers "have" the block.
      * WANT_HAVE_NOT/HAVE_NOT: Instead of waiting for a timeout, a node can explicitly
        request to be told immediately if their peers don't currently have the given
        block.
      
      Additionally, nodes now tell their peers how much data they have queued to send
      them when sending messages. This allows peers to better distribute requests,
      keeping all peers busy but not overloaded.
      
      Changes in this PR are described in: https://github.com/ipfs/go-bitswap/issues/186
      b3a47bcf
  5. 14 Aug, 2019 1 commit
  6. 01 Jun, 2019 1 commit
  7. 31 May, 2019 1 commit
  8. 20 May, 2019 1 commit
  9. 10 May, 2019 2 commits
  10. 29 Oct, 2018 1 commit
  11. 27 Jul, 2018 1 commit
  12. 23 Jul, 2018 1 commit
  13. 16 Jul, 2018 1 commit
  14. 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
  15. 09 Jun, 2018 1 commit
  16. 06 Jun, 2018 1 commit
  17. 04 Jun, 2018 1 commit
  18. 01 Jun, 2018 1 commit
  19. 26 Mar, 2018 2 commits
  20. 21 Mar, 2018 1 commit
  21. 15 Feb, 2018 1 commit
    • Hector Sanjuan's avatar
      Extract blocks/blockstore package to go-ipfs-blockstore · 93f5fecd
      Hector Sanjuan authored
      This extracts the blocks/blockstore package and renames the
      blocks/blockstore/util package to /blocks/blockstoreutil
      (because util depends on Pin and I don't plan to extract
      Pin and its depedencies).
      
      The history of blocks/blockstore has been preserved. It has
      been gx'ed and imported. Imports have been rewritten accordingly
      and re-ordered.
      
      License: MIT
      Signed-off-by: default avatarHector Sanjuan <hector@protocol.ai>
      93f5fecd
  22. 13 Feb, 2018 1 commit
  23. 12 Feb, 2018 1 commit
  24. 01 Feb, 2018 1 commit
  25. 28 Jan, 2018 1 commit
  26. 24 Jan, 2018 1 commit
  27. 14 Dec, 2017 1 commit
  28. 02 Dec, 2017 1 commit
  29. 21 Nov, 2017 1 commit
  30. 19 Oct, 2017 1 commit
  31. 14 Oct, 2017 1 commit
  32. 05 Oct, 2017 1 commit
  33. 16 Sep, 2017 1 commit
  34. 14 Sep, 2017 1 commit
    • Steven Allen's avatar
      gx: update go-stream-muxer · 557bef8c
      Steven Allen authored
      Introduces a new Reset method on streams that kills both sides of the
      connection. Close now officially just closes the write side (what it did all
      along...)
      
      * Also pull through shiny new go-multiplexer fixes.
      * Also pull in go-reuseport update.
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      557bef8c
  35. 05 Sep, 2017 1 commit
  36. 02 Sep, 2017 1 commit
  37. 23 Aug, 2017 1 commit