aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/io/TextFile.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs/io/TextFile: add method Check()Max Kellermann2014-08-111-0/+8
|
* fs/io/TextFile: use AutoGunzipReaderMax Kellermann2014-08-111-1/+16
| | | | | Several MPD subsystems can now read gzipped files; for example, the database file can be gzipped.
* fs/io/BufferedReader: new class to replace class TextFileMax Kellermann2014-08-071-46/+13
| | | | | | | The new class is pluggable, to prepare for gzipped database files. For now, the TextFile class remains, and will be refactored away later.
* fs/output, fs/TextFile: move to fs/io/Max Kellermann2014-08-071-0/+81