aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2021-05-06Add xz_dec_catrun() to support concatenated .xz files.Lasse Collin
2013-02-27Document integrity check #defines in README.Lasse Collin
2012-03-31Mention xzminidec.c in README.Lasse Collin
2010-11-20Get rid of XZ_FUNC.Lasse Collin
In Linux 2.6.31 (or so) and earlier, the initramfs decompression had its own compiled copy of the decompression code that got thrown away after the kernel had booted. It required that all functions were marked with __init when built for initramfs decompression. Nowadays zlib and LZO have a wrapper that requires that the respective decompressor code has been been enabled (=y) in the kernel config. Only the wrapper is marked with __init. This patch helps doing the same with the XZ decompressor.
2010-11-18Documentation updates.Lasse Collin
2009-04-26Added xz_dec_test module to test the XZ decoder in kernel space.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-18Added BCJ filter decoders.Lasse Collin
2009-03-24Grammar fix in READMELasse Collin
2009-03-22Initial commitLasse Collin