Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-10-02 | storage: remove redundant "virtual" keywords | Max Kellermann | 1 | -10/+9 |
2014-02-07 | storage: add struct StoragePlugin and a plugin registry | Max Kellermann | 1 | -0/+6 |
2014-02-07 | storage/local: remove utf8 path from constructor | Max Kellermann | 1 | -5/+8 |
2014-02-07 | StoragePlugin: add method MapToRelativeUTF8() | Max Kellermann | 1 | -0/+8 |
2014-02-07 | storage/local: hide the class declarations | Max Kellermann | 1 | -0/+55 |
2014-02-05 | storage/local: OpenDirectory() returns StorageDirectoryReader* | Max Kellermann | 1 | -1/+1 |
2014-02-05 | storage/local: move to src/storage/plugins/ | Max Kellermann | 1 | -1/+1 |
2014-02-05 | storage: add abstract interface | Max Kellermann | 1 | -8/+0 |
2014-02-05 | LocalStorage: new API abstracting filesystem walk | Max Kellermann | 1 | -0/+154 |