summaryrefslogtreecommitdiff
path: root/src/archive/plugins
AgeCommit message (Expand)Author
2021-02-07archive/iso9660: another fix for unaligned readsMax Kellermann
2021-02-07archive/iso9660: check "skip==0" before doing optimized large readMax Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-09-21Merge tag 'v0.21.26' into masterMax Kellermann
2020-09-21archive/iso9660: fix odd seeking bug (assertion failure)Max Kellermann
2020-09-21archive/iso9660: remove unused macro CEILING()Max Kellermann
2020-09-21archive/iso9660: fix odd seeking bug (assertion failure)Max Kellermann
2020-09-21archive/iso9660: remove unused function CEILING()Max Kellermann
2020-09-07Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-07archive/iso9660: implement seekingMax Kellermann
2020-09-07archive/iso9660: fix unaligned readsMax Kellermann
2020-09-04Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-04archive/iso9660: free iso9660_stat_t as early as possibleMax Kellermann
2020-09-04archive/bzip2: make variables more localMax Kellermann
2020-09-04archive/bzip2: move the eof check out of the ScopeUnlockMax Kellermann
2020-09-04archive/bzip2: throw on unexpected input EOFMax Kellermann
2020-09-04archive/bzip2: simplify bz_stream initializerMax Kellermann
2020-09-04archive/bzip2: fold Open() into constructorMax Kellermann
2020-09-04archive/bzip2: reorder fields to improve packingMax Kellermann
2020-09-04archive/bzip2: add `override`Max Kellermann
2020-09-04archive/zzip: fix crash on corrupt ZIP fileMax Kellermann
2020-09-04archive/zzip: use zzip_ssize_t to avoid integer overflowsMax Kellermann
2020-09-04archive/zzip: add `override`Max Kellermann
2020-09-04archive/zzip: pass std::shared_ptr as template parameterMax Kellermann
2020-09-04archive/zzip: add `explicit`Max Kellermann
2020-05-05*/plugins/meson.build: define feature macros in Features.hMax Kellermann
2020-03-19[clang-tidy] run through performance checksRosen Penev
2020-03-12[clang-tidy] use nodiscardRosen Penev
2020-03-12Merge branch 'v0.21.x'Max Kellermann
2020-03-07archive/iso9660: skip empty filenamesMax Kellermann
2020-03-07archive/iso9660: use IsSpecialFilename()Max Kellermann
2020-02-05archive/iso9660: rewrite the macro CEILING as functionMax Kellermann
2020-02-02[clang-tidy] convert several functions to const &Rosen Penev
2020-02-01[clang-tidy] pass by value where appropriateRosen Penev
2020-02-01*: add `explicit`Max Kellermann
2020-01-31[clang-tidy] use override instead of virtualRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-12-16Merge tag 'v0.21.17'Max Kellermann
2019-12-04archive/zzip: improve error reportingMax Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-05-31archive/iso9660: implement seekingMax Kellermann
2019-05-29input/InputStream: make IsEOF() and IsAvailable() constMax Kellermann
2019-05-07input/InputStreams: pass std::unique_lock<> to various methodsMax 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