aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/CompositeStorage.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Compiler.h: add macro CLANG_OR_GCC_VERSION()Max Kellermann2014-11-281-1/+1
|
* storage: remove redundant "virtual" keywordsMax Kellermann2014-10-021-3/+2
| | | | "override" implies "virtual".
* storage/Interface: include cleanupMax Kellermann2014-10-011-0/+3
|
* CompositeStorage: add method GetMount()Max Kellermann2014-02-271-0/+13
|
* CompositeStorage: fix tree walk in Directory::Unmount()Max Kellermann2014-02-121-1/+4
|
* CompositeStorage: new Storage implementationMax Kellermann2014-02-091-0/+344
This is the backend for the upcoming "mount" command.