aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/plugins/LocalStorage.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* storage: add struct StoragePlugin and a plugin registryMax Kellermann2014-02-071-0/+3
|
* storage/local: remove utf8 path from constructorMax Kellermann2014-02-071-1/+1
| | | | Build the UTF-8 version of the path automatically in the constructor.
* storage/local: hide the class declarationsMax Kellermann2014-02-071-47/+6
| | | | Hide inside CreateLocalStorage().
* storage/local: OpenDirectory() returns StorageDirectoryReader*Max Kellermann2014-02-051-2/+2
|
* storage/Interface: explicitly delete copy constructorsMax Kellermann2014-02-051-2/+0
|
* storage/local: move to src/storage/plugins/Max Kellermann2014-02-051-0/+76