Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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. |