]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
import zstd 1.3.4
authorcem <cem@FreeBSD.org>
Mon, 22 Oct 2018 19:50:43 +0000 (19:50 +0000)
committercem <cem@FreeBSD.org>
Mon, 22 Oct 2018 19:50:43 +0000 (19:50 +0000)
commit59481ebece8444e168df5c542c669174922bff67
treeaa5c91feac3537b39efa3d9e5f85b3315206a6ed
parent1f85a106972cab72e451b85463159bacde0adaa2
import zstd 1.3.4
93 files changed:
Makefile
NEWS
README.md
appveyor.yml
contrib/adaptive-compression/adapt.c
contrib/gen_html/Makefile
contrib/long_distance_matching/Makefile [deleted file]
contrib/long_distance_matching/README.md [deleted file]
contrib/long_distance_matching/ldm.c [deleted file]
contrib/long_distance_matching/ldm.h [deleted file]
contrib/long_distance_matching/ldm_common.c [deleted file]
contrib/long_distance_matching/ldm_params.h [deleted file]
contrib/long_distance_matching/main.c [deleted file]
contrib/meson/meson.build
contrib/meson/meson_options.txt
contrib/seekable_format/zstdseek_compress.c
contrib/seekable_format/zstdseek_decompress.c
doc/README.md
doc/images/CSpeed2.png [new file with mode: 0644]
doc/images/Cspeed4.png [deleted file]
doc/images/DSpeed3.png [new file with mode: 0644]
doc/images/Dspeed4.png [deleted file]
doc/images/dict-cr.png
doc/images/dict-cs.png
doc/images/dict-ds.png
doc/images/linux-4.7-12-mt-compress.png [new file with mode: 0644]
doc/images/linux-git-mt-compress.png [new file with mode: 0644]
doc/zstd_compression_format.md
doc/zstd_manual.html
lib/BUCK
lib/README.md
lib/common/bitstream.h
lib/common/compiler.h
lib/common/cpu.h [new file with mode: 0644]
lib/common/error_private.c
lib/common/fse.h
lib/common/fse_decompress.c
lib/common/huf.h
lib/common/pool.c
lib/common/pool.h
lib/common/threading.h
lib/common/zstd_errors.h
lib/common/zstd_internal.h
lib/compress/fse_compress.c
lib/compress/huf_compress.c
lib/compress/zstd_compress.c
lib/compress/zstd_compress_internal.h
lib/compress/zstd_double_fast.c
lib/compress/zstd_double_fast.h
lib/compress/zstd_fast.c
lib/compress/zstd_fast.h
lib/compress/zstd_lazy.c
lib/compress/zstd_lazy.h
lib/compress/zstd_ldm.c
lib/compress/zstd_ldm.h
lib/compress/zstd_opt.c
lib/compress/zstd_opt.h
lib/compress/zstdmt_compress.c
lib/compress/zstdmt_compress.h
lib/decompress/huf_decompress.c
lib/decompress/zstd_decompress.c
lib/dictBuilder/cover.c
lib/dictBuilder/zdict.c
lib/dictBuilder/zdict.h
lib/legacy/zstd_legacy.h
lib/legacy/zstd_v04.c
lib/legacy/zstd_v06.c
lib/legacy/zstd_v07.c
lib/zstd.h
programs/Makefile
programs/README.md
programs/bench.c
programs/bench.h
programs/fileio.c
programs/fileio.h
programs/platform.h
programs/util.h
programs/zstd.1
programs/zstd.1.md
programs/zstdcli.c
tests/.gitignore
tests/Makefile
tests/checkTag.c [new file with mode: 0644]
tests/fullbench.c
tests/fuzz/zstd_helpers.c
tests/fuzzer.c
tests/legacy.c
tests/namespaceTest.c [deleted file]
tests/paramgrill.c
tests/playTests.sh
tests/roundTripCrash.c
tests/zstreamtest.c
zlibWrapper/examples/zwrapbench.c