summaryrefslogtreecommitdiff
path: root/src/archive
AgeCommit message (Expand)Author
2019-12-16Merge tag 'v0.21.17'Max Kellermann
2019-12-04archive/zzip: improve error reportingMax Kellermann
2019-08-03util/Macros: replace with std::size() (C++17)Max Kellermann
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-15archive/Lookup: return AllocatedPathMax Kellermann
2019-06-11archive/Lookup: use PathTraitsFS::pointer_typeMax Kellermann
2019-06-04archive/Domain: remove unused libraryMax Kellermann
2019-06-04archive/Lookup, input/Archive: remove useless log messagesMax Kellermann
2019-05-31archive/ArchiveLookup: replace output parameters with a structMax Kellermann
2019-05-31archive/meson.build: move ArchiveLookup.cxx to archive_glue.aMax 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: use class FileInfoMax Kellermann
2019-05-31archive/ArchiveLookup: throw on errorMax Kellermann
2019-05-31archive/iso9660: implement seekingMax Kellermann
2019-05-29input/InputStream: make IsEOF() and IsAvailable() constMax Kellermann
2019-05-07thread/Mutex: use `using` instead of making it a derived classMax Kellermann
2019-05-07input/InputStreams: pass std::unique_lock<> to various methodsMax Kellermann
2019-02-05archive/List: add RAII classMax Kellermann
2019-02-05archive/List: add `noexcept`Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
2018-06-22input/Stream: remove attribute "cond", replace with handler interfaceMax Kellermann
2018-02-03Merge tag 'v0.20.16'Max Kellermann
2018-02-03archive/iso9660: libcdio 2.0 compatibilityMax Kellermann
2017-12-27archive/Plugin: return std::unique_ptr<ArchiveFile>Max Kellermann
2017-12-26archive/File, input/Plugin: return InputStreamPtrMax Kellermann
2017-12-26archive/zzip: convert struct to classMax Kellermann
2017-12-22archive/File: eliminate Close(), make destructor virtual insteadMax Kellermann
2017-12-22archive/iso9660: use std::shared_ptr instead of class RefCountMax Kellermann
2017-12-22archive/zzip: use std::shared_ptr instead of class RefCountMax Kellermann
2017-12-22archive/bz2: use std::shared_ptr instead of class RefCountMax Kellermann
2017-12-22archive/File: remove unused attribute "plugin"Max Kellermann
2017-12-22archive/{iso9660,zzip}: unlock the mutex during I/OMax Kellermann
2017-12-22archive/bz2: unlock the archive mutex and lock the file mutexMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-09-16input/InputStream: migrate from class Error to C++ exceptionsMax 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-06-10util/StringUtil: use CamelCaseMax Kellermann
2016-03-07Merge branch 'v0.19.x'Max Kellermann
2016-03-07archive/iso9660: check path buffer boundsMax Kellermann
2016-03-07archive/iso9660: use a single path buffer for Visit()Max Kellermann
2016-03-07archive/iso9660: move the "." and ".." checks upMax Kellermann
2016-03-07archive/iso9660: add local variable "filename"Max Kellermann