aboutsummaryrefslogtreecommitdiff
path: root/linux/lib/decompress_unxz.c
AgeCommit message (Expand)Author
2021-09-19Fix spelling in comments.Lasse Collin
2021-09-19Fix typos in comments.Lasse Collin
2020-02-03Avoid overlapping memcpy() with invalid input with in-place decompression.Lasse Collin
2013-05-13Fix a typo in decompress_unxz.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-25Comment and coding style fixes.Lasse Collin
2010-11-24Fix error message in decompress_unxz.c.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-20Get rid of XZ_FUNC.Lasse Collin
2010-11-19Minor comment fixes.Lasse Collin
2010-11-17Don't make memmove() static.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-06-09Add support for allocating the LZMA2 dictionary dynamically.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
2009-09-02Small fixes to decompress_unxz.c to make it workLasse Collin
2009-09-01Define XZ_IOBUF_SIZE.Lasse Collin
2009-09-01Comment out "#define memcpy memmove" in decompress_unxz.c.Lasse Collin
2009-09-01Remove an outdated comment.Lasse Collin
2009-09-01Silence a compiler warning.Lasse Collin
2009-05-27Updated decompress_unxz.c to match the actual API that isLasse Collin
2009-05-26Reworked the code that is inteded to be usable for kernelLasse Collin