1. 23 Apr, 2020 2 commits
  2. 26 Mar, 2020 1 commit
  3. 16 Mar, 2020 1 commit
  4. 10 Mar, 2020 1 commit
  5. 03 Mar, 2020 1 commit
  6. 12 Feb, 2020 2 commits
  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. 28 Oct, 2019 1 commit
    • dirkmc's avatar
      Merge PR Parallelize engine reads (#216) · dcbe1f29
      dirkmc authored
      * feat: parallelize reads
      
      * feat: concurent engine task workers and concurrent bstore reads
      
      * fix: lint
      
      * fix: address review comments
      
      * refactor: in BlockstoreManager wait for process.Closing() instead of Context.Done()
      
      * fix: use channel size 0 for BlockstoreManager reads
      
      * fix: change blockstore error logs from warnings to errors
      
      * fix: flaky test
      
      * fix: lint
      dcbe1f29
  9. 20 Aug, 2019 3 commits
  10. 15 Aug, 2019 3 commits
  11. 13 Aug, 2019 1 commit
  12. 04 Jul, 2019 1 commit
  13. 10 Jun, 2019 1 commit
  14. 04 Jun, 2019 1 commit
  15. 31 May, 2019 1 commit
  16. 22 May, 2019 1 commit
  17. 20 May, 2019 1 commit
  18. 10 May, 2019 1 commit
  19. 30 Apr, 2019 1 commit
  20. 29 Apr, 2019 2 commits
  21. 26 Apr, 2019 1 commit
  22. 27 Mar, 2019 2 commits
  23. 20 Feb, 2019 4 commits
  24. 05 Feb, 2019 1 commit
  25. 30 Jan, 2019 1 commit
  26. 20 Dec, 2018 2 commits
  27. 13 Dec, 2018 1 commit