]> git.ipfire.org Git - thirdparty/xz.git/commit
liblzma: Add threaded .xz decompressor.
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 6 Mar 2022 21:36:20 +0000 (23:36 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 6 Mar 2022 22:35:53 +0000 (00:35 +0200)
commit4cce3e27f529af33e0e7749a8cbcec59954946b5
treef1872d8482a73f92978b92d1c0a71633e5cd19f5
parent717631b9788dc9c100ee0c87d3c14a2782638ff4
liblzma: Add threaded .xz decompressor.

I realize that this is about a decade late.

Big thanks to Sebastian Andrzej Siewior for the original patch.
I made a bunch of smaller changes but after a while quite a few
things got rewritten. So any bugs in the commit were created by me.
src/liblzma/api/lzma/container.h
src/liblzma/common/Makefile.inc
src/liblzma/common/common.h
src/liblzma/common/stream_decoder_mt.c [new file with mode: 0644]
src/liblzma/liblzma.map