]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
import zstd 1.4.1
authorcem <cem@FreeBSD.org>
Thu, 8 Aug 2019 15:30:49 +0000 (15:30 +0000)
committercem <cem@FreeBSD.org>
Thu, 8 Aug 2019 15:30:49 +0000 (15:30 +0000)
commit82323fd8e5f8773c8bd965588629447e991e9551
tree1f6152d1ad6531de48efbb231bb91e55ba0ac2e4
parent5df09a921533cce110ee33c880d62fea54ec44f0
import zstd 1.4.1
62 files changed:
CHANGELOG
doc/zstd_compression_format.md
doc/zstd_manual.html
examples/Makefile
lib/Makefile
lib/common/compiler.h
lib/common/zstd_internal.h
lib/compress/zstd_compress.c
lib/compress/zstd_compress_internal.h
lib/compress/zstd_double_fast.c
lib/compress/zstd_fast.c
lib/compress/zstd_lazy.c
lib/compress/zstd_ldm.c
lib/compress/zstd_opt.c
lib/compress/zstdmt_compress.c
lib/compress/zstdmt_compress.h
lib/decompress/zstd_decompress.c
lib/decompress/zstd_decompress_block.c
lib/dictBuilder/cover.c
lib/dictBuilder/cover.h
lib/dictBuilder/fastcover.c
lib/dictBuilder/zdict.c
lib/dictBuilder/zdict.h
lib/legacy/zstd_legacy.h
lib/legacy/zstd_v01.c
lib/legacy/zstd_v02.c
lib/legacy/zstd_v03.c
lib/legacy/zstd_v04.c
lib/legacy/zstd_v05.c
lib/legacy/zstd_v06.c
lib/legacy/zstd_v07.c
lib/zstd.h
programs/.gitignore
programs/README.md
programs/benchfn.c
programs/fileio.c
programs/fileio.h
programs/util.c
programs/zstd.1
programs/zstdcli.c
programs/zstdgrep
programs/zstdgrep.1
programs/zstdless.1
tests/.gitignore
tests/Makefile
tests/bigdict.c [new file with mode: 0644]
tests/decodecorpus.c
tests/fullbench.c
tests/fuzz/Makefile
tests/fuzz/default.options [deleted file]
tests/fuzz/dictionary_decompress.c
tests/fuzz/fuzz.py
tests/fuzz/simple_compress.c [new file with mode: 0644]
tests/fuzz/simple_decompress.c
tests/fuzz/zstd_frame_info.c [new file with mode: 0644]
tests/fuzzer.c
tests/paramgrill.c
tests/playTests.sh
tests/poolTests.c
tests/regression/results.csv
tests/zstreamtest.c
zlibWrapper/.gitignore