1. 15 Feb, 2020 1 commit
  2. 16 Dec, 2019 1 commit
  3. 05 Dec, 2019 1 commit
  4. 03 Dec, 2019 1 commit
  5. 02 Dec, 2019 2 commits
  6. 20 Nov, 2019 2 commits
  7. 19 Nov, 2019 1 commit
  8. 18 Nov, 2019 3 commits
  9. 08 Oct, 2019 1 commit
  10. 23 Sep, 2019 1 commit
  11. 26 Jul, 2019 1 commit
  12. 22 Jul, 2019 1 commit
  13. 16 Jul, 2019 1 commit
    • Steven Allen's avatar
      switch to new merkledag walk functions · 9e2284b1
      Steven Allen authored
      EnumerateChildrenAsync has been renamed to WalkParallel to reflect the fact
      that:
      
      1. It visits the root.
      2. It's parallel, not async.
      
      To mirror this change, EnumerateChildren has also been renamed to Walk and now
      behaves the same (except that it's not parallel).
      9e2284b1
  14. 06 Jun, 2019 1 commit
  15. 09 May, 2019 1 commit
  16. 30 Apr, 2019 1 commit
  17. 29 Mar, 2019 1 commit
  18. 21 Mar, 2019 1 commit
    • Steven Allen's avatar
      gc: fix a potential deadlock · eb33dc1f
      Steven Allen authored
      Events:
      
      1. User triggers a GC.
      2. User aborts the GC.
      3. We fail to delete a block when the output channel is already full.
      
      This is really unlikely to happen in practice but it's still incorrect.
      
      Could be related to #6107
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      eb33dc1f
  19. 05 Mar, 2019 1 commit
  20. 27 Feb, 2019 2 commits
  21. 21 Feb, 2019 2 commits
  22. 18 Feb, 2019 1 commit
  23. 14 Feb, 2019 1 commit
  24. 08 Feb, 2019 1 commit
  25. 23 Jan, 2019 1 commit
  26. 09 Jan, 2019 1 commit
  27. 07 Dec, 2018 1 commit
  28. 28 Nov, 2018 1 commit
  29. 16 Nov, 2018 1 commit
  30. 03 Nov, 2018 1 commit
  31. 02 Nov, 2018 1 commit
  32. 29 Oct, 2018 1 commit
  33. 24 Oct, 2018 2 commits