Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: add missing Compiler.h includes | Max Kellermann | 2014-08-30 | 7 | -0/+7 |
* | fs/io/TextFile: add method Check() | Max Kellermann | 2014-08-11 | 2 | -0/+16 |
* | fs/io/Reader: add "nonnull" attribute | Max Kellermann | 2014-08-11 | 1 | -0/+1 |
* | fs/io/TextFile: use AutoGunzipReader | Max Kellermann | 2014-08-11 | 2 | -1/+23 |
* | fs/io/AutoGunzipReader: new class | Max Kellermann | 2014-08-11 | 2 | -0/+121 |
* | fs/io/PeekReader: new utility class | Max Kellermann | 2014-08-11 | 2 | -0/+112 |
* | fs/io/GzipOutputStream,GunzipReader: move zlib_domain to src/lib/zlib/Domain.cxx | Max Kellermann | 2014-08-11 | 4 | -8/+2 |
* | input/GunzipInputStream: new class | Max Kellermann | 2014-08-08 | 2 | -0/+171 |
* | fs/io/BufferedReader: new class to replace class TextFile | Max Kellermann | 2014-08-07 | 4 | -57/+177 |
* | fs/io/Reader: new interface | Max Kellermann | 2014-08-07 | 3 | -0/+216 |
* | fs/output, fs/TextFile: move to fs/io/ | Max Kellermann | 2014-08-07 | 10 | -0/+820 |