aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* storage/nfs: new storage pluginMax Kellermann2014-02-082-0/+267
|
* storage: add struct StoragePlugin and a plugin registryMax Kellermann2014-02-074-6/+22
|
* storage/local: remove utf8 path from constructorMax Kellermann2014-02-072-6/+9
| | | | Build the UTF-8 version of the path automatically in the constructor.
* StoragePlugin: add method MapToRelativeUTF8()Max Kellermann2014-02-072-0/+16
| | | | Replaces map_to_relative_path() from Mapper.cxx.
* storage/local: hide the class declarationsMax Kellermann2014-02-072-47/+61
| | | | Hide inside CreateLocalStorage().
* */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-062-0/+211
|
* storage/local: OpenDirectory() returns StorageDirectoryReader*Max Kellermann2014-02-052-3/+3
|
* storage/Interface: explicitly delete copy constructorsMax Kellermann2014-02-051-2/+0
|
* storage/local: move to src/storage/plugins/Max Kellermann2014-02-052-0/+222