1. 17 Apr, 2020 3 commits
    • Steven Allen's avatar
      fix: simplify · d174dc3d
      Steven Allen authored
      Co-Authored-By: default avatarWill <will.scott@protocol.ai>
      d174dc3d
    • Steven Allen's avatar
      feat: retry renames · ea3fd057
      Steven Allen authored
      Retry renames when the error wasn't due to a file not existing. This case can
      come up on windows when some other process opens the file for reading while
      we're trying to rename it.
      ea3fd057
    • Steven Allen's avatar
      feat: move retries lower · 9b83d068
      Steven Allen authored
      Instead or retrying the whole operation, retry the specific parts that can fail.
      
      I believe this also fixes cases where we might end up with a retry loop within a
      retry loop? I'm not sure.
      9b83d068
  2. 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
  3. 10 Apr, 2020 15 commits
  4. 09 Apr, 2020 3 commits
  5. 01 Apr, 2020 4 commits
  6. 31 Mar, 2020 3 commits
  7. 30 Mar, 2020 4 commits
  8. 14 Feb, 2020 6 commits