aboutsummaryrefslogtreecommitdiffstats
path: root/src/AtomicFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix formattingJoel Rosdahl2020-02-101-1/+1
* Improve the failed() and fatal() mechanismsJoel Rosdahl2020-02-081-1/+1
* Split ccache.hpp into per-.cpp file headersJoel Rosdahl2020-01-221-2/+1
* AtomicFile: Cope with write error (e.g. due to full disk) when closingJoel Rosdahl2019-11-011-1/+6
* Use #include "third_party/..." consistently to include third party codeJoel Rosdahl2019-10-191-1/+2
* Rename AtomicFile::close to commitJoel Rosdahl2019-10-051-2/+2
* Include .tmp. in AtomicFile namesJoel Rosdahl2019-10-051-1/+1
* Use UpperCamelCase instead of snake_case for namespacesJoel Rosdahl2019-10-051-1/+2
* Make AtomicFile::Type values lower caseJoel Rosdahl2019-10-051-1/+1
* Extract temporary file creation code into a functionJoel Rosdahl2019-10-051-19/+11
* Add AtomicFile class for updating a file with rename-in-placeJoel Rosdahl2019-08-141-0/+80