Max Kellermann
|
b3f5b4932c
|
configure.ac: add macro MPD_ENABLE_AUTO_PKG
Simplify the definition of many build options.
|
2014-11-21 22:19:57 +01:00 |
|
Max Kellermann
|
b373c53ce4
|
*: add missing Compiler.h includes
Necessary for "final" on gcc 4.6.
|
2014-08-30 00:46:52 +02:00 |
|
Max Kellermann
|
8283f23651
|
fs/io/TextFile: add method Check()
|
2014-08-11 22:53:48 +02:00 |
|
Max Kellermann
|
7cc25f91ff
|
fs/io/Reader: add "nonnull" attribute
|
2014-08-11 22:49:08 +02:00 |
|
Max Kellermann
|
486b5b6bfc
|
fs/io/TextFile: use AutoGunzipReader
Several MPD subsystems can now read gzipped files; for example, the
database file can be gzipped.
|
2014-08-11 21:48:25 +02:00 |
|
Max Kellermann
|
88a2f128ec
|
fs/io/AutoGunzipReader: new class
|
2014-08-11 21:48:25 +02:00 |
|
Max Kellermann
|
45c139cfb3
|
fs/io/PeekReader: new utility class
|
2014-08-11 21:48:25 +02:00 |
|
Max Kellermann
|
3a111e5d74
|
fs/io/GzipOutputStream,GunzipReader: move zlib_domain to src/lib/zlib/Domain.cxx
|
2014-08-11 21:48:25 +02:00 |
|
Max Kellermann
|
a67a881715
|
input/GunzipInputStream: new class
|
2014-08-08 20:11:29 +02:00 |
|
Max Kellermann
|
aa2e4d92e0
|
fs/io/BufferedReader: new class to replace class TextFile
The new class is pluggable, to prepare for gzipped database files.
For now, the TextFile class remains, and will be refactored away
later.
|
2014-08-07 19:38:25 +02:00 |
|
Max Kellermann
|
0ea66a1275
|
fs/io/Reader: new interface
|
2014-08-07 19:38:25 +02:00 |
|
Max Kellermann
|
aafff8fd5c
|
fs/output, fs/TextFile: move to fs/io/
|
2014-08-07 19:38:25 +02:00 |
|