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
/
StandardDirectory.cxx
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-05-30
use std chr functions
Rosen Penev
2020-04-03
fs/FileSystem, ...: use AllocatedPath::FromFS(string_view)
Max Kellermann
2020-03-19
[clang-tidy] use default member init
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2020-01-03
util/{Const,Writable}Buffer: drop "_type" from type names
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-31
fs/StandardDirectory: move USE_XDG to XDG.hxx
Max Kellermann
2018-07-17
fs/Path: add operator/(Path,Path)
Max Kellermann
2018-01-17
fs/AllocatedPath: make the nullptr_t constructor public
Max Kellermann
2017-12-16
Merge branch 'v0.20.x'
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-07-05
util/StringUtil: move strip functions to StringStrip.cxx
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-07
SongLoader, ...: include cleanup
Max Kellermann
2016-10-26
fs/StandardDirectory: no /etc/passwd lookups on Android
Max Kellermann
2016-04-12
util/StringPointer: rename typedef pointer to pointer_type
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-12-18
fs/io/Reader: use C++ exceptions instead of class Error
Max Kellermann
2015-11-06
util/StringUtil: move comparison functions to StringCompare.cxx
Max Kellermann
2015-02-25
fs/{Allocated,}Path,Charset: use PathTraitsFS typedefs
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-08-07
fs/io/BufferedReader: new class to replace class TextFile
Max Kellermann
2014-08-07
fs/output, fs/TextFile: move to fs/io/
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-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-01-13
copyright year 2014
Max Kellermann
2013-12-08
fs: implemented standard directories API
Denis Krjuchkov