Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-08-07 | fs/io/BufferedReader: new class to replace class TextFile | Max Kellermann | 1 | -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. | |||||
2014-08-07 | fs/output, fs/TextFile: move to fs/io/ | Max Kellermann | 1 | -1/+1 | |
2014-08-07 | util/StringUtil: add StripRight() overload with "end" argument | Max Kellermann | 1 | -4/+1 | |
2014-08-07 | util/StringUtil: rename strchug_fast() to StripLeft() | Max Kellermann | 1 | -3/+3 | |
2014-08-07 | fs/StandardDirectory: pass writable string to ParseConfigLine() | Max Kellermann | 1 | -8/+10 | |
Eliminate the std::string overhead. | |||||
2014-07-11 | fs/StandardDirectory: look for cache dir in environment, not user-dirs | Mantas Mikulėnas | 1 | -3/+15 | |
The XDG cache directory is part of the "base directories" spec like $XDG_CONFIG_HOME, not "user directories". | |||||
2014-03-01 | fs/StandardDirectory: add GetUserCacheDir() | Max Kellermann | 1 | -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-01 | java/File: add method ToAbsolutePath() returning AllocatedPath | Max Kellermann | 1 | -7/+1 | |
2014-03-01 | Android: obtain music directory from ↵ | Max Kellermann | 1 | -1/+14 | |
Environment.getExternalStoragePublicDirectory() | |||||
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-12-08 | fs: implemented standard directories API | Denis Krjuchkov | 1 | -0/+294 | |