Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db/update: include StorageInterface.hxx instead of LocalStorage.hxx | Max Kellermann | 2014-02-05 | 2 | -2/+2 |
| | |||||
* | storage: add abstract interface | Max Kellermann | 2014-02-05 | 6 | -25/+25 |
| | | | | Prepare for the plugin interface. | ||||
* | db/UpdateWalk: move LocalStorage to Instance | Max Kellermann | 2014-02-05 | 6 | -7/+13 |
| | | | | Keep only a reference. | ||||
* | db/update/Remove: initialize attribute "removed_song" | Max Kellermann | 2014-02-05 | 1 | -1/+2 |
| | | | | Fixes bogus assertion failure. | ||||
* | LocalStorage: new API abstracting filesystem walk | Max Kellermann | 2014-02-05 | 7 | -174/+211 |
| | | | | | Prepare to make this a new plugin API, for example to use a SMB share for the music_directory. | ||||
* | db/UpdateIO: add "pure" attributes | Max Kellermann | 2014-02-05 | 1 | -0/+4 |
| | |||||
* | 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 | 6 | -28/+13 |
| | | | | Decouples db/update/Remove.cpp from global variables. | ||||
* | db/update/Service: use DatabaseListener instead of Instance | Max Kellermann | 2014-02-04 | 2 | -5/+11 |
| | | | | 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 | 2 | -8/+11 |
| | | | | Don't use the global variables from the DatabaseSimple library. | ||||
* | db/update/Walk: add Directory reference parameter | Max Kellermann | 2014-02-04 | 3 | -14/+14 |
| | | | | Remove dependency on the DatabaseSimple library. | ||||
* | db/update/Archive: delete archive from database on error | Max Kellermann | 2014-01-31 | 1 | -0/+2 |
| | |||||
* | db/update/Editor: add locking method variants | Max Kellermann | 2014-01-31 | 5 | -27/+36 |
| | |||||
* | db/update: convert runtime check to assertion | Max Kellermann | 2014-01-31 | 1 | -4/+1 |
| | |||||
* | update/Walk: declare std::string at assignment | Max Kellermann | 2014-01-30 | 1 | -4/+2 |
| | | | | Reduce overhead. | ||||
* | db/update: convert to OO API | Max Kellermann | 2014-01-30 | 23 | -494/+468 |
| | | | | | Move global variables into the new classes. That may allow multiple update threads for multiple databases one day. | ||||
* | ExcludeList: move to db/update/ | Max Kellermann | 2014-01-30 | 2 | -0/+163 |
| | |||||
* | InotifyUpdate: pass EventLoop to mpd_inotify_init() | Max Kellermann | 2014-01-29 | 2 | -6/+8 |
| | |||||
* | db/Directory: move isRootDirectory() to Uri.hxx | Max Kellermann | 2014-01-29 | 1 | -0/+1 |
| | | | | Decouple command/OtherCommands.cxx from the "simple" database plugin. | ||||
* | Playlist{Info,Vector}: move to db/ | Max Kellermann | 2014-01-27 | 2 | -2/+2 |
| | |||||
* | Database*: move to db/ | Max Kellermann | 2014-01-24 | 29 | -0/+2660 |