1. 11 Oct, 2021 1 commit
  2. 20 Apr, 2020 1 commit
  3. 29 Jan, 2020 1 commit
    • Steven Allen's avatar
      fix(tracing): remove event tracing · 906f45ed
      Steven Allen authored
      We've deprecated this system and have yet to move to a new system. We might as
      well remove everything, switch to a new system, then deliberately trace the
      entire system.
      906f45ed
  4. 02 Dec, 2019 1 commit
  5. 18 Nov, 2019 1 commit
  6. 26 Jul, 2019 1 commit
  7. 22 Jul, 2019 1 commit
  8. 16 Jul, 2019 1 commit
    • Steven Allen's avatar
      switch to new merkledag walk functions · 9738d81c
      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).
      9738d81c
  9. 30 Apr, 2019 1 commit
  10. 21 Mar, 2019 1 commit
    • Steven Allen's avatar
      gc: fix a potential deadlock · 6f4fc6ac
      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>
      6f4fc6ac
  11. 05 Mar, 2019 1 commit
  12. 27 Feb, 2019 2 commits
  13. 21 Feb, 2019 2 commits
  14. 18 Feb, 2019 1 commit
  15. 14 Feb, 2019 1 commit
  16. 08 Feb, 2019 1 commit
  17. 23 Jan, 2019 1 commit
  18. 09 Jan, 2019 1 commit
  19. 07 Dec, 2018 1 commit
  20. 28 Nov, 2018 1 commit
  21. 16 Nov, 2018 1 commit
  22. 03 Nov, 2018 1 commit
  23. 02 Nov, 2018 1 commit
  24. 29 Oct, 2018 1 commit
  25. 24 Oct, 2018 3 commits
  26. 12 Oct, 2018 1 commit
  27. 10 Oct, 2018 1 commit
    • Steven Allen's avatar
      gx: update go-buffer-pool · 8117a2bc
      Steven Allen authored
      Turns out that `pool.Put(buf)` had to *allocate* because we needed to turn
      `[]byte` into `interface{}`. Apparently, we've never done this correctly we just
      never noticed because we never really used buffer pools extensively.
      
      However, since migrating yamux to a buffer-pool backed buffer, this started
      showing up in allocation profiles.
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      8117a2bc
  28. 05 Oct, 2018 3 commits
  29. 04 Oct, 2018 1 commit
  30. 24 Sep, 2018 2 commits
  31. 14 Sep, 2018 1 commit
  32. 13 Sep, 2018 1 commit
  33. 12 Sep, 2018 1 commit