Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db/update: include StorageInterface.hxx instead of LocalStorage.hxx | Max Kellermann | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | db/UpdateWalk: move LocalStorage to Instance | Max Kellermann | 2014-02-05 | 1 | -0/+1 |
| | | | | 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/update/Editor: add locking method variants | Max Kellermann | 2014-01-31 | 1 | -3/+1 |
| | |||||
* | db/update: convert to OO API | Max Kellermann | 2014-01-30 | 1 | -0/+127 |
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day. |