aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/CompositeStorage.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-28storage/FileInfo: rename to StorageFileInfoMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-10-02storage: remove redundant "virtual" keywordsMax Kellermann1-7/+7
"override" implies "virtual".
2014-02-27CompositeStorage: add method GetMount()Max Kellermann1-0/+11
2014-02-12StorageCommands: add command "listmounts"Max Kellermann1-0/+32
2014-02-09CompositeStorage: new Storage implementationMax Kellermann1-0/+123
This is the backend for the upcoming "mount" command.