aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xz/xz_dec_lzma2.c
AgeCommit message (Expand)Author
2021-10-19lib/xz, lib/decompress_unxz.c: Fix spelling in commentsLasse Collin
2021-10-19lib/xz: Add MicroLZMA decoderLasse Collin
2021-10-19lib/xz: Move s->lzma.len = 0 initialization to lzma_reset()Lasse Collin
2021-10-19lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...Lasse Collin
2021-07-01lib/decompressors: fix spelling mistakesZhen Lei
2020-11-18Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers
2020-08-24lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12lib/: replace HTTP links with HTTPS onesAlexander A. Klimov
2019-11-15lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocationsLasse Collin
2014-06-04lib/xz: add comments for the intentionally missing break statementsLasse Collin
2011-05-02XZ decompressor: Fix decoding of empty LZMA2 streamsLasse Collin
2011-01-13decompressors: add XZ decompressor moduleLasse Collin