Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | storage: remove redundant "virtual" keywords | Max Kellermann | 2014-10-02 | 1 | -3/+2 |
| | | | | "override" implies "virtual". | ||||
* | storage/Interface: include cleanup | Max Kellermann | 2014-10-01 | 1 | -0/+3 |
| | |||||
* | CompositeStorage: add method GetMount() | Max Kellermann | 2014-02-27 | 1 | -0/+13 |
| | |||||
* | CompositeStorage: fix tree walk in Directory::Unmount() | Max Kellermann | 2014-02-12 | 1 | -1/+4 |
| | |||||
* | CompositeStorage: new Storage implementation | Max Kellermann | 2014-02-09 | 1 | -0/+344 |
This is the backend for the upcoming "mount" command. |