aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/plugins/SmbclientStorage.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-11-06util/StringCompare: add StringIsEmpty()Max Kellermann1-2/+3
2015-02-28storage/FileInfo: rename to StorageFileInfoMax Kellermann1-8/+10
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-10-09StoragePlugin: pass EventLoop to constructorMax Kellermann1-1/+2
2014-10-02storage: remove redundant "virtual" keywordsMax Kellermann1-9/+8
"override" implies "virtual".
2014-10-01storage/Interface: include cleanupMax Kellermann1-0/+1
2014-02-07storage: add struct StoragePlugin and a plugin registryMax Kellermann1-2/+11
2014-02-07StoragePlugin: add method MapToRelativeUTF8()Max Kellermann1-0/+8
Replaces map_to_relative_path() from Mapper.cxx.
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 Kellermann1-0/+180