aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/io/FileOutputStream.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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