aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/Container.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db/simple: mount pointsMax Kellermann2014-02-271-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 directoryMax Kellermann2014-02-261-2/+2
|
* DecoderPlugin: free the container_scan() return value with delete[]Max Kellermann2014-02-241-3/+1
|
* DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann2014-02-071-2/+2
|
* db/update: include StorageInterface.hxx instead of LocalStorage.hxxMax Kellermann2014-02-051-1/+1
|
* db/UpdateWalk: move LocalStorage to InstanceMax Kellermann2014-02-051-0/+1
| | | | Keep only a reference.
* LocalStorage: new API abstracting filesystem walkMax Kellermann2014-02-051-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 variantsMax Kellermann2014-01-311-3/+1
|
* db/update: convert to OO APIMax Kellermann2014-01-301-0/+127
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day.