Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-27 | db/update/Service: allocate UpdateWalk dynamically | Max Kellermann | 1 | -8/+0 | |
2014-02-27 | db/update: cancel the update on shutdown | Max Kellermann | 1 | -0/+23 | |
2014-02-08 | ArchivePlugin: rename struct archive_plugin to ArchivePlugin | Max Kellermann | 1 | -2/+2 | |
2014-02-05 | storage: add abstract interface | Max Kellermann | 1 | -3/+3 | |
Prepare for the plugin interface. | |||||
2014-02-05 | db/UpdateWalk: move LocalStorage to Instance | Max Kellermann | 1 | -3/+4 | |
Keep only a reference. | |||||
2014-02-05 | LocalStorage: new API abstracting filesystem walk | Max Kellermann | 1 | -11/+16 | |
Prepare to make this a new plugin API, for example to use a SMB share for the music_directory. | |||||
2014-02-04 | db/DatabaseListener: add method OnDatabaseSongRemoved() | Max Kellermann | 1 | -1/+1 | |
Decouples db/update/Remove.cpp from global variables. | |||||
2014-02-04 | db/update/Walk: add Directory reference parameter | Max Kellermann | 1 | -3/+4 | |
Remove dependency on the DatabaseSimple library. | |||||
2014-01-30 | db/update: convert to OO API | Max Kellermann | 1 | -0/+134 | |
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day. |