aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/io (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann21-21/+21
2014-11-21configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann2-4/+4
2014-08-30*: add missing Compiler.h includesMax Kellermann7-0/+7
2014-08-11fs/io/TextFile: add method Check()Max Kellermann2-0/+16
2014-08-11fs/io/Reader: add "nonnull" attributeMax Kellermann1-0/+1
2014-08-11fs/io/TextFile: use AutoGunzipReaderMax Kellermann2-1/+23
2014-08-11fs/io/AutoGunzipReader: new classMax Kellermann2-0/+121
2014-08-11fs/io/PeekReader: new utility classMax Kellermann2-0/+112
2014-08-11fs/io/GzipOutputStream,GunzipReader: move zlib_domain to src/lib/zlib/Domain.cxxMax Kellermann4-8/+2
2014-08-08input/GunzipInputStream: new classMax Kellermann2-0/+171
2014-08-07fs/io/BufferedReader: new class to replace class TextFileMax Kellermann4-57/+177
2014-08-07fs/io/Reader: new interfaceMax Kellermann3-0/+216
2014-08-07fs/output, fs/TextFile: move to fs/io/Max Kellermann10-0/+820