summaryrefslogtreecommitdiff
path: root/src/storage/CompositeStorage.cxx
AgeCommit message (Expand)Author
2018-01-21storage/Interface: wrap StorageDirectoryReader in std::unique_ptrMax Kellermann
2018-01-17fs/AllocatedPath: make the nullptr_t constructor publicMax Kellermann
2018-01-02storage/Composite: use std::unique_ptr<Storage>Max Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-12-18storage/Interface: add "noexcept"Max Kellermann
2017-06-04Merge tag 'v0.20.9'Max Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-16*: remove lots of GCC 4.8 fallback codeMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-02-11storage/FileInfo: add initializing constructorMax Kellermann
2017-01-03update copyright yearMax Kellermann
2017-01-03thread/Mutex: remove ScopeLock, use std::lock_guard directlyMax Kellermann
2016-10-27storage: migrate from class Error to C++ exceptionsMax 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-08-23Compiler.h: add macro CLANG_OR_GCC_VERSION()Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-11-06util/StringCompare: add StringIsEmpty()Max Kellermann
2015-02-28storage/FileInfo: rename to StorageFileInfoMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-11-28Compiler.h: add macro CLANG_OR_GCC_VERSION()Max Kellermann
2014-10-02storage: remove redundant "virtual" keywordsMax Kellermann
2014-10-01storage/Interface: include cleanupMax Kellermann
2014-02-27CompositeStorage: add method GetMount()Max Kellermann
2014-02-12CompositeStorage: fix tree walk in Directory::Unmount()Max Kellermann
2014-02-09CompositeStorage: new Storage implementationMax Kellermann