| Commit message (Expand) | Author | Age | Files | Lines |
* | fs/io/FileOutputStream: fix wrong #ifdef WIN32 | Max Kellermann | 2015-03-25 | 1 | -23/+3 |
* | Mapper: don't use C-style prototypes | Max Kellermann | 2015-03-24 | 1 | -1/+2 |
* | fs/io/FileOutputStream: add method Tell() | Max Kellermann | 2015-03-24 | 2 | -0/+20 |
* | fs/io/FileOutputStream: seek end-of-file in AppendFileOutputStream ctor | Max Kellermann | 2015-03-24 | 2 | -0/+12 |
* | fs/io/FileOutputStream: add class AppendFileOutputStream | Max Kellermann | 2015-03-23 | 2 | -0/+67 |
* | fs/io/FileOutputStream: move code to new class BaseFileOutputStream | Max Kellermann | 2015-03-23 | 2 | -49/+101 |
* | fs/io/FileOutputStream: make "path" const | Max Kellermann | 2015-03-23 | 1 | -1/+1 |
* | fs/io/BufferedOutputStream: add code comments | Max Kellermann | 2015-03-23 | 2 | -0/+23 |
* | *: doxygen fixups | Max Kellermann | 2015-03-17 | 1 | -1/+0 |
* | fs/io/FileOutputStream: use class FileDescriptor | Max Kellermann | 2015-03-03 | 2 | -19/+20 |
* | input/file: use class FileReader | Max Kellermann | 2015-03-03 | 1 | -0/+6 |
* | fs/io/FileReader: add method GetFileInfo() | Max Kellermann | 2015-03-03 | 2 | -1/+25 |
* | fs/io/FileReader: add move constructor | Max Kellermann | 2015-03-03 | 1 | -0/+14 |
* | system/FileDescriptor: new wrapper class for a file descriptor | Max Kellermann | 2015-03-03 | 2 | -15/+12 |
* | fs/io/FileReader: add method Seek() | Max Kellermann | 2015-03-03 | 2 | -0/+28 |
* | fs/io/File{Reader,OutputStream}: convert path to UTF-8 for error message | Max Kellermann | 2015-02-25 | 2 | -7/+18 |
* | fs/io/FileOutputStream: use CREATE_ALWAYS instead of TRUNCATE_EXISTING | Max Kellermann | 2015-02-10 | 1 | -1/+1 |
* | Merge tag 'v0.19.9' | Max Kellermann | 2015-02-06 | 1 | -0/+2 |
|\ |
|
| * | fs/io/FileOutputStream: don't auto-delete file on WIN32 | Max Kellermann | 2015-02-06 | 1 | -0/+2 |
* | | fs/io/BufferedReader: count line numbers | Max Kellermann | 2015-01-21 | 2 | -2/+12 |
* | | fs/io/FileOutputStream: add static method Create() | Max Kellermann | 2015-01-14 | 2 | -0/+13 |
* | | fs/io/FileOutputStream: use O_TMPFILE if available | Max Kellermann | 2015-01-06 | 2 | -7/+67 |
* | | fs/io/File{Reader,OutputStream}: use OpenFile() | Max Kellermann | 2015-01-05 | 2 | -8/+7 |
* | | Copyright year 2015 | Max Kellermann | 2015-01-01 | 21 | -21/+21 |
* | | configure.ac: add macro MPD_ENABLE_AUTO_PKG | Max Kellermann | 2014-11-21 | 2 | -4/+4 |
|/ |
|
* | *: 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 |