Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | fs/StandardDirectory: add GetUserCacheDir() | Max Kellermann | 2014-03-01 | 1 | -15/+4 |
| | | | | | | Move code from CreateConfiguredDatabase() and add XDG support. This implements an automatic Linux fallback for the setting "db_file" if none was specified. | ||||
* | db/Configured: store database file in cache directory | Max Kellermann | 2014-03-01 | 1 | -1/+25 |
| | | | | | Add class Context which wraps the Android/Java Context class and add a JNI wrapper for method Context.getCacheDir(). | ||||
* | db/Interface: add attribute "plugin" | Max Kellermann | 2014-02-19 | 1 | -2/+2 |
| | | | | The new method IsPlugin() replaces the "is_simple" flag. | ||||
* | Main: initialize Database before Storage | Max Kellermann | 2014-02-17 | 1 | -13/+1 |
| | |||||
* | db/Configured: disallow both "db_file" and "database" | Max Kellermann | 2014-02-17 | 1 | -3/+7 |
| | | | | This is misconfiguration, and MPD should abort. | ||||
* | Main: move code to db/Configured.cxx | Max Kellermann | 2014-02-17 | 1 | -0/+67 |