aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/Registry.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-07storage: add struct StoragePlugin and a plugin registryMax Kellermann1-5/+16
2014-02-07storage/local: remove utf8 path from constructorMax Kellermann1-1/+1
Build the UTF-8 version of the path automatically in the constructor.
2014-02-07storage/local: hide the class declarationsMax Kellermann1-47/+6
Hide inside CreateLocalStorage().
2014-02-05storage/local: OpenDirectory() returns StorageDirectoryReader*Max Kellermann1-2/+2
2014-02-05storage/Interface: explicitly delete copy constructorsMax Kellermann1-2/+0
2014-02-05storage/local: move to src/storage/plugins/Max Kellermann1-1/+1
2014-02-05storage: add abstract interfaceMax Kellermann1-30/+17
Prepare for the plugin interface.
2014-02-05LocalStorage: new API abstracting filesystem walkMax Kellermann1-0/+89
Prepare to make this a new plugin API, for example to use a SMB share for the music_directory.