aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-01storage/Configured: fix fallback music directoryMax Kellermann1-4/+1
2014-02-27CompositeStorage: add method GetMount()Max Kellermann2-0/+24
2014-02-19DatabasePlugin: add FLAG_REQUIRE_STORAGEMax Kellermann2-0/+14
2014-02-12CompositeStorage: fix tree walk in Directory::Unmount()Max Kellermann1-1/+4
2014-02-12StorageCommands: add command "listmounts"Max Kellermann1-0/+32
2014-02-09CompositeStorage: new Storage implementationMax Kellermann2-0/+467
2014-02-09Main: move code to storage/Configured.cxxMax Kellermann2-0/+114
2014-02-08storage/nfs: new storage pluginMax Kellermann3-0/+271
2014-02-07storage: add struct StoragePlugin and a plugin registryMax Kellermann7-6/+167
2014-02-07storage/local: remove utf8 path from constructorMax Kellermann2-6/+9
2014-02-07StoragePlugin: add method MapToRelativeUTF8()Max Kellermann3-0/+24
2014-02-07storage/local: hide the class declarationsMax Kellermann2-47/+61
2014-02-06*/smbclient: protect all libsmbclient calls with a mutexMax Kellermann1-1/+15
2014-02-06storage/smbclient: Storage implementation using libsmbclientMax Kellermann2-0/+211
2014-02-05storage/local: OpenDirectory() returns StorageDirectoryReader*Max Kellermann2-3/+3
2014-02-05storage/Interface: explicitly delete copy constructorsMax Kellermann2-2/+4
2014-02-05storage/local: move to src/storage/plugins/Max Kellermann2-2/+2
2014-02-05storage: add abstract interfaceMax Kellermann4-38/+123
2014-02-05LocalStorage: new API abstracting filesystem walkMax Kellermann3-0/+305