Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/StringUtil: move comparison functions to StringCompare.cxx | Max Kellermann | 2015-11-06 | 1 | -0/+1 |
| | |||||
* | fs/{Allocated,}Path,Charset: use PathTraitsFS typedefs | Max Kellermann | 2015-02-25 | 1 | -2/+2 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | fs/io/BufferedReader: new class to replace class TextFile | Max Kellermann | 2014-08-07 | 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. | ||||
* | fs/output, fs/TextFile: move to fs/io/ | Max Kellermann | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | util/StringUtil: add StripRight() overload with "end" argument | Max Kellermann | 2014-08-07 | 1 | -4/+1 |
| | |||||
* | util/StringUtil: rename strchug_fast() to StripLeft() | Max Kellermann | 2014-08-07 | 1 | -3/+3 |
| | |||||
* | fs/StandardDirectory: pass writable string to ParseConfigLine() | Max Kellermann | 2014-08-07 | 1 | -8/+10 |
| | | | | Eliminate the std::string overhead. | ||||
* | fs/StandardDirectory: look for cache dir in environment, not user-dirs | Mantas Mikulėnas | 2014-07-11 | 1 | -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 Kellermann | 2014-03-01 | 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. | ||||
* | java/File: add method ToAbsolutePath() returning AllocatedPath | Max Kellermann | 2014-03-01 | 1 | -7/+1 |
| | |||||
* | Android: obtain music directory from ↵ | Max Kellermann | 2014-03-01 | 1 | -1/+14 |
| | | | | Environment.getExternalStoragePublicDirectory() | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | fs: implemented standard directories API | Denis Krjuchkov | 2013-12-08 | 1 | -0/+294 |