1. 17 Apr, 2020 4 commits
  2. 13 Apr, 2020 1 commit
    • Steven Allen's avatar
      cleanup putMany implementation · bc42aaa6
      Steven Allen authored
      * Use a map for dirsToSync to avoid syncing the same dir multiple times.
      * Keep track of files in a slice, and use offsets into the slice to keep track
      of which ones have been closed/removed.
      
      Also, record the fact that we've created a temporary file _before_ we try to
      write to it, in case the write fails. That way, we'll try to remove it when we
      abort.
      bc42aaa6
  3. 10 Apr, 2020 6 commits
  4. 09 Apr, 2020 2 commits
  5. 31 Mar, 2020 2 commits
  6. 14 Feb, 2020 7 commits
  7. 11 Feb, 2020 1 commit
  8. 03 Dec, 2019 1 commit
  9. 02 Dec, 2019 1 commit
  10. 21 Aug, 2019 2 commits
  11. 15 Mar, 2019 1 commit
  12. 01 Mar, 2019 2 commits
  13. 18 Dec, 2018 1 commit
    • Steven Allen's avatar
      query: fix goroutine leak · e994c05d
      Steven Allen authored
      Closing a query early could leak the query goroutine if the buffer isn't large
      enough to fit the rest of the query.
      e994c05d
  14. 04 Oct, 2018 1 commit
  15. 10 Sep, 2018 1 commit
  16. 13 Aug, 2018 1 commit
  17. 03 Apr, 2018 2 commits
  18. 01 Apr, 2018 1 commit
  19. 29 Mar, 2018 1 commit
  20. 27 Mar, 2018 1 commit
  21. 26 Mar, 2018 1 commit