1. 12 Nov, 2020 1 commit
  2. 10 Jun, 2020 1 commit
  3. 03 Jun, 2020 1 commit
  4. 01 May, 2020 1 commit
    • dirkmc's avatar
      fix: use one less go-routine per session (#377) · a2dd024c
      dirkmc authored
      * fix: use one less go-routine per session
      
      * fix: send cancel when GetBlocks() is cancelled (#383)
      
      * fix: send cancel when GetBlocks() is cancelled
      
      * fix: in SessionManager shutdown nil out sessions
      
      * fix: sessionWantSender perf
      
      * make sessionWantSender.SignalAvailability() non-blocking
      
      * Refactor SessionInterestManager (#384)
      
      * refactor: customize SessionInterestManager
      
      * refactor: SessionInterestManager perf
      a2dd024c
  5. 23 Apr, 2020 1 commit
  6. 03 Mar, 2020 1 commit
  7. 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
  8. 23 Aug, 2019 2 commits
  9. 22 Aug, 2019 1 commit
  10. 20 Aug, 2019 4 commits
  11. 15 Aug, 2019 3 commits
  12. 14 Aug, 2019 1 commit
  13. 13 Aug, 2019 1 commit
  14. 04 Jul, 2019 2 commits
  15. 03 Jul, 2019 1 commit
    • hannahhoward's avatar
      feat(sessions): pass optimization rating · 8e59a716
      hannahhoward authored
      When fetching optimized peers from the peer manager, return an optimization rating, and pass on to
      request splitter
      
      BREAKING CHANGE: interface change to GetOptimizedPeers and SplitRequests public package methods
      8e59a716
  16. 04 Jun, 2019 1 commit
  17. 31 May, 2019 1 commit
  18. 20 Dec, 2018 2 commits
  19. 13 Dec, 2018 1 commit