Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | storage: add abstract interface | Max Kellermann | 2014-02-05 | 1 | -1/+1 |
| | | | | Prepare for the plugin interface. | ||||
* | db/UpdateWalk: move LocalStorage to Instance | Max Kellermann | 2014-02-05 | 1 | -1/+2 |
| | | | | Keep only a reference. | ||||
* | db/UpdateGlue: relax assertion | Max Kellermann | 2014-02-05 | 1 | -2/+2 |
| | | | | Fixes assertion failure when update gets launched during MPD startup. | ||||
* | db/DatabaseListener: add method OnDatabaseSongRemoved() | Max Kellermann | 2014-02-04 | 1 | -1/+1 |
| | | | | Decouples db/update/Remove.cpp from global variables. | ||||
* | db/update/Service: use DatabaseListener instead of Instance | Max Kellermann | 2014-02-04 | 1 | -4/+6 |
| | | | | Don't use the global variable "instance". | ||||
* | db/update/Service: use EventLoop::IsInside() | Max Kellermann | 2014-02-04 | 1 | -2/+6 |
| | | | | Don't use the global variable "main_thread". | ||||
* | db/update/Service: initialize "progress" and "update_task_id" | Max Kellermann | 2014-02-04 | 1 | -1/+3 |
| | | | | | Database update was randomly broken due to these uninitialized variables. | ||||
* | db/update/Service: add SimpleDatabase reference | Max Kellermann | 2014-02-04 | 1 | -7/+6 |
| | | | | Don't use the global variables from the DatabaseSimple library. | ||||
* | db/update/Walk: add Directory reference parameter | Max Kellermann | 2014-02-04 | 1 | -1/+2 |
| | | | | Remove dependency on the DatabaseSimple library. | ||||
* | db/update: convert runtime check to assertion | Max Kellermann | 2014-01-31 | 1 | -4/+1 |
| | |||||
* | db/update: convert to OO API | Max Kellermann | 2014-01-30 | 1 | -54/+28 |
| | | | | | Move global variables into the new classes. That may allow multiple update threads for multiple databases one day. | ||||
* | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -0/+181 |