aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/plugins/simple/Directory.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* util/DeleteDisposer: new utility classMax Kellermann2015-10-191-6/+0
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* Directory: eliminate attribute "have_stat"Max Kellermann2014-06-161-1/+0
| | | | Check for 0 in "device" and "inode" instead.
* db/simple: use class boost::intrusive::listMax Kellermann2014-06-161-19/+41
| | | | Remove the C list_head library and use type-safe C++ instead.
* db/simple: mount pointsMax Kellermann2014-02-271-0/+11
| | | | | | | | 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-11/+0
| | | | Move to SimpleDatabase::GetSong() to give that method more control.
* db/simple/Directory: LookupDirectory() return remaining URIMax Kellermann2014-02-261-1/+16
| | | | Code can now be reused in LookupSong().
* db/Directory: add DEVICE_* documentationMax Kellermann2014-02-261-0/+10
|
* db/simple: create dedicated directoryMax Kellermann2014-02-261-0/+239