aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/output (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs/output/FileOutputStream: use open_cloexec()Max Kellermann2014-08-071-3/+4
| | | | Support operating systems that don't have O_CLOEXEC.
* fs/GzipOutputStream: new class wrapping zlibMax Kellermann2014-08-062-0/+177
|
* fs/OutputStream: new infrastructure for writing to filesMax Kellermann2014-07-306-0/+499