aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-07Add two more missing fall-through comments.upstream_masterLasse Collin
2017-04-06xzembed: add fallthrough annotations to fix build with GCC7Andrei Borzenkov
2015-11-03userspace: buftest: add a new line after error messageDu Huanpeng
2015-10-30userspace: bytetest: add a new line after error messageDu Huanpeng
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-04-15Add support for MSVC in xz_config.h.Lasse Collin
2013-02-27Document integrity check #defines in README.Lasse Collin
2013-02-27Add optional support for CRC64.Lasse Collin
2012-03-31Mention xzminidec.c in README.Lasse Collin
2012-03-19Fix xz_wrap.sh on SPARC and 32-bit x86.Lasse Collin
2012-02-22Add the test program that was supposed to be in the previous commit.Lasse Collin
2011-09-19Add a program to test the bug fixed in the previous commit.Lasse Collin
2011-09-19Fix incorrect XZ_BUF_ERROR.Lasse Collin
2011-07-23Add missing <linux/kernel.h> include.Lasse Collin
2011-06-19Update a comment in xzminidec.c.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-22Add C++ support to xz.h.Lasse Collin
2010-12-02Fix coding style in unxz.h.Lasse Collin
2010-12-02Make unxz.h title match the title of decompress_unxz.c.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-20Avoid "NOTE:" in xz.h.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-18Documentation updates.Lasse Collin
2010-11-18Use xz_wrap.sh only for kernel image compression.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