aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/io/FileOutputStream.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs/io/FileOutputStream: fix wrong #ifdef WIN32Max Kellermann2015-03-251-23/+3
* fs/io/FileOutputStream: add method Tell()Max Kellermann2015-03-241-0/+17
* fs/io/FileOutputStream: seek end-of-file in AppendFileOutputStream ctorMax Kellermann2015-03-241-0/+6
* fs/io/FileOutputStream: add class AppendFileOutputStreamMax Kellermann2015-03-231-0/+55
* fs/io/FileOutputStream: move code to new class BaseFileOutputStreamMax Kellermann2015-03-231-37/+33
* 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
* 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
* | 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
* | 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