aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/io/FileOutputStream.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-06fs/io/FileOutputStream: don't auto-delete file on WIN32Max Kellermann1-0/+2
The file handle is never reset to INVALID_HANDLE_VALUE, and thus the destructor will assume the operation shall be cancelled and will delete the temporary file. This was a major breakage for saving the database file and the state file.
2014-08-07fs/output, fs/TextFile: move to fs/io/Max Kellermann1-0/+0
2014-08-07fs/output/FileOutputStream: use open_cloexec()Max Kellermann1-3/+4
Support operating systems that don't have O_CLOEXEC.
2014-07-30fs/OutputStream: new infrastructure for writing to filesMax Kellermann1-0/+134