aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/plugins (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-07storage/local: hide the class declarationsMax Kellermann2-47/+61
Hide inside CreateLocalStorage().
2014-02-06*/smbclient: protect all libsmbclient calls with a mutexMax Kellermann1-1/+15
libsmbclient is not thread-safe nor reentrant. We must protect all function calls with a global mutex, unfortunately.
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 Kellermann1-2/+0
2014-02-05storage/local: move to src/storage/plugins/Max Kellermann2-0/+222