aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-03-01java/File: add method ToAbsolutePath() returning AllocatedPathMax Kellermann1-7/+1
2014-03-01Android: obtain music directory from Environment.getExternalStoragePublicDire...Max Kellermann1-1/+14
2014-02-23fs/Charset: use "UTF-8" instead of "utf-8" as the default valueMax Kellermann1-2/+2
2014-02-17fs/TextFile: use custom allocation instead of GStringMax Kellermann2-24/+29
2014-02-17fs/Charset: disable if GLib is disabledMax Kellermann3-2/+31
2014-02-07Mapper: move check_directory() to the filesystem libraryMax Kellermann2-0/+96
2014-02-07fs/Traits: add function Relative()Max Kellermann4-23/+61
2014-01-30fs/AllocatedPath: add conversion constructor from PathMax Kellermann1-0/+2
2014-01-30fs/DirectoryReader: GetEntry() returns Path, not AllocatedPathMax Kellermann1-3/+3
2014-01-30fs/AllocatedPath: add Build() overlays with Path argumentsMax Kellermann1-0/+10
2014-01-24Config*: move to config/Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann20-20/+20
2013-12-08fs: implemented standard directories APIDenis Krjuchkov2-0/+358
2013-12-08TextFile: move to fs subsystemDenis Krjuchkov2-0/+138
2013-12-05fs/FileSystem.hxx: don't define CheckAccess() with mode on WindowsDenis Krjuchkov1-8/+2
2013-12-05fs/FileSystem.hxx: add CheckAccess without mode parameterDenis Krjuchkov1-0/+14
2013-12-05fs/Traits.cxx: don't return drive path without trailing separatorDenis Krjuchkov1-0/+4
2013-12-05fs/Traits.hxx: introduce PathTraitsXXX::IsDrive functionDenis Krjuchkov1-2/+16
2013-12-05fs/Charset.cxx: replace \ with / when converting path to UTF-8 on WindowsDenis Krjuchkov1-3/+24
2013-12-05fs/Traits.hxx: add shorter forms of PathTraitsXXX::Build()Denis Krjuchkov1-0/+10
2013-12-05fs/Traits.hxx: add PathTraitsUTF8::GetLength for consistencyDenis Krjuchkov1-0/+5
2013-12-05fs/AllocatedPath.cxx: don't use g_path_get_dirnameDenis Krjuchkov1-1/+1
2013-12-05fs/Traits: implement GetBase/GetParent/Build using templatesDenis Krjuchkov2-22/+88
2013-12-05fs/Traits.cxx: don't return empty string if parent dir is rootDenis Krjuchkov1-3/+5
2013-12-05fs/Traits.hxx: add FindLastSeparator function to PathTraitsXXXDenis Krjuchkov1-0/+19
2013-12-05fs/Traits: improve compatibility between PathTraitsFS and PathTraitsUTF8Denis Krjuchkov2-9/+14
2013-12-05fs/Traits.hxx: add gcc_nonnull_all where applicableDenis Krjuchkov1-3/+3
2013-12-05fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov7-66/+71
2013-12-03AllocatedPath.hxx: use move constructorDenis Krjuchkov1-1/+1
2013-12-03fs/AllocatedPath: use PathTraits::BuildFSDenis Krjuchkov2-10/+14
2013-12-03fs/Traits.hxx: implement BuildFS() methodDenis Krjuchkov2-0/+35