Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs/io/FileOutputStream: add static method Create() | Max Kellermann | 2015-01-14 | 1 | -0/+12 |
| | |||||
* | fs/io/FileOutputStream: use O_TMPFILE if available | Max Kellermann | 2015-01-06 | 1 | -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 Kellermann | 2015-01-05 | 1 | -4/+3 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | fs/output, fs/TextFile: move to fs/io/ | Max Kellermann | 2014-08-07 | 1 | -0/+135 |