Age | Commit message (Expand) | Author |
---|---|---|
2023-06-14 | Remove dead code (#8504) | Daniel Asaturov |
2023-03-02 | Remove FormatOrString and remaining uses of format() | Eelco Dolstra |
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 |