1. 09 May, 2019 1 commit
  2. 30 Apr, 2019 1 commit
  3. 29 Mar, 2019 1 commit
  4. 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
  5. 05 Mar, 2019 1 commit
  6. 27 Feb, 2019 2 commits
  7. 21 Feb, 2019 2 commits
  8. 18 Feb, 2019 1 commit
  9. 14 Feb, 2019 1 commit
  10. 08 Feb, 2019 1 commit
  11. 23 Jan, 2019 1 commit
  12. 09 Jan, 2019 1 commit
  13. 07 Dec, 2018 1 commit
  14. 28 Nov, 2018 1 commit
  15. 16 Nov, 2018 1 commit
  16. 03 Nov, 2018 1 commit
  17. 02 Nov, 2018 1 commit
  18. 29 Oct, 2018 1 commit
  19. 24 Oct, 2018 3 commits
  20. 12 Oct, 2018 1 commit
  21. 10 Oct, 2018 1 commit
    • Steven Allen's avatar
      gx: update go-buffer-pool · 843897ca
      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>
      843897ca
  22. 05 Oct, 2018 3 commits
  23. 04 Oct, 2018 1 commit
  24. 27 Sep, 2018 2 commits
  25. 24 Sep, 2018 2 commits
  26. 14 Sep, 2018 2 commits
  27. 13 Sep, 2018 2 commits
  28. 12 Sep, 2018 2 commits
  29. 11 Sep, 2018 1 commit