1. 22 Aug, 2021 1 commit
  2. 15 Apr, 2020 1 commit
  3. 12 Feb, 2020 1 commit
  4. 30 Jan, 2020 1 commit
    • 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. 31 May, 2019 1 commit
  6. 10 May, 2019 1 commit
  7. 11 Dec, 2018 1 commit
  8. 29 Oct, 2018 1 commit
  9. 12 Sep, 2018 1 commit
  10. 27 Jul, 2018 1 commit
  11. 16 Jul, 2018 1 commit
  12. 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
  13. 09 Jun, 2018 1 commit
  14. 06 Jun, 2018 1 commit
  15. 01 Jun, 2018 1 commit
  16. 01 Feb, 2018 1 commit
  17. 24 Jan, 2018 1 commit
  18. 14 Dec, 2017 1 commit
  19. 21 Nov, 2017 1 commit
  20. 17 Oct, 2017 1 commit
  21. 14 Sep, 2017 1 commit
  22. 02 Sep, 2017 1 commit
  23. 12 Jul, 2017 1 commit
  24. 04 Jul, 2017 1 commit
  25. 29 Jun, 2017 1 commit
  26. 20 Apr, 2017 1 commit
  27. 06 Mar, 2017 1 commit
  28. 12 Feb, 2017 1 commit
  29. 29 Nov, 2016 2 commits
  30. 16 Nov, 2016 1 commit
  31. 25 Oct, 2016 1 commit
  32. 10 Oct, 2016 1 commit
    • Jeromy's avatar
      bitswap: protocol extension to handle cids · 591491b1
      Jeromy authored
      This change adds the /ipfs/bitswap/1.1.0 protocol. The new protocol
      adds a 'payload' field to the protobuf message and deprecates the
      existing 'blocks' field. The 'payload' field is an array of pairs of cid
      prefixes and block data. The cid prefixes are used to ensure the correct
      codecs and hash functions are used to handle the block on the receiving
      end.
      
      License: MIT
      Signed-off-by: default avatarJeromy <why@ipfs.io>
      591491b1
  33. 08 Oct, 2016 1 commit
  34. 06 Oct, 2016 1 commit
  35. 26 Sep, 2016 1 commit
  36. 12 Sep, 2016 2 commits
  37. 10 Sep, 2016 1 commit
  38. 09 Sep, 2016 1 commit