aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/StandardDirectory.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann2015-11-061-0/+1
|
* fs/{Allocated,}Path,Charset: use PathTraitsFS typedefsMax Kellermann2015-02-251-2/+2
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* fs/io/BufferedReader: new class to replace class TextFileMax Kellermann2014-08-071-1/+2
| | | | | | | The new class is pluggable, to prepare for gzipped database files. For now, the TextFile class remains, and will be refactored away later.
* fs/output, fs/TextFile: move to fs/io/Max Kellermann2014-08-071-1/+1
|
* util/StringUtil: add StripRight() overload with "end" argumentMax Kellermann2014-08-071-4/+1
|
* util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann2014-08-071-3/+3
|
* fs/StandardDirectory: pass writable string to ParseConfigLine()Max Kellermann2014-08-071-8/+10
| | | | Eliminate the std::string overhead.
* fs/StandardDirectory: look for cache dir in environment, not user-dirsMantas Mikulėnas2014-07-111-3/+15
| | | | | The XDG cache directory is part of the "base directories" spec like $XDG_CONFIG_HOME, not "user directories".
* fs/StandardDirectory: add GetUserCacheDir()Max Kellermann2014-03-011-0/+14
| | | | | | Move code from CreateConfiguredDatabase() and add XDG support. This implements an automatic Linux fallback for the setting "db_file" if none was specified.
* java/File: add method ToAbsolutePath() returning AllocatedPathMax Kellermann2014-03-011-7/+1
|
* Android: obtain music directory from ↵Max Kellermann2014-03-011-1/+14
| | | | Environment.getExternalStoragePublicDirectory()
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* fs: implemented standard directories APIDenis Krjuchkov2013-12-081-0/+294