Max Kellermann
|
89f9561d10
|
storage/Interface: include cleanup
|
2014-10-01 23:38:17 +02:00 |
|
Max Kellermann
|
d44da875e7
|
storage/nfs: make a few attributes "const"
|
2014-10-01 21:14:26 +02:00 |
|
Max Kellermann
|
b002ea9a20
|
storage/nfs: convert file name to UTF-8
Assume the configured filesystem character set is also used by the NFS
server.
|
2014-09-28 18:26:54 +02:00 |
|
Max Kellermann
|
540317ea2b
|
storage/nfs: use string::append() instead of string::insert()
Swap the order of adding the URI and the slash, because appending is
cheaper than inserting.
|
2014-09-28 18:25:51 +02:00 |
|
Max Kellermann
|
142d1951d2
|
storage/nfs: move code to UriToNfsPath()
|
2014-09-28 18:12:20 +02:00 |
|
Max Kellermann
|
b3663b5da2
|
storage/nfs: new storage plugin
|
2014-02-08 14:24:47 +01:00 |
|
Max Kellermann
|
a0088ccce1
|
storage: add struct StoragePlugin and a plugin registry
|
2014-02-07 23:46:15 +01:00 |
|
Max Kellermann
|
be081929f4
|
storage/local: remove utf8 path from constructor
Build the UTF-8 version of the path automatically in the constructor.
|
2014-02-07 23:41:06 +01:00 |
|
Max Kellermann
|
ffd16b55a6
|
StoragePlugin: add method MapToRelativeUTF8()
Replaces map_to_relative_path() from Mapper.cxx.
|
2014-02-07 19:09:28 +01:00 |
|
Max Kellermann
|
b2e3fdef0f
|
storage/local: hide the class declarations
Hide inside CreateLocalStorage().
|
2014-02-07 01:11:52 +01:00 |
|
Max Kellermann
|
c8f0c7e9ed
|
*/smbclient: protect all libsmbclient calls with a mutex
libsmbclient is not thread-safe nor reentrant. We must protect all
function calls with a global mutex, unfortunately.
|
2014-02-06 22:19:59 +01:00 |
|
Max Kellermann
|
957beeb0e9
|
storage/smbclient: Storage implementation using libsmbclient
|
2014-02-06 07:19:14 +01:00 |
|
Max Kellermann
|
dc76b24e5f
|
storage/local: OpenDirectory() returns StorageDirectoryReader*
|
2014-02-05 19:35:41 +01:00 |
|
Max Kellermann
|
e3e3053f32
|
storage/Interface: explicitly delete copy constructors
|
2014-02-05 19:30:58 +01:00 |
|
Max Kellermann
|
c8c3f20840
|
storage/local: move to src/storage/plugins/
|
2014-02-05 19:26:21 +01:00 |
|