aboutsummaryrefslogtreecommitdiff
path: root/linux/lib
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-13Fix a typo in decompress_unxz.c.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-12-02Fix decompress_unxz.c API.Lasse Collin
2010-11-25Don't flush() with an empty buffer in unxz().Lasse Collin
2010-11-25Fix decompress_unxz.c title again.Lasse Collin
2010-11-25Fix coding style for real.Lasse Collin
2010-11-25Remove noinline_for_stack.Lasse Collin
2010-11-25Comment and coding style fixes.Lasse Collin
2010-11-25Coding style fixes.Lasse Collin
2010-11-25Make bcj_x86_test_msbyte() an inline function.Lasse Collin
2010-11-24Fix error message in decompress_unxz.c.Lasse Collin
2010-11-24Add a comment about using uint32_t as vli_type.Lasse Collin
2010-11-24Remove /*const*/ comments from unxz().Lasse Collin
2010-11-24Check XZ_INTERNAL_CRC32 instead of XZ_PREBOOT for xz_crc32_init().Lasse Collin
2010-11-24Use malloc() and free() in decompress_unxz.c.Lasse Collin
2010-11-24Add workaround for unsupported free(NULL) in pre-boot code.Lasse Collin
2010-11-24Get rid of XZ_IGNORE_KCONFIG macro.Lasse Collin
2010-11-21Fix compile errors in decompress_unxz.c.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-19Minor comment fixes.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-17Don't make memmove() static.Lasse Collin
2010-11-17Fix xz_dec_test.c for the newer API.Lasse Collin
2010-11-17Use (uint32_t)-1 instead of UINT32_MAX.Lasse Collin
2010-11-16Use XZ_DYNALLOC in decompress_unxz.c.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