aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/plugins/SmbclientStorage.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* StoragePlugin: pass EventLoop to constructorMax Kellermann2014-10-091-1/+2
|
* storage: remove redundant "virtual" keywordsMax Kellermann2014-10-021-9/+8
| | | | "override" implies "virtual".
* storage/Interface: include cleanupMax Kellermann2014-10-011-0/+1
|
* storage: add struct StoragePlugin and a plugin registryMax Kellermann2014-02-071-2/+11
|
* StoragePlugin: add method MapToRelativeUTF8()Max Kellermann2014-02-071-0/+8
| | | | Replaces map_to_relative_path() from Mapper.cxx.
* */smbclient: protect all libsmbclient calls with a mutexMax Kellermann2014-02-061-1/+15
| | | | | libsmbclient is not thread-safe nor reentrant. We must protect all function calls with a global mutex, unfortunately.
* storage/smbclient: Storage implementation using libsmbclientMax Kellermann2014-02-061-0/+180