aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/StandardDirectory.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-11fs/StandardDirectory: look for cache dir in environment, not user-dirsMantas Mikulėnas1-3/+15
The XDG cache directory is part of the "base directories" spec like $XDG_CONFIG_HOME, not "user directories".
2014-03-01fs/StandardDirectory: add GetUserCacheDir()Max Kellermann1-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.
2014-03-01java/File: add method ToAbsolutePath() returning AllocatedPathMax Kellermann1-7/+1
2014-03-01Android: obtain music directory from ↵Max Kellermann1-1/+14
Environment.getExternalStoragePublicDirectory()
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-12-08fs: implemented standard directories APIDenis Krjuchkov1-0/+294