Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | storage: remove redundant "virtual" keywords | Max Kellermann | 2014-10-02 | 1 | -10/+9 |
| | | | | "override" implies "virtual". | ||||
* | storage: add struct StoragePlugin and a plugin registry | Max Kellermann | 2014-02-07 | 1 | -0/+6 |
| | |||||
* | storage/local: remove utf8 path from constructor | Max Kellermann | 2014-02-07 | 1 | -5/+8 |
| | | | | Build the UTF-8 version of the path automatically in the constructor. | ||||
* | StoragePlugin: add method MapToRelativeUTF8() | Max Kellermann | 2014-02-07 | 1 | -0/+8 |
| | | | | Replaces map_to_relative_path() from Mapper.cxx. | ||||
* | storage/local: hide the class declarations | Max Kellermann | 2014-02-07 | 1 | -0/+55 |
| | | | | Hide inside CreateLocalStorage(). | ||||
* | storage/local: OpenDirectory() returns StorageDirectoryReader* | Max Kellermann | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | storage/local: move to src/storage/plugins/ | Max Kellermann | 2014-02-05 | 1 | -0/+146 |