aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/CompositeStorage.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* storage: remove redundant "virtual" keywordsMax Kellermann2014-10-021-7/+7
| | | | "override" implies "virtual".
* CompositeStorage: add method GetMount()Max Kellermann2014-02-271-0/+11
|
* StorageCommands: add command "listmounts"Max Kellermann2014-02-121-0/+32
|
* CompositeStorage: new Storage implementationMax Kellermann2014-02-091-0/+123
This is the backend for the upcoming "mount" command.