aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-10fs/io/FileOutputStream: use CREATE_ALWAYS instead of TRUNCATE_EXISTINGMax Kellermann1-1/+1
2015-02-09fs/Charset: convert #ifdef to regular "if"Max Kellermann1-3/+5
2015-02-08fs/Charset: change FixSeparators() API to use std::string&&Max Kellermann1-11/+6
2015-02-06fs/io/FileOutputStream: don't auto-delete file on WIN32Max Kellermann1-0/+2
2015-01-21fs/io/BufferedReader: count line numbersMax Kellermann2-2/+12
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann1-1/+1
2015-01-14fs/io/FileOutputStream: add static method Create()Max Kellermann2-0/+13
2015-01-13fs/AllocatedPath: add operator==Max Kellermann1-0/+10
2015-01-06fs/io/FileOutputStream: use O_TMPFILE if availableMax Kellermann2-7/+67
2015-01-05fs/io/File{Reader,OutputStream}: use OpenFile()Max Kellermann2-8/+7
2015-01-01Copyright year 2015Max Kellermann42-42/+42
2014-12-26fs/Traits, ...: work around -Wtautological-pointer-compareMax Kellermann1-0/+16
2014-12-26util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compareMax Kellermann2-0/+12
2014-12-02fs/Path: add methods GetBase() and GetDirectoryName()Max Kellermann2-0/+46
2014-12-01lib/icu/Converter: add ICU-based backendMax Kellermann1-1/+1
2014-11-30fs/Config: add HAVE_GLIB checkMax Kellermann1-1/+1
2014-11-30fs/Config: swap #if/#elseMax Kellermann1-7/+7
2014-11-30fs/Charset: move code to wrapper class IcuConverterMax Kellermann1-64/+13
2014-11-30fs/Charset: return std::string from PathFromUTF8()Max Kellermann4-31/+9
2014-11-30fs/Charset: use macro HAVE_FS_CHARSET internallyMax Kellermann1-4/+4
2014-11-29fs/Charset: add DeinitFSCharset()Max Kellermann4-0/+19
2014-11-29fs/Charset: add macro HAVE_FS_CHARSETMax Kellermann4-3/+7
2014-11-29fs/Charset: return Error on SetFSCharset() failureMax Kellermann4-16/+33
2014-11-29fs/Config: remove bogus WIN32 checkMax Kellermann1-1/+1
2014-11-28Compiler.h: exclude clang from GCC_CHECK_VERSION()Max Kellermann1-1/+1
2014-11-21configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann2-4/+4
2014-11-11Construct a Null AllocatedPath if the filename conversion into UTF8 failedFlorent Le Coz1-1/+5
2014-10-25fs/Charset: work around clang's -Wunused-const-variableMax Kellermann1-1/+2
2014-10-10fs/Traits: use value_typeMax Kellermann1-4/+4
2014-09-28fs/AllocatedPath: add method Steal()Max Kellermann1-0/+8
2014-09-28fs/AllocatedPath: API documentation grammar fixesMax Kellermann1-5/+5
2014-08-30*: add missing Compiler.h includesMax Kellermann7-0/+7
2014-08-11fs/io/TextFile: add method Check()Max Kellermann2-0/+16
2014-08-11fs/io/Reader: add "nonnull" attributeMax Kellermann1-0/+1
2014-08-11fs/io/TextFile: use AutoGunzipReaderMax Kellermann2-1/+23
2014-08-11fs/io/AutoGunzipReader: new classMax Kellermann2-0/+121
2014-08-11fs/io/PeekReader: new utility classMax Kellermann2-0/+112
2014-08-11fs/io/GzipOutputStream,GunzipReader: move zlib_domain to src/lib/zlib/Domain.cxxMax Kellermann4-8/+2
2014-08-08input/GunzipInputStream: new classMax Kellermann2-0/+171
2014-08-07fs/io/BufferedReader: new class to replace class TextFileMax Kellermann5-58/+179
2014-08-07fs/io/Reader: new interfaceMax Kellermann3-0/+216
2014-08-07fs/output, fs/TextFile: move to fs/io/Max Kellermann11-1/+1
2014-08-07fs/output/FileOutputStream: use open_cloexec()Max Kellermann1-3/+4
2014-08-07util/StringUtil: add StripRight() overload with "end" argumentMax Kellermann1-4/+1
2014-08-07util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann1-3/+3
2014-08-07fs/StandardDirectory: pass writable string to ParseConfigLine()Max Kellermann1-8/+10
2014-08-06fs/GzipOutputStream: new class wrapping zlibMax Kellermann2-0/+177
2014-07-30fs/OutputStream: new infrastructure for writing to filesMax Kellermann6-0/+499
2014-07-11fs/StandardDirectory: look for cache dir in environment, not user-dirsMantas Mikulėnas1-3/+15
2014-03-01fs/StandardDirectory: add GetUserCacheDir()Max Kellermann2-0/+21