1. 27 Apr, 2020 1 commit
  2. 17 Apr, 2020 5 commits
  3. 13 Apr, 2020 2 commits
    • Steven Allen's avatar
      Merge pull request #80 from ipfs/feat/clean-remove · bcc4dcb5
      Steven Allen authored
      cleanup putMany implementation
      bcc4dcb5
    • 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
  4. 10 Apr, 2020 15 commits
  5. 09 Apr, 2020 3 commits
  6. 01 Apr, 2020 4 commits
  7. 31 Mar, 2020 3 commits
  8. 30 Mar, 2020 4 commits
  9. 14 Feb, 2020 3 commits