aboutsummaryrefslogtreecommitdiff
path: root/linux/lib/xz
AgeCommit message (Collapse)Author
2009-04-27Fix checkpatch.pl warning in xz_dec_lzma2.c.Lasse Collin
2009-04-27Don't check for NULL argument in xz_dec_reset() sinceLasse Collin
such a check isn't done in xz_dec_run() anyway. (It's still good to leave the check in xz_dec_end().)
2009-04-27Use xz_dec_bcj_end() instead of kfree() in errorLasse Collin
handling in xz_dec_init().
2009-04-27Fix two checkpatch.pl warnings.Lasse Collin
2009-04-26Fix bool -> tristate for XZ_DEC_TEST in Kconfig.Lasse Collin
2009-04-26Added xz_dec_test module to test the XZ decoder in kernel space.Lasse Collin
2009-04-26Bump the xz_dec module version number to 0.2.Lasse Collin
2009-04-26Split the userspace defitions from xz_private.h intoLasse Collin
xz_config.h, and generally clean up xz_private.h a little. Use get_unaligned_le32 and other macros provided by Linux in xz_dec_stream.c and xz_dec_bcj.c.
2009-04-26Fix XZ_DEC_PPC -> XZ_DEC_POWERPC in xz_boot.c.Lasse Collin
2009-04-18Fixed a coding style typo.Lasse Collin
2009-04-18Added BCJ filter decoders.Lasse Collin
2009-04-17Fix infinite loop in LZMA2 decoder.Lasse Collin
2009-03-22Initial commitLasse Collin