1. 22 Aug, 2021 1 commit
  2. 01 May, 2020 1 commit
  3. 11 Mar, 2020 1 commit
  4. 02 Mar, 2020 1 commit
    • dirkmc's avatar
      Ensure broadcast when remaining peer becomes unavailable (#272) · 0ba089b4
      dirkmc authored
      * fix: ensure broadcast when peer becomes unavailable and all other peers sent DONT_HAVE for CID
      
      * fix: lint warnings
      
      * refactor: simplify session want sender DONT_HAVE list
      
      * fix: flaky test
      
      * test: add session exhausted wants test
      
      * docs: improve sessionWantSender processAvailability docs
      0ba089b4
  5. 12 Feb, 2020 1 commit
  6. 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
  7. 04 Jun, 2019 1 commit
  8. 01 Jun, 2019 1 commit
  9. 10 May, 2019 2 commits
  10. 20 Feb, 2019 1 commit
  11. 11 Jan, 2019 1 commit
  12. 10 Jan, 2019 1 commit
  13. 11 Dec, 2018 1 commit
    • hannahhoward's avatar
      refactor(sessions): extract sessions to package · 40aa1fb8
      hannahhoward authored
      - moved sessions out of main bitswap package
      - modified session manager to manage all sessions
      - moved get functions to their own package so sessions can directly
      
      BREAKING CHANGE: SessionsForBlock, while not used outside of Bitswap, has been removed, and was an
      exported function
      40aa1fb8
  14. 29 Oct, 2018 1 commit
  15. 12 Sep, 2018 1 commit
  16. 27 Jul, 2018 1 commit
  17. 16 Jul, 2018 1 commit
  18. 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
  19. 09 Jun, 2018 1 commit
  20. 01 Jun, 2018 1 commit
  21. 19 Apr, 2018 1 commit
  22. 21 Feb, 2018 1 commit
  23. 09 Feb, 2018 1 commit
  24. 24 Jan, 2018 1 commit
  25. 14 Dec, 2017 1 commit
  26. 02 Sep, 2017 1 commit
  27. 12 Jul, 2017 1 commit
  28. 11 Jul, 2017 1 commit
  29. 07 Jul, 2017 1 commit
  30. 06 Jul, 2017 2 commits
  31. 05 Jul, 2017 3 commits