| Commit message (Expand) | Author | Age | Files | Lines |
* | storage/nfs: use the libnfs async API | Max Kellermann | 2014-10-09 | 1 | -49/+228 |
* | StoragePlugin: pass EventLoop to constructor | Max Kellermann | 2014-10-09 | 2 | -2/+4 |
* | storage/nfs: move code to class MemoryStorageDirectoryReader | Max Kellermann | 2014-10-07 | 1 | -73/+35 |
* | storage/nfs: move code to Copy() | Max Kellermann | 2014-10-07 | 1 | -18/+30 |
* | lib/nfs/Base: kludge to reduce number of NFS mounts | Max Kellermann | 2014-10-05 | 1 | -0/+3 |
* | storage: remove redundant "virtual" keywords | Max Kellermann | 2014-10-02 | 3 | -28/+25 |
* | storage/Interface: include cleanup | Max Kellermann | 2014-10-01 | 1 | -0/+1 |
* | storage/nfs: make a few attributes "const" | Max Kellermann | 2014-10-01 | 1 | -3/+3 |
* | storage/nfs: convert file name to UTF-8 | Max Kellermann | 2014-09-28 | 1 | -8/+30 |
* | storage/nfs: use string::append() instead of string::insert() | Max Kellermann | 2014-09-28 | 1 | -3/+2 |
* | storage/nfs: move code to UriToNfsPath() | Max Kellermann | 2014-09-28 | 1 | -6/+13 |
* | storage/nfs: new storage plugin | Max Kellermann | 2014-02-08 | 2 | -0/+267 |
* | storage: add struct StoragePlugin and a plugin registry | Max Kellermann | 2014-02-07 | 4 | -6/+22 |
* | storage/local: remove utf8 path from constructor | Max Kellermann | 2014-02-07 | 2 | -6/+9 |
* | StoragePlugin: add method MapToRelativeUTF8() | Max Kellermann | 2014-02-07 | 2 | -0/+16 |
* | storage/local: hide the class declarations | Max Kellermann | 2014-02-07 | 2 | -47/+61 |
* | */smbclient: protect all libsmbclient calls with a mutex | Max Kellermann | 2014-02-06 | 1 | -1/+15 |
* | storage/smbclient: Storage implementation using libsmbclient | Max Kellermann | 2014-02-06 | 2 | -0/+211 |
* | storage/local: OpenDirectory() returns StorageDirectoryReader* | Max Kellermann | 2014-02-05 | 2 | -3/+3 |
* | storage/Interface: explicitly delete copy constructors | Max Kellermann | 2014-02-05 | 1 | -2/+0 |
* | storage/local: move to src/storage/plugins/ | Max Kellermann | 2014-02-05 | 2 | -0/+222 |