| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Check for 0 in "device" and "inode" instead.
|
|
|
|
| |
Remove the C list_head library and use type-safe C++ instead.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Move to SimpleDatabase::GetSong() to give that method more control.
|
|
|
|
| |
Code can now be reused in LookupSong().
|
| |
|
|
|