aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/io/FileOutputStream.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs/io/FileOutputStream: use class FileDescriptorMax Kellermann2015-03-031-17/+14
|
* fs/io/File{Reader,OutputStream}: convert path to UTF-8 for error messageMax Kellermann2015-02-251-4/+11
|
* fs/io/FileOutputStream: use CREATE_ALWAYS instead of TRUNCATE_EXISTINGMax Kellermann2015-02-101-1/+1
| | | | | Fixes yet another breakage of creating the database+state file on Windows.
* Merge tag 'v0.19.9'Max Kellermann2015-02-061-0/+2
|\
| * fs/io/FileOutputStream: don't auto-delete file on WIN32Max Kellermann2015-02-061-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.
* | fs/io/FileOutputStream: add static method Create()Max Kellermann2015-01-141-0/+12
| |
* | fs/io/FileOutputStream: use O_TMPFILE if availableMax Kellermann2015-01-061-7/+59
| | | | | | | | | | | | The Linux feature allows writing new files to an invisible file, and then replace the old file. This preserves the old file if we get interrupted by some event.
* | fs/io/File{Reader,OutputStream}: use OpenFile()Max Kellermann2015-01-051-4/+3
| |
* | Copyright year 2015Max Kellermann2015-01-011-1/+1
|/
* fs/output, fs/TextFile: move to fs/io/Max Kellermann2014-08-071-0/+135