aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/output (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-07fs/output, fs/TextFile: move to fs/io/Max Kellermann8-677/+0
2014-08-07fs/output/FileOutputStream: use open_cloexec()Max Kellermann1-3/+4
Support operating systems that don't have O_CLOEXEC.
2014-08-06fs/GzipOutputStream: new class wrapping zlibMax Kellermann2-0/+177
2014-07-30fs/OutputStream: new infrastructure for writing to filesMax Kellermann6-0/+499