aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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