summaryrefslogtreecommitdiff
path: root/src/archive
AgeCommit message (Expand)Author
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-27archive/ArchiveList, input/Registry: avoid zero-sized arrayMax 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-12replace assert.h with cassertRosen 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-02Merge remote-tracking branches 'neheb/uniq', 'neheb/bool', 'neheb/loop', 'neh...Max Kellermann
2020-02-01[clang-tidy] pass by value where appropriateRosen Penev
2020-02-01[clang-tidy] remove pointless void argRosen 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-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