]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
import zstd 1.3.7
authorcem <cem@FreeBSD.org>
Mon, 22 Oct 2018 20:00:30 +0000 (20:00 +0000)
committercem <cem@FreeBSD.org>
Mon, 22 Oct 2018 20:00:30 +0000 (20:00 +0000)
commit1955f026236eda7b33b022495556322cbb6a70bb
treee7673904660df47b5abd9a1c33cf982a514dac66
parent59481ebece8444e168df5c542c669174922bff67
import zstd 1.3.7
128 files changed:
.gitattributes
CODE_OF_CONDUCT.md [new file with mode: 0644]
Makefile
NEWS
README.md
TESTING.md
appveyor.yml
circle.yml [deleted file]
contrib/adaptive-compression/Makefile
contrib/gen_html/Makefile
contrib/meson/meson.build
contrib/pzstd/Makefile
contrib/pzstd/Options.cpp
contrib/pzstd/Pzstd.cpp
contrib/seekable_format/examples/Makefile
contrib/seekable_format/examples/seekable_compression.c
contrib/seekable_format/examples/seekable_decompression.c
contrib/seekable_format/zstd_seekable.h
contrib/seekable_format/zstdseek_decompress.c
doc/images/cdict_v136.png [new file with mode: 0644]
doc/images/ldmCspeed.png [deleted file]
doc/images/ldmDspeed.png [deleted file]
doc/images/linux-4.7-12-compress.png [deleted file]
doc/images/linux-4.7-12-decompress.png [deleted file]
doc/images/linux-4.7-12-mt-compress.png [deleted file]
doc/images/linux-git-compress.png [deleted file]
doc/images/linux-git-decompress.png [deleted file]
doc/images/linux-git-mt-compress.png [deleted file]
doc/images/zstd_cdict_v1_3_5.png [new file with mode: 0644]
doc/zstd_compression_format.md
doc/zstd_manual.html
lib/BUCK
lib/Makefile
lib/README.md
lib/common/bitstream.h
lib/common/compiler.h
lib/common/cpu.h
lib/common/debug.c [new file with mode: 0644]
lib/common/debug.h [new file with mode: 0644]
lib/common/entropy_common.c
lib/common/fse.h
lib/common/fse_decompress.c
lib/common/huf.h
lib/common/mem.h
lib/common/pool.c
lib/common/pool.h
lib/common/xxhash.c
lib/common/zstd_common.c
lib/common/zstd_internal.h
lib/compress/fse_compress.c
lib/compress/hist.c [new file with mode: 0644]
lib/compress/hist.h [new file with mode: 0644]
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/cover.h [new file with mode: 0644]
lib/dictBuilder/divsufsort.c
lib/dictBuilder/fastcover.c [new file with mode: 0644]
lib/dictBuilder/zdict.c
lib/dictBuilder/zdict.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/Makefile
programs/README.md
programs/bench.c
programs/bench.h
programs/datagen.c
programs/dibio.c
programs/dibio.h
programs/fileio.c
programs/fileio.h
programs/platform.h
programs/util.h
programs/zstd.1
programs/zstd.1.md
programs/zstdcli.c
programs/zstdgrep.1 [new file with mode: 0644]
programs/zstdgrep.1.md [new file with mode: 0644]
programs/zstdless.1 [new file with mode: 0644]
programs/zstdless.1.md [new file with mode: 0644]
tests/.gitignore
tests/Makefile
tests/README.md
tests/decodecorpus.c
tests/fullbench.c
tests/fuzz/fuzz.h
tests/fuzz/fuzz.py
tests/fuzz/regression_driver.c
tests/fuzz/zstd_helpers.c
tests/fuzzer.c
tests/gzip/Makefile
tests/legacy.c
tests/libzstd_partial_builds.sh [new file with mode: 0755]
tests/longmatch.c
tests/paramgrill.c
tests/playTests.sh
tests/poolTests.c
tests/rateLimiter.py [new file with mode: 0755]
tests/roundTripCrash.c
tests/symbols.c
tests/test-zstd-versions.py
tests/zstreamtest.c
zlibWrapper/examples/minigzip.c
zlibWrapper/examples/zwrapbench.c
zlibWrapper/gzguts.h
zlibWrapper/gzlib.c
zlibWrapper/gzwrite.c