1. 03 Mar, 2020 1 commit
  2. 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
  3. 28 Feb, 2020 1 commit
  4. 18 Feb, 2020 1 commit
  5. 14 Feb, 2020 2 commits
  6. 13 Feb, 2020 3 commits
  7. 12 Feb, 2020 6 commits
  8. 10 Feb, 2020 2 commits
  9. 31 Jan, 2020 4 commits
  10. 30 Jan, 2020 4 commits
  11. 23 Jan, 2020 2 commits
  12. 18 Dec, 2019 1 commit
  13. 16 Dec, 2019 1 commit
  14. 09 Dec, 2019 2 commits
  15. 05 Dec, 2019 5 commits
  16. 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
  17. 15 Oct, 2019 3 commits