Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-10-09 | StoragePlugin: pass EventLoop to constructor | Max Kellermann | 1 | -1/+2 | |
2014-10-02 | storage: remove redundant "virtual" keywords | Max Kellermann | 1 | -9/+8 | |
"override" implies "virtual". | |||||
2014-10-01 | storage/Interface: include cleanup | Max Kellermann | 1 | -0/+1 | |
2014-02-07 | storage: add struct StoragePlugin and a plugin registry | Max Kellermann | 1 | -2/+11 | |
2014-02-07 | StoragePlugin: add method MapToRelativeUTF8() | Max Kellermann | 1 | -0/+8 | |
Replaces map_to_relative_path() from Mapper.cxx. | |||||
2014-02-06 | */smbclient: protect all libsmbclient calls with a mutex | Max Kellermann | 1 | -1/+15 | |
libsmbclient is not thread-safe nor reentrant. We must protect all function calls with a global mutex, unfortunately. | |||||
2014-02-06 | storage/smbclient: Storage implementation using libsmbclient | Max Kellermann | 1 | -0/+180 | |