aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/StringCompare: add StringIsEmpty()Max Kellermann2015-11-064-8/+12
* config/Global: allow calling config_get_string() with one argumentMax Kellermann2015-06-261-2/+2
* Merge tag 'v0.19.10'Max Kellermann2015-06-211-2/+2
|\
| * storage/nfs: fix deadlock when connectingThomas Guillem2015-05-291-2/+2
* | storage/local: use PathTraitsFS typedefsMax Kellermann2015-03-031-1/+1
* | fs/FileInfo: new library providing GetFileInfo()Max Kellermann2015-02-281-14/+13
* | storage/FileInfo: rename to StorageFileInfoMax Kellermann2015-02-289-41/+48
* | config/Option: convert to strictly-typed enumMax Kellermann2015-01-211-3/+3
* | Copyright year 2015Max Kellermann2015-01-0118-18/+18
* | Merge branch 'v0.19.x'Max Kellermann2014-12-261-1/+1
|\|
| * db/simple: fix implicit nullptr/bool conversionMax Kellermann2014-12-261-1/+1
* | Merge branch 'v0.19.x'Max Kellermann2014-12-151-0/+1
|\|
| * storage/nfs: clear last_error in SetState()Max Kellermann2014-12-151-0/+1
* | Compiler.h: add macro CLANG_OR_GCC_VERSION()Max Kellermann2014-11-281-1/+1
|/
* storage/nfs: use the libnfs async APIMax Kellermann2014-10-091-49/+228
* StoragePlugin: pass EventLoop to constructorMax Kellermann2014-10-097-11/+18
* storage/nfs: move code to class MemoryStorageDirectoryReaderMax Kellermann2014-10-073-73/+150
* storage/nfs: move code to Copy()Max Kellermann2014-10-071-18/+30
* lib/nfs/Base: kludge to reduce number of NFS mountsMax Kellermann2014-10-051-0/+3
* storage: remove redundant "virtual" keywordsMax Kellermann2014-10-025-38/+34
* storage/Interface: include cleanupMax Kellermann2014-10-013-2/+6
* storage/nfs: make a few attributes "const"Max Kellermann2014-10-011-3/+3
* storage/nfs: convert file name to UTF-8Max Kellermann2014-09-281-8/+30
* storage/nfs: use string::append() instead of string::insert()Max Kellermann2014-09-281-3/+2
* storage/nfs: move code to UriToNfsPath()Max Kellermann2014-09-281-6/+13
* storage/Configured: fix fallback music directoryMax Kellermann2014-03-011-4/+1
* CompositeStorage: add method GetMount()Max Kellermann2014-02-272-0/+24
* DatabasePlugin: add FLAG_REQUIRE_STORAGEMax Kellermann2014-02-192-0/+14
* CompositeStorage: fix tree walk in Directory::Unmount()Max Kellermann2014-02-121-1/+4
* StorageCommands: add command "listmounts"Max Kellermann2014-02-121-0/+32
* CompositeStorage: new Storage implementationMax Kellermann2014-02-092-0/+467
* Main: move code to storage/Configured.cxxMax Kellermann2014-02-092-0/+114
* storage/nfs: new storage pluginMax Kellermann2014-02-083-0/+271
* storage: add struct StoragePlugin and a plugin registryMax Kellermann2014-02-077-6/+167
* storage/local: remove utf8 path from constructorMax Kellermann2014-02-072-6/+9
* StoragePlugin: add method MapToRelativeUTF8()Max Kellermann2014-02-073-0/+24
* storage/local: hide the class declarationsMax Kellermann2014-02-072-47/+61
* */smbclient: protect all libsmbclient calls with a mutexMax Kellermann2014-02-061-1/+15
* 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-052-2/+4
* storage/local: move to src/storage/plugins/Max Kellermann2014-02-052-2/+2
* storage: add abstract interfaceMax Kellermann2014-02-054-38/+123
* LocalStorage: new API abstracting filesystem walkMax Kellermann2014-02-053-0/+305