aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/plugins/simple/Directory.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db/simple: mount pointsMax Kellermann2014-02-271-1/+27
| | | | | | | | 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/Directory: eliminate method LookupSong()Max Kellermann2014-02-261-18/+0
| | | | Move to SimpleDatabase::GetSong() to give that method more control.
* db/simple/Directory: LookupDirectory() return remaining URIMax Kellermann2014-02-261-27/+28
| | | | Code can now be reused in LookupSong().
* db/simple/Directory: make variables more localMax Kellermann2014-02-261-4/+2
|
* db/simple: create dedicated directoryMax Kellermann2014-02-261-0/+291