index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fs
Age
Commit message (
Expand
)
Author
2016-08-23
Compiler.h: exclude clang from GCC_CHECK_VERSION()
Max Kellermann
2016-07-29
fs/Path: make IsAbsolute() const
Max Kellermann
2016-07-29
fs/Path: add methods GetBase() and GetDirectoryName()
Max Kellermann
2015-02-06
fs/io/FileOutputStream: don't auto-delete file on WIN32
Max Kellermann
2014-12-26
fs/Traits, ...: work around -Wtautological-pointer-compare
Max Kellermann
2014-12-26
Merge branch 'v0.18.x' into v0.19.x
Max Kellermann
2014-12-26
util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compare
Max Kellermann
2014-11-18
Merge tag 'v0.18.18' into v0.19.x
Max Kellermann
2014-11-11
Construct a Null AllocatedPath if the filename conversion into UTF8 failed
Florent Le Coz
2014-10-25
fs/Charset: work around clang's -Wunused-const-variable
Max Kellermann
2014-10-10
fs/Traits: use value_type
Max Kellermann
2014-09-28
fs/AllocatedPath: add method Steal()
Max Kellermann
2014-09-28
fs/AllocatedPath: API documentation grammar fixes
Max Kellermann
2014-08-30
*: add missing Compiler.h includes
Max Kellermann
2014-08-11
fs/io/TextFile: add method Check()
Max Kellermann
2014-08-11
fs/io/Reader: add "nonnull" attribute
Max Kellermann
2014-08-11
fs/io/TextFile: use AutoGunzipReader
Max Kellermann
2014-08-11
fs/io/AutoGunzipReader: new class
Max Kellermann
2014-08-11
fs/io/PeekReader: new utility class
Max Kellermann
2014-08-11
fs/io/GzipOutputStream,GunzipReader: move zlib_domain to src/lib/zlib/Domain.cxx
Max Kellermann
2014-08-08
input/GunzipInputStream: new class
Max Kellermann
2014-08-07
fs/io/BufferedReader: new class to replace class TextFile
Max Kellermann
2014-08-07
fs/io/Reader: new interface
Max Kellermann
2014-08-07
fs/output, fs/TextFile: move to fs/io/
Max Kellermann
2014-08-07
fs/output/FileOutputStream: use open_cloexec()
Max Kellermann
2014-08-07
util/StringUtil: add StripRight() overload with "end" argument
Max Kellermann
2014-08-07
util/StringUtil: rename strchug_fast() to StripLeft()
Max Kellermann
2014-08-07
fs/StandardDirectory: pass writable string to ParseConfigLine()
Max Kellermann
2014-08-06
fs/GzipOutputStream: new class wrapping zlib
Max Kellermann
2014-07-30
fs/OutputStream: new infrastructure for writing to files
Max Kellermann
2014-07-11
fs/StandardDirectory: look for cache dir in environment, not user-dirs
Mantas Mikulėnas
2014-03-01
fs/StandardDirectory: add GetUserCacheDir()
Max Kellermann
2014-03-01
java/File: add method ToAbsolutePath() returning AllocatedPath
Max Kellermann
2014-03-01
Android: obtain music directory from Environment.getExternalStoragePublicDire...
Max Kellermann
2014-02-23
fs/Charset: use "UTF-8" instead of "utf-8" as the default value
Max Kellermann
2014-02-17
fs/TextFile: use custom allocation instead of GString
Max Kellermann
2014-02-17
fs/Charset: disable if GLib is disabled
Max Kellermann
2014-02-07
Mapper: move check_directory() to the filesystem library
Max Kellermann
2014-02-07
fs/Traits: add function Relative()
Max Kellermann
2014-01-30
fs/AllocatedPath: add conversion constructor from Path
Max Kellermann
2014-01-30
fs/DirectoryReader: GetEntry() returns Path, not AllocatedPath
Max Kellermann
2014-01-30
fs/AllocatedPath: add Build() overlays with Path arguments
Max Kellermann
2014-01-24
Config*: move to config/
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-12-08
fs: implemented standard directories API
Denis Krjuchkov
2013-12-08
TextFile: move to fs subsystem
Denis Krjuchkov
2013-12-05
fs/FileSystem.hxx: don't define CheckAccess() with mode on Windows
Denis Krjuchkov
2013-12-05
fs/FileSystem.hxx: add CheckAccess without mode parameter
Denis Krjuchkov
2013-12-05
fs/Traits.cxx: don't return drive path without trailing separator
Denis Krjuchkov
2013-12-05
fs/Traits.hxx: introduce PathTraitsXXX::IsDrive function
Denis Krjuchkov
[next]