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