Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db/simple: mount points | Max Kellermann | 2014-02-27 | 1 | -0/+3 |
| | | | | | | | | A SimpleDatabase instance can now "mount" other Database instances at certain locations. This is used to use a new SimpleDatabase instance for each storage mount (issued with the "mount" protocol command). Each such instance has its own database file, stored in the directory that is specified with the "cache_directory" option. | ||||
* | db/simple: create dedicated directory | Max Kellermann | 2014-02-26 | 1 | -2/+2 |
| | |||||
* | DecoderPlugin: free the container_scan() return value with delete[] | Max Kellermann | 2014-02-24 | 1 | -3/+1 |
| | |||||
* | DecoderPlugin: pass Path instance to file_decode() and scan_file() | Max Kellermann | 2014-02-07 | 1 | -2/+2 |
| | |||||
* | 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. |