aboutsummaryrefslogtreecommitdiff
path: root/linux/lib/xz/xz_dec_lzma2.c
AgeCommit message (Expand)Author
2021-09-19Fix spelling in comments.Lasse Collin
2021-09-19Fix typos in comments.Lasse Collin
2021-09-19Add MicroLZMA decoder.Lasse Collin
2021-06-20Move s->lzma.len = 0 initialization to lzma_reset().Lasse Collin
2021-06-20Fix a typo in a comment.Lasse Collin
2020-11-02Convert HTTP links to HTTPS links.Lasse Collin
2020-02-03Avoid overlapping memcpy() with invalid input with in-place decompression.Lasse Collin
2019-10-30Fix XZ_DYN_ALLOC to avoid useless memory reallocations.Lasse Collin
2014-04-07Add comments for the intentionally missing break statements.Lasse Collin
2011-03-31Fix decoding of LZMA2 streams having no uncompressed data.Lasse Collin
2010-12-02Remove an empty line from xz_dec_lzma2.c.Lasse Collin
2010-11-25Fix coding style for real.Lasse Collin
2010-11-20Get rid of XZ_FUNC.Lasse Collin
2010-06-09Reduce code size on x86 (32-bit and 64-bit).Lasse Collin
2010-06-09Add support for allocating the LZMA2 dictionary dynamically.Lasse Collin
2009-05-26Avoid integer division, since it's not necessarily availableLasse Collin
2009-05-25Add XZ_EXTERN macro and use it to mark all functions withLasse Collin
2009-04-27Remove an empty line.Lasse Collin
2009-04-27Fix checkpatch.pl warning in xz_dec_lzma2.c.Lasse Collin
2009-04-27Fix two checkpatch.pl warnings.Lasse Collin
2009-04-17Fix infinite loop in LZMA2 decoder.Lasse Collin
2009-03-22Initial commitLasse Collin