aboutsummaryrefslogtreecommitdiff
path: root/linux/lib/xz
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-07-02Validate the value before, not after, assigning it to an enum variable.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
2021-05-06Add xz_dec_catrun() to support concatenated .xz files.Lasse Collin
2021-02-15Make xz_crc64.c compatible with -std=gnu89 on 32-bit platforms.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
2017-04-07Add two more missing fall-through comments.upstream_masterLasse Collin
2017-04-06xzembed: add fallthrough annotations to fix build with GCC7Andrei Borzenkov
2014-04-07Add comments for the intentionally missing break statements.Lasse Collin
2013-05-13Update linux/lib/xz/Kconfig from Linux 3.9.Lasse Collin
2013-02-27Add optional support for CRC64.Lasse Collin
2011-09-19Fix incorrect XZ_BUF_ERROR.Lasse Collin
2011-07-23Add missing <linux/kernel.h> include.Lasse Collin
2011-05-01s/EMBEDDED/EXPERT/ in linux/lib/xz/Kconfig.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-25Remove noinline_for_stack.Lasse Collin
2010-11-25Coding style fixes.Lasse Collin
2010-11-25Make bcj_x86_test_msbyte() an inline function.Lasse Collin
2010-11-24Add a comment about using uint32_t as vli_type.Lasse Collin
2010-11-24Get rid of XZ_IGNORE_KCONFIG macro.Lasse Collin
2010-11-20Use STATIC_RW_DATA for static read/write data.Lasse Collin
2010-11-20Get rid of XZ_FUNC.Lasse Collin
2010-11-18Bump xz_dec version to 1.0.Lasse Collin
2010-11-17Use <linux/uaccess.h> instead of <asm/uaccess.h>.Lasse Collin
2010-11-17Fix xz_dec_test.c for the newer API.Lasse Collin
2010-07-02Omit explicit \0 from HEADER_MAGIC.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
2010-05-30Support decompressing files with unsupported check types.Lasse Collin
2010-05-30Use 0/1 instead of defined/undefined for XZ_INTERNAL_CRC32.Lasse Collin
2010-05-30Make it simpler to build without BCJ filters.Lasse Collin
2010-05-30Silence compiler warnings.Lasse Collin
2009-09-02Small fixes to decompress_unxz.c to make it workLasse Collin
2009-09-01Fix infinite loop in single-call mode.Lasse Collin
2009-05-26Fix uint64_t -> vli_type.Lasse Collin
2009-05-26Avoid integer division, since it's not necessarily availableLasse Collin
2009-05-26Reworked the code that is inteded to be usable for kernelLasse Collin
2009-05-25Add XZ_EXTERN macro and use it to mark all functions withLasse Collin
2009-05-25Use memzero()s to initialize a few more variables and shortenLasse Collin
2009-04-27Remove an empty line.Lasse Collin
2009-04-27Added missing XZ_FUNC macros.Lasse Collin
2009-04-27Refactor xz_dec_stream.c to silence a checkpatch.pl warning.Lasse Collin
2009-04-27Define VLI_BYTES_MAX macro and use it in dec_vli().Lasse Collin