aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/io/TextFile.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: doxygen fixupsMax Kellermann2015-03-171-1/+0
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann2014-11-211-1/+1
| | | | Simplify the definition of many build options.
* fs/io/TextFile: add method Check()Max Kellermann2014-08-111-0/+8
|
* fs/io/TextFile: use AutoGunzipReaderMax Kellermann2014-08-111-0/+7
| | | | | 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-11/+7
| | | | | | | 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/+62