Age | Commit message (Expand) | Author |
---|---|---|
2022-11-18 | createTempDir(): Use std::atomic | Eelco Dolstra |
2022-08-03 | Make `moveFile` more atomic | Théophane Hufschmitt |
2022-08-03 | Only use `renameFile` where needed | Théophane Hufschmitt |
2022-08-03 | moveFile -> renameFile | Théophane Hufschmitt |
2022-08-03 | Re-implement the recursive directory copy | Théophane Hufschmitt |
2022-08-03 | rename: Fallback to a copy if the filesystems mismatch | Théophane Hufschmitt |
2022-08-03 | Create a wrapper around stdlib’s `rename` | Théophane Hufschmitt |
2022-08-03 | Move some fs-related functions to their own file | Théophane Hufschmitt |