Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-10-09 | StoragePlugin: pass EventLoop to constructor | Max Kellermann | 1 | -1/+2 |
2014-02-07 | storage: add struct StoragePlugin and a plugin registry | Max Kellermann | 1 | -5/+16 |
2014-02-07 | storage/local: remove utf8 path from constructor | Max Kellermann | 1 | -1/+1 |
2014-02-07 | storage/local: hide the class declarations | Max Kellermann | 1 | -47/+6 |
2014-02-05 | storage/local: OpenDirectory() returns StorageDirectoryReader* | Max Kellermann | 1 | -2/+2 |
2014-02-05 | storage/Interface: explicitly delete copy constructors | Max Kellermann | 1 | -2/+0 |
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 | -30/+17 |
2014-02-05 | LocalStorage: new API abstracting filesystem walk | Max Kellermann | 1 | -0/+89 |