aboutsummaryrefslogtreecommitdiff
path: root/userspace
AgeCommit message (Expand)Author
2023-04-14Update userspace/Makefile and userspace/xz_config.h for ARM64 BCJ.Lasse Collin
2021-05-06Add xz_dec_catrun() to support concatenated .xz files.Lasse Collin
2021-02-15userspace/Makefile: Add a comment about -std=gnu89 and add -Wno-long-long.Lasse Collin
2021-02-15xzminidec: Detect read errors from stdin.Lasse Collin
2019-10-20userspace/Makefile: Add bytetest.o to "make clean".Lasse Collin
2015-11-03userspace: buftest: add a new line after error messageDu Huanpeng
2015-10-30userspace: bytetest: add a new line after error messageDu Huanpeng
2013-04-15Add support for MSVC in xz_config.h.Lasse Collin
2013-02-27Add optional support for CRC64.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-06-19Update a comment in xzminidec.c.Lasse Collin
2010-12-02Fix decompress_unxz.c API.Lasse Collin
2010-11-25Remove noinline_for_stack.Lasse Collin
2010-11-20Get rid of XZ_FUNC.Lasse Collin
2010-06-22Add "#ifndef min" to xz_config.h.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-30Language fixes in comments.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
2009-04-26Split the userspace defitions from xz_private.h intoLasse Collin
2009-04-18Added BCJ filter decoders.Lasse Collin
2009-04-17Call xz_dec_end() in xzminidec to free memory in all cases.Lasse Collin
2009-03-22Initial commitLasse Collin