]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
import zstd 1.3.8
authorcem <cem@FreeBSD.org>
Sat, 29 Dec 2018 06:51:10 +0000 (06:51 +0000)
committercem <cem@FreeBSD.org>
Sat, 29 Dec 2018 06:51:10 +0000 (06:51 +0000)
commit70d64c585246eacdeee23b2f714d055a3c941a0d
tree2a77a57a2955d56119af575c220abba2c7e4fd30
parent1955f026236eda7b33b022495556322cbb6a70bb
import zstd 1.3.8
111 files changed:
Makefile
NEWS [deleted file]
README.md
appveyor.yml
contrib/adaptive-compression/Makefile
contrib/adaptive-compression/adapt.c
contrib/adaptive-compression/datagencli.c
contrib/meson/README [deleted file]
contrib/meson/meson.build [deleted file]
contrib/meson/meson_options.txt [deleted file]
contrib/pzstd/Makefile
contrib/seekable_format/examples/parallel_processing.c
contrib/seekable_format/zstdseek_compress.c
contrib/seekable_format/zstdseek_decompress.c
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.h
lib/common/error_private.c
lib/common/fse.h
lib/common/huf.h
lib/common/pool.c
lib/common/zstd_common.c
lib/common/zstd_errors.h
lib/common/zstd_internal.h
lib/compress/fse_compress.c
lib/compress/hist.c
lib/compress/hist.h
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_fast.c
lib/compress/zstd_lazy.c
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_ddict.c [new file with mode: 0644]
lib/decompress/zstd_ddict.h [new file with mode: 0644]
lib/decompress/zstd_decompress.c
lib/decompress/zstd_decompress_block.c [new file with mode: 0644]
lib/decompress/zstd_decompress_block.h [new file with mode: 0644]
lib/decompress/zstd_decompress_internal.h [new file with mode: 0644]
lib/dictBuilder/cover.c
lib/dictBuilder/fastcover.c
lib/dictBuilder/zdict.c
lib/legacy/zstd_v04.c
lib/legacy/zstd_v05.c
lib/zstd.h
programs/Makefile
programs/README.md
programs/benchfn.c [new file with mode: 0644]
programs/benchfn.h [new file with mode: 0644]
programs/benchzstd.c [moved from programs/bench.c with 69% similarity]
programs/benchzstd.h [moved from programs/bench.h with 61% similarity]
programs/datagen.c
programs/dibio.c
programs/fileio.c
programs/fileio.h
programs/platform.h
programs/util.c [new file with mode: 0644]
programs/util.h
programs/zstd.1
programs/zstd.1.md
programs/zstdcli.c
programs/zstdgrep
programs/zstdgrep.1
programs/zstdless.1
tests/Makefile
tests/README.md
tests/datagencli.c
tests/decodecorpus.c
tests/fullbench.c
tests/fuzz/Makefile
tests/fuzz/simple_round_trip.c
tests/fuzz/stream_round_trip.c
tests/fuzz/zstd_helpers.c
tests/fuzzer.c
tests/libzstd_partial_builds.sh
tests/longmatch.c
tests/paramgrill.c
tests/playTests.sh
tests/poolTests.c
tests/regression/Makefile [new file with mode: 0644]
tests/regression/config.c [new file with mode: 0644]
tests/regression/config.h [new file with mode: 0644]
tests/regression/data.c [new file with mode: 0644]
tests/regression/data.h [new file with mode: 0644]
tests/regression/levels.h [new file with mode: 0644]
tests/regression/method.c [new file with mode: 0644]
tests/regression/method.h [new file with mode: 0644]
tests/regression/result.c [new file with mode: 0644]
tests/regression/result.h [new file with mode: 0644]
tests/regression/results.csv [new file with mode: 0644]
tests/regression/test.c [new file with mode: 0644]
tests/roundTripCrash.c
tests/seqgen.c
tests/symbols.c
tests/zstreamtest.c
zlibWrapper/Makefile
zlibWrapper/examples/zwrapbench.c
zlibWrapper/zstd_zlibwrapper.c