Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
Build the UTF-8 version of the path automatically in the constructor. | |||||
2014-02-07 | StoragePlugin: add method MapToRelativeUTF8() | Max Kellermann | 1 | -0/+8 | |
Replaces map_to_relative_path() from Mapper.cxx. | |||||
2014-02-07 | storage/local: hide the class declarations | Max Kellermann | 1 | -0/+55 | |
Hide inside CreateLocalStorage(). | |||||
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 | |
Prepare for the plugin interface. | |||||
2014-02-05 | LocalStorage: new API abstracting filesystem walk | Max Kellermann | 1 | -0/+154 | |
Prepare to make this a new plugin API, for example to use a SMB share for the music_directory. |