Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | configure.ac: add macro MPD_ENABLE_AUTO_PKG | Max Kellermann | 2014-11-21 | 1 | -1/+1 |
| | | | | Simplify the definition of many build options. | ||||
* | fs/io/TextFile: add method Check() | Max Kellermann | 2014-08-11 | 1 | -0/+8 |
| | |||||
* | fs/io/TextFile: use AutoGunzipReader | Max Kellermann | 2014-08-11 | 1 | -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 TextFile | Max Kellermann | 2014-08-07 | 1 | -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 Kellermann | 2014-08-07 | 1 | -0/+62 |