aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/StorageInterface.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-07StoragePlugin: add method MapToRelativeUTF8()Max Kellermann1-0/+8
Replaces map_to_relative_path() from Mapper.cxx.
2014-02-05storage/Interface: explicitly delete copy constructorsMax Kellermann1-0/+4
2014-02-05storage: add abstract interfaceMax Kellermann1-35/+15
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.