Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mapper: don't use C-style prototypes | Max Kellermann | 2015-03-24 | 1 | -1/+2 |
| | |||||
* | fs/io/FileOutputStream: add method Tell() | Max Kellermann | 2015-03-24 | 1 | -0/+3 |
| | |||||
* | fs/io/FileOutputStream: seek end-of-file in AppendFileOutputStream ctor | Max Kellermann | 2015-03-24 | 1 | -0/+6 |
| | |||||
* | fs/io/FileOutputStream: add class AppendFileOutputStream | Max Kellermann | 2015-03-23 | 1 | -0/+12 |
| | |||||
* | fs/io/FileOutputStream: move code to new class BaseFileOutputStream | Max Kellermann | 2015-03-23 | 1 | -12/+68 |
| | |||||
* | fs/io/FileOutputStream: make "path" const | Max Kellermann | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | fs/io/FileOutputStream: use class FileDescriptor | Max Kellermann | 2015-03-03 | 1 | -2/+6 |
| | |||||
* | fs/io/FileOutputStream: add static method Create() | Max Kellermann | 2015-01-14 | 1 | -0/+1 |
| | |||||
* | fs/io/FileOutputStream: use O_TMPFILE if available | Max Kellermann | 2015-01-06 | 1 | -0/+8 |
| | | | | | | 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. | ||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | *: add missing Compiler.h includes | Max Kellermann | 2014-08-30 | 1 | -0/+1 |
| | | | | Necessary for "final" on gcc 4.6. | ||||
* | fs/output, fs/TextFile: move to fs/io/ | Max Kellermann | 2014-08-07 | 1 | -0/+68 |