summaryrefslogtreecommitdiff
path: root/src/fs
AgeCommit message (Expand)Author
2014-11-30fs/Charset: move code to wrapper class IcuConverterMax Kellermann
2014-11-30fs/Charset: return std::string from PathFromUTF8()Max Kellermann
2014-11-30fs/Charset: use macro HAVE_FS_CHARSET internallyMax Kellermann
2014-11-29fs/Charset: add DeinitFSCharset()Max Kellermann
2014-11-29fs/Charset: add macro HAVE_FS_CHARSETMax Kellermann
2014-11-29fs/Charset: return Error on SetFSCharset() failureMax Kellermann
2014-11-29fs/Config: remove bogus WIN32 checkMax Kellermann
2014-11-28Compiler.h: exclude clang from GCC_CHECK_VERSION()Max Kellermann
2014-11-21configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann
2014-11-18Merge tag 'v0.18.18' into v0.19.xMax Kellermann
2014-11-11Construct a Null AllocatedPath if the filename conversion into UTF8 failedFlorent Le Coz
2014-10-25fs/Charset: work around clang's -Wunused-const-variableMax Kellermann
2014-10-10fs/Traits: use value_typeMax Kellermann
2014-09-28fs/AllocatedPath: add method Steal()Max Kellermann
2014-09-28fs/AllocatedPath: API documentation grammar fixesMax Kellermann
2014-08-30*: add missing Compiler.h includesMax Kellermann
2014-08-11fs/io/TextFile: add method Check()Max Kellermann
2014-08-11fs/io/Reader: add "nonnull" attributeMax Kellermann
2014-08-11fs/io/TextFile: use AutoGunzipReaderMax Kellermann
2014-08-11fs/io/AutoGunzipReader: new classMax Kellermann
2014-08-11fs/io/PeekReader: new utility classMax Kellermann
2014-08-11fs/io/GzipOutputStream,GunzipReader: move zlib_domain to src/lib/zlib/Domain.cxxMax Kellermann
2014-08-08input/GunzipInputStream: new classMax Kellermann
2014-08-07fs/io/BufferedReader: new class to replace class TextFileMax Kellermann
2014-08-07fs/io/Reader: new interfaceMax Kellermann
2014-08-07fs/output, fs/TextFile: move to fs/io/Max Kellermann
2014-08-07fs/output/FileOutputStream: use open_cloexec()Max Kellermann
2014-08-07util/StringUtil: add StripRight() overload with "end" argumentMax Kellermann
2014-08-07util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann
2014-08-07fs/StandardDirectory: pass writable string to ParseConfigLine()Max Kellermann
2014-08-06fs/GzipOutputStream: new class wrapping zlibMax Kellermann
2014-07-30fs/OutputStream: new infrastructure for writing to filesMax Kellermann
2014-07-11fs/StandardDirectory: look for cache dir in environment, not user-dirsMantas Mikulėnas
2014-03-01fs/StandardDirectory: add GetUserCacheDir()Max Kellermann
2014-03-01java/File: add method ToAbsolutePath() returning AllocatedPathMax Kellermann
2014-03-01Android: obtain music directory from Environment.getExternalStoragePublicDire...Max Kellermann
2014-02-23fs/Charset: use "UTF-8" instead of "utf-8" as the default valueMax Kellermann
2014-02-17fs/TextFile: use custom allocation instead of GStringMax Kellermann
2014-02-17fs/Charset: disable if GLib is disabledMax Kellermann
2014-02-07Mapper: move check_directory() to the filesystem libraryMax Kellermann
2014-02-07fs/Traits: add function Relative()Max Kellermann
2014-01-30fs/AllocatedPath: add conversion constructor from PathMax Kellermann
2014-01-30fs/DirectoryReader: GetEntry() returns Path, not AllocatedPathMax Kellermann
2014-01-30fs/AllocatedPath: add Build() overlays with Path argumentsMax Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-12-08fs: implemented standard directories APIDenis Krjuchkov
2013-12-08TextFile: move to fs subsystemDenis Krjuchkov
2013-12-05fs/FileSystem.hxx: don't define CheckAccess() with mode on WindowsDenis Krjuchkov
2013-12-05fs/FileSystem.hxx: add CheckAccess without mode parameterDenis Krjuchkov