Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-07 | StoragePlugin: add method MapToRelativeUTF8() | Max Kellermann | 1 | -0/+8 | |
Replaces map_to_relative_path() from Mapper.cxx. | |||||
2014-02-05 | storage/Interface: explicitly delete copy constructors | Max Kellermann | 1 | -0/+4 | |
2014-02-05 | storage: add abstract interface | Max Kellermann | 1 | -35/+15 | |
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. |