summaryrefslogtreecommitdiff
path: root/src/storage/plugins/LocalStorage.cxx
AgeCommit message (Expand)Author
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-07-18fs/Path: add method ToUTF8Throw()Max Kellermann
2018-07-17fs/Path: add operator/(Path,Path)Max Kellermann
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/Plugin: return 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-12-12*: check defined(_WIN32) instead of defined(WIN32)Max 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-03update copyright yearMax Kellermann
2016-10-27storage: migrate from class Error to C++ exceptionsMax 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-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-10-02storage: remove redundant "virtual" keywordsMax 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-05storage/local: OpenDirectory() returns StorageDirectoryReader*Max Kellermann
2014-02-05storage/local: move to src/storage/plugins/Max Kellermann