aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage (follow)
Commit message (Expand)AuthorAgeFilesLines
* storage/Configured: fix fallback music directoryMax Kellermann2014-03-011-4/+1
* CompositeStorage: add method GetMount()Max Kellermann2014-02-272-0/+24
* DatabasePlugin: add FLAG_REQUIRE_STORAGEMax Kellermann2014-02-192-0/+14
* CompositeStorage: fix tree walk in Directory::Unmount()Max Kellermann2014-02-121-1/+4
* StorageCommands: add command "listmounts"Max Kellermann2014-02-121-0/+32
* CompositeStorage: new Storage implementationMax Kellermann2014-02-092-0/+467
* Main: move code to storage/Configured.cxxMax Kellermann2014-02-092-0/+114
* storage/nfs: new storage pluginMax Kellermann2014-02-083-0/+271
* storage: add struct StoragePlugin and a plugin registryMax Kellermann2014-02-077-6/+167
* storage/local: remove utf8 path from constructorMax Kellermann2014-02-072-6/+9
* StoragePlugin: add method MapToRelativeUTF8()Max Kellermann2014-02-073-0/+24
* storage/local: hide the class declarationsMax Kellermann2014-02-072-47/+61
* */smbclient: protect all libsmbclient calls with a mutexMax Kellermann2014-02-061-1/+15
* storage/smbclient: Storage implementation using libsmbclientMax Kellermann2014-02-062-0/+211
* storage/local: OpenDirectory() returns StorageDirectoryReader*Max Kellermann2014-02-052-3/+3
* storage/Interface: explicitly delete copy constructorsMax Kellermann2014-02-052-2/+4
* storage/local: move to src/storage/plugins/Max Kellermann2014-02-052-2/+2
* storage: add abstract interfaceMax Kellermann2014-02-054-38/+123
* LocalStorage: new API abstracting filesystem walkMax Kellermann2014-02-053-0/+305