aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-11-16Update xz_wrap.sh.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-22Add "#ifndef min" to xz_config.h.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 #ifndef for integer access functions in xz_config.h.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
2010-05-30Language fixes in comments.Lasse Collin
2009-09-02Updated docs.Lasse Collin
2009-09-02Small fixes to decompress_unxz.c to make it workLasse Collin
2009-09-01Make xz_wrap.sh accept one argument, which must beLasse Collin
2009-09-01Fix infinite loop in single-call mode.Lasse Collin
2009-09-01Define XZ_IOBUF_SIZE.Lasse Collin
2009-09-01Comment out "#define memcpy memmove" in decompress_unxz.c.Lasse Collin