Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-02-28 | storage/FileInfo: rename to StorageFileInfo | Max Kellermann | 1 | -5/+5 | |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-11-28 | Compiler.h: add macro CLANG_OR_GCC_VERSION() | Max Kellermann | 1 | -1/+1 | |
2014-10-02 | storage: remove redundant "virtual" keywords | Max Kellermann | 1 | -3/+2 | |
"override" implies "virtual". | |||||
2014-10-01 | storage/Interface: include cleanup | Max Kellermann | 1 | -0/+3 | |
2014-02-27 | CompositeStorage: add method GetMount() | Max Kellermann | 1 | -0/+13 | |
2014-02-12 | CompositeStorage: fix tree walk in Directory::Unmount() | Max Kellermann | 1 | -1/+4 | |
2014-02-09 | CompositeStorage: new Storage implementation | Max Kellermann | 1 | -0/+344 | |
This is the backend for the upcoming "mount" command. |