aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/StorageInterface.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-28storage/FileInfo: rename to StorageFileInfoMax Kellermann1-3/+5
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-10-01storage/Interface: include cleanupMax Kellermann1-2/+2
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.