summaryrefslogtreecommitdiff
path: root/src/storage
AgeCommit message (Expand)Author
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-11-02config/Global: _get_path() throws exception on errorMax Kellermann
2016-10-27storage: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-27storage/FileInfo: make methods "constexpr"Max Kellermann
2016-10-27Merge branch 'v0.19.x'Max Kellermann
2016-10-27storage/Composite: avoid setting the error twiceMax Kellermann
2016-10-27Merge branch 'v0.19.x'Max Kellermann
2016-10-27storage/Composite: eliminate the second FindStorage() overloadMax Kellermann
2016-10-27storage/Composite: add FindStorage() API documentationMax Kellermann
2016-10-27storage/Composite: fix documentation typoMax 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-08-23Compiler.h: add macro CLANG_OR_GCC_VERSION()Max Kellermann
2016-04-12util/StringPointer: rename typedef pointer to pointer_typeMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max 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-26config/Global: allow calling config_get_string() with one argumentMax 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-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-26Merge branch 'v0.19.x'Max Kellermann
2014-12-26db/simple: fix implicit nullptr/bool conversionMax Kellermann
2014-12-15Merge branch 'v0.19.x'Max Kellermann
2014-12-15storage/nfs: clear last_error in SetState()Max Kellermann
2014-11-28Compiler.h: add macro CLANG_OR_GCC_VERSION()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-03-01storage/Configured: fix fallback music directoryMax Kellermann
2014-02-27CompositeStorage: add method GetMount()Max Kellermann
2014-02-19DatabasePlugin: add FLAG_REQUIRE_STORAGEMax Kellermann
2014-02-12CompositeStorage: fix tree walk in Directory::Unmount()Max Kellermann
2014-02-12StorageCommands: add command "listmounts"Max Kellermann
2014-02-09CompositeStorage: new Storage implementationMax Kellermann