]> git.ipfire.org Git - thirdparty/zstd.git/commit
Add xz and lzma support. 601/head
authorNick Terrell <terrelln@fb.com>
Tue, 14 Mar 2017 01:11:07 +0000 (18:11 -0700)
committerNick Terrell <terrelln@fb.com>
Tue, 14 Mar 2017 01:45:41 +0000 (18:45 -0700)
commitaa8bcf360fe7e4da8b00c250f81893e71aa90c0c
treebd467af058fe8e1ca252fe3d1d5629dce5804f54
parenta296c6646a24051f2aea624614eef8d582ac5878
Add xz and lzma support.

Finish feature started by @inikep.

* Add xz and lzma compression and decompression support to target `xzstd`.
* Fix bug in gzip decompression that silently accepted truncated files.
* Add gzip frame composition tests.
* Add xz/lzma compatibility tests.
* Add xz/lzma frame composition tests.
programs/Makefile
programs/fileio.c
programs/fileio.h
programs/zstdcli.c
tests/playTests.sh