summaryrefslogtreecommitdiff
path: root/src/input/plugins/ArchiveInputPlugin.cxx
AgeCommit message (Expand)Author
2019-06-17Copyright year 2019Max Kellermann
2019-06-15archive/Lookup: move to fs/LookupFile.cxxMax Kellermann
2019-06-15archive/Lookup: pass class PathMax Kellermann
2019-06-15archive/Lookup: pass const pointerMax Kellermann
2019-06-04archive/Lookup, input/Archive: remove useless log messagesMax Kellermann
2019-05-31input/archive: include cleanupMax Kellermann
2019-05-31archive/ArchiveLookup: replace output parameters with a structMax Kellermann
2019-05-31archive/List: disallow passing suffix==nullptr to archive_plugin_from_suffix()Max Kellermann
2019-05-31archive/ArchiveLookup: remove "suffix" output parameterMax Kellermann
2019-05-31archive/ArchiveLookup: throw on errorMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-06-22input/Stream: remove attribute "cond", replace with handler interfaceMax Kellermann
2018-01-20input/{file,archive}: remove the dummy InputPlugin instancesMax Kellermann
2017-12-27archive/Plugin: return std::unique_ptr<ArchiveFile>Max Kellermann
2017-12-26archive/File, input/Plugin: return InputStreamPtrMax Kellermann
2017-12-22archive/File: eliminate Close(), make destructor virtual insteadMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-09-09archive/Plugin: migrate open() from class Error to C++ exceptionsMax Kellermann
2016-09-09input/Plugin: migrate open() from class Error to C++ exceptionsMax Kellermann
2016-09-09input/archive: use AtScopeExit() for exception-safetyMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-10-02input/Open: use OpenLocalInputStream()Max Kellermann
2014-10-02input/archive: export function OpenArchiveInputStream()Max Kellermann
2014-05-11InputStream: make various methods abstractMax Kellermann
2014-05-11InputStream: add virtual destructorMax Kellermann
2014-02-08ArchivePlugin: pass Path to open()Max Kellermann
2014-02-08ArchivePlugin: rename struct archive_plugin to ArchivePluginMax Kellermann
2014-01-24Input*: move to input/Max Kellermann