summaryrefslogtreecommitdiff
path: root/src/storage/plugins
AgeCommit message (Expand)Author
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-09-01storage/curl: support Content-Type application/xmlMax Kellermann
2017-09-01storage/curl: use StringStartsWith()Max Kellermann
2017-09-01storage/curl: move code to IsXmlContentType()Max Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-08*: remove "pure" and "const" attributes from throwing functionsMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-08storage/http: new storage pluginMax Kellermann
2017-01-03update copyright yearMax Kellermann
2017-01-03input/curl, ...: use strncmp() instead of memcmp() to avoid crashMax Kellermann
2017-01-03thread/Mutex: remove ScopeLock, use std::lock_guard directlyMax Kellermann
2016-12-28event/Loop: use std::chronoMax Kellermann
2016-10-27storage: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-16{input,storage}/nfs: use C++ exceptions instead of class ErrorMax Kellermann
2016-09-05lib/smbclient/Init: throw std::runtime_error on errorMax Kellermann
2016-04-12util/StringPointer: rename typedef pointer to pointer_typeMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-12-29fs/DirectoryReader: use C++ exceptions instead of class ErrorMax Kellermann
2015-11-06util/StringCompare: add StringIsEmpty()Max Kellermann
2015-06-21Merge tag 'v0.19.10'Max Kellermann
2015-05-29storage/nfs: fix deadlock when connectingThomas Guillem
2015-03-03storage/local: use PathTraitsFS typedefsMax Kellermann
2015-02-28fs/FileInfo: new library providing GetFileInfo()Max Kellermann
2015-02-28storage/FileInfo: rename to StorageFileInfoMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-26db/simple: fix implicit nullptr/bool conversionMax Kellermann
2014-12-15storage/nfs: clear last_error in SetState()Max Kellermann
2014-10-09storage/nfs: use the libnfs async APIMax Kellermann
2014-10-09StoragePlugin: pass EventLoop to constructorMax Kellermann
2014-10-07storage/nfs: move code to class MemoryStorageDirectoryReaderMax Kellermann
2014-10-07storage/nfs: move code to Copy()Max Kellermann
2014-10-05lib/nfs/Base: kludge to reduce number of NFS mountsMax Kellermann
2014-10-02storage: remove redundant "virtual" keywordsMax Kellermann
2014-10-01storage/Interface: include cleanupMax Kellermann
2014-10-01storage/nfs: make a few attributes "const"Max Kellermann
2014-09-28storage/nfs: convert file name to UTF-8Max Kellermann
2014-09-28storage/nfs: use string::append() instead of string::insert()Max Kellermann
2014-09-28storage/nfs: move code to UriToNfsPath()Max Kellermann
2014-02-08storage/nfs: new storage pluginMax Kellermann
2014-02-07storage: add struct StoragePlugin and a plugin registryMax Kellermann
2014-02-07storage/local: remove utf8 path from constructorMax Kellermann
2014-02-07StoragePlugin: add method MapToRelativeUTF8()Max Kellermann
2014-02-07storage/local: hide the class declarationsMax Kellermann
2014-02-06*/smbclient: protect all libsmbclient calls with a mutexMax Kellermann
2014-02-06storage/smbclient: Storage implementation using libsmbclientMax Kellermann
2014-02-05storage/local: OpenDirectory() returns StorageDirectoryReader*Max Kellermann
2014-02-05storage/Interface: explicitly delete copy constructorsMax Kellermann
2014-02-05storage/local: move to src/storage/plugins/Max Kellermann