aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/io/FileOutputStream.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-25fs/io/FileOutputStream: fix wrong #ifdef WIN32Max Kellermann1-23/+3
2015-03-24fs/io/FileOutputStream: add method Tell()Max Kellermann1-0/+17
2015-03-24fs/io/FileOutputStream: seek end-of-file in AppendFileOutputStream ctorMax Kellermann1-0/+6
2015-03-23fs/io/FileOutputStream: add class AppendFileOutputStreamMax Kellermann1-0/+55
2015-03-23fs/io/FileOutputStream: move code to new class BaseFileOutputStreamMax Kellermann1-37/+33
2015-03-03fs/io/FileOutputStream: use class FileDescriptorMax Kellermann1-17/+14
2015-02-25fs/io/File{Reader,OutputStream}: convert path to UTF-8 for error messageMax Kellermann1-4/+11
2015-02-10fs/io/FileOutputStream: use CREATE_ALWAYS instead of TRUNCATE_EXISTINGMax Kellermann1-1/+1
2015-02-06fs/io/FileOutputStream: don't auto-delete file on WIN32Max Kellermann1-0/+2
2015-01-14fs/io/FileOutputStream: add static method Create()Max Kellermann1-0/+12
2015-01-06fs/io/FileOutputStream: use O_TMPFILE if availableMax Kellermann1-7/+59
2015-01-05fs/io/File{Reader,OutputStream}: use OpenFile()Max Kellermann1-4/+3
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-08-07fs/output, fs/TextFile: move to fs/io/Max Kellermann1-0/+0
2014-08-07fs/output/FileOutputStream: use open_cloexec()Max Kellermann1-3/+4
2014-07-30fs/OutputStream: new infrastructure for writing to filesMax Kellermann1-0/+134