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