Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs/io/FileOutputStream: fix wrong #ifdef WIN32 | Max Kellermann | 2015-03-25 | 1 | -23/+3 |
| | |||||
* | fs/io/FileOutputStream: add method Tell() | Max Kellermann | 2015-03-24 | 1 | -0/+17 |
| | |||||
* | 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/+55 |
| | |||||
* | fs/io/FileOutputStream: move code to new class BaseFileOutputStream | Max Kellermann | 2015-03-23 | 1 | -37/+33 |
| | |||||
* | fs/io/FileOutputStream: use class FileDescriptor | Max Kellermann | 2015-03-03 | 1 | -17/+14 |
| | |||||
* | fs/io/File{Reader,OutputStream}: convert path to UTF-8 for error message | Max Kellermann | 2015-02-25 | 1 | -4/+11 |
| | |||||
* | fs/io/FileOutputStream: use CREATE_ALWAYS instead of TRUNCATE_EXISTING | Max Kellermann | 2015-02-10 | 1 | -1/+1 |
| | | | | | Fixes yet another breakage of creating the database+state file on Windows. | ||||
* | Merge tag 'v0.19.9' | Max Kellermann | 2015-02-06 | 1 | -0/+2 |
|\ | |||||
| * | fs/io/FileOutputStream: don't auto-delete file on WIN32 | Max Kellermann | 2015-02-06 | 1 | -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 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 |