Import libzstd_1.4.10+dfsg.orig.tar.xz
authorPeter Pentchev <roam@debian.org>
Sat, 2 Apr 2022 19:44:53 +0000 (20:44 +0100)
committerPeter Pentchev <roam@debian.org>
Sat, 2 Apr 2022 19:44:53 +0000 (20:44 +0100)
commit4455530e8fed5cf9c850eb3fe4965a5b2ee00cad
tree704acd453b4be2d21eeaddaa5a59124d3f46f8ef
Import libzstd_1.4.10+dfsg.orig.tar.xz

[dgit import orig libzstd_1.4.10+dfsg.orig.tar.xz]
413 files changed:
.gitattributes [new file with mode: 0644]
.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature_request.md [new file with mode: 0644]
.github/workflows/generic-dev.yml [new file with mode: 0644]
.github/workflows/generic-release.yml [new file with mode: 0644]
.github/workflows/linux-kernel.yml [new file with mode: 0644]
.github/workflows/main.yml [new file with mode: 0644]
.github/workflows/publish-release-artifacts.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CHANGELOG [new file with mode: 0644]
CODE_OF_CONDUCT.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
COPYING [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
TESTING.md [new file with mode: 0644]
contrib/VS2005/README.md [new file with mode: 0644]
contrib/VS2005/fullbench/fullbench.vcproj [new file with mode: 0644]
contrib/VS2005/fuzzer/fuzzer.vcproj [new file with mode: 0644]
contrib/VS2005/zstd.sln [new file with mode: 0644]
contrib/VS2005/zstd/zstd.vcproj [new file with mode: 0644]
contrib/VS2005/zstdlib/zstdlib.vcproj [new file with mode: 0644]
contrib/cleanTabs [new file with mode: 0755]
contrib/diagnose_corruption/.gitignore [new file with mode: 0644]
contrib/diagnose_corruption/Makefile [new file with mode: 0644]
contrib/diagnose_corruption/check_flipped_bits.c [new file with mode: 0644]
contrib/docker/Dockerfile [new file with mode: 0644]
contrib/docker/README.md [new file with mode: 0644]
contrib/freestanding_lib/freestanding.py [new file with mode: 0755]
contrib/gen_html/.gitignore [new file with mode: 0644]
contrib/gen_html/Makefile [new file with mode: 0644]
contrib/gen_html/README.md [new file with mode: 0644]
contrib/gen_html/gen-zstd-manual.sh [new file with mode: 0755]
contrib/gen_html/gen_html.cpp [new file with mode: 0644]
contrib/largeNbDicts/.gitignore [new file with mode: 0644]
contrib/largeNbDicts/Makefile [new file with mode: 0644]
contrib/largeNbDicts/README.md [new file with mode: 0644]
contrib/largeNbDicts/largeNbDicts.c [new file with mode: 0644]
contrib/linux-kernel/.gitignore [new file with mode: 0644]
contrib/linux-kernel/Makefile [new file with mode: 0644]
contrib/linux-kernel/README.md [new file with mode: 0644]
contrib/linux-kernel/btrfs-benchmark.sh [new file with mode: 0755]
contrib/linux-kernel/btrfs-extract-benchmark.sh [new file with mode: 0755]
contrib/linux-kernel/decompress_sources.h [new file with mode: 0644]
contrib/linux-kernel/linux.mk [new file with mode: 0644]
contrib/linux-kernel/linux_zstd.h [new file with mode: 0644]
contrib/linux-kernel/mem.h [new file with mode: 0644]
contrib/linux-kernel/squashfs-benchmark.sh [new file with mode: 0755]
contrib/linux-kernel/test/Makefile [new file with mode: 0644]
contrib/linux-kernel/test/include/asm/unaligned.h [new file with mode: 0644]
contrib/linux-kernel/test/include/linux/compiler.h [new file with mode: 0644]
contrib/linux-kernel/test/include/linux/errno.h [new file with mode: 0644]
contrib/linux-kernel/test/include/linux/kernel.h [new file with mode: 0644]
contrib/linux-kernel/test/include/linux/limits.h [new file with mode: 0644]
contrib/linux-kernel/test/include/linux/math64.h [new file with mode: 0644]
contrib/linux-kernel/test/include/linux/module.h [new file with mode: 0644]
contrib/linux-kernel/test/include/linux/printk.h [new file with mode: 0644]
contrib/linux-kernel/test/include/linux/stddef.h [new file with mode: 0644]
contrib/linux-kernel/test/include/linux/swab.h [new file with mode: 0644]
contrib/linux-kernel/test/include/linux/types.h [new file with mode: 0644]
contrib/linux-kernel/test/include/linux/xxhash.h [new file with mode: 0644]
contrib/linux-kernel/test/macro-test.sh [new file with mode: 0755]
contrib/linux-kernel/test/static_test.c [new file with mode: 0644]
contrib/linux-kernel/test/test.c [new file with mode: 0644]
contrib/linux-kernel/zstd_compress_module.c [new file with mode: 0644]
contrib/linux-kernel/zstd_decompress_module.c [new file with mode: 0644]
contrib/linux-kernel/zstd_deps.h [new file with mode: 0644]
contrib/match_finders/README.md [new file with mode: 0644]
contrib/match_finders/zstd_edist.c [new file with mode: 0644]
contrib/match_finders/zstd_edist.h [new file with mode: 0644]
contrib/premake/premake4.lua [new file with mode: 0644]
contrib/premake/zstd.lua [new file with mode: 0644]
contrib/pzstd/.gitignore [new file with mode: 0644]
contrib/pzstd/BUCK [new file with mode: 0644]
contrib/pzstd/ErrorHolder.h [new file with mode: 0644]
contrib/pzstd/Logging.h [new file with mode: 0644]
contrib/pzstd/Makefile [new file with mode: 0644]
contrib/pzstd/Options.cpp [new file with mode: 0644]
contrib/pzstd/Options.h [new file with mode: 0644]
contrib/pzstd/Pzstd.cpp [new file with mode: 0644]
contrib/pzstd/Pzstd.h [new file with mode: 0644]
contrib/pzstd/README.md [new file with mode: 0644]
contrib/pzstd/SkippableFrame.cpp [new file with mode: 0644]
contrib/pzstd/SkippableFrame.h [new file with mode: 0644]
contrib/pzstd/images/Cspeed.png [new file with mode: 0644]
contrib/pzstd/images/Dspeed.png [new file with mode: 0644]
contrib/pzstd/main.cpp [new file with mode: 0644]
contrib/pzstd/test/BUCK [new file with mode: 0644]
contrib/pzstd/test/OptionsTest.cpp [new file with mode: 0644]
contrib/pzstd/test/PzstdTest.cpp [new file with mode: 0644]
contrib/pzstd/test/RoundTrip.h [new file with mode: 0644]
contrib/pzstd/test/RoundTripTest.cpp [new file with mode: 0644]
contrib/pzstd/utils/BUCK [new file with mode: 0644]
contrib/pzstd/utils/Buffer.h [new file with mode: 0644]
contrib/pzstd/utils/FileSystem.h [new file with mode: 0644]
contrib/pzstd/utils/Likely.h [new file with mode: 0644]
contrib/pzstd/utils/Range.h [new file with mode: 0644]
contrib/pzstd/utils/ResourcePool.h [new file with mode: 0644]
contrib/pzstd/utils/ScopeGuard.h [new file with mode: 0644]
contrib/pzstd/utils/ThreadPool.h [new file with mode: 0644]
contrib/pzstd/utils/WorkQueue.h [new file with mode: 0644]
contrib/pzstd/utils/test/BUCK [new file with mode: 0644]
contrib/pzstd/utils/test/BufferTest.cpp [new file with mode: 0644]
contrib/pzstd/utils/test/RangeTest.cpp [new file with mode: 0644]
contrib/pzstd/utils/test/ResourcePoolTest.cpp [new file with mode: 0644]
contrib/pzstd/utils/test/ScopeGuardTest.cpp [new file with mode: 0644]
contrib/pzstd/utils/test/ThreadPoolTest.cpp [new file with mode: 0644]
contrib/pzstd/utils/test/WorkQueueTest.cpp [new file with mode: 0644]
contrib/recovery/Makefile [new file with mode: 0644]
contrib/recovery/recover_directory.c [new file with mode: 0644]
contrib/seekable_format/examples/.gitignore [new file with mode: 0644]
contrib/seekable_format/examples/Makefile [new file with mode: 0644]
contrib/seekable_format/examples/parallel_compression.c [new file with mode: 0644]
contrib/seekable_format/examples/parallel_processing.c [new file with mode: 0644]
contrib/seekable_format/examples/seekable_compression.c [new file with mode: 0644]
contrib/seekable_format/examples/seekable_decompression.c [new file with mode: 0644]
contrib/seekable_format/examples/seekable_decompression_mem.c [new file with mode: 0644]
contrib/seekable_format/tests/.gitignore [new file with mode: 0644]
contrib/seekable_format/tests/Makefile [new file with mode: 0644]
contrib/seekable_format/tests/seekable_tests.c [new file with mode: 0644]
contrib/seekable_format/zstd_seekable.h [new file with mode: 0644]
contrib/seekable_format/zstd_seekable_compression_format.md [new file with mode: 0644]
contrib/seekable_format/zstdseek_compress.c [new file with mode: 0644]
contrib/seekable_format/zstdseek_decompress.c [new file with mode: 0644]
contrib/single_file_libs/.gitignore [new file with mode: 0644]
contrib/single_file_libs/README.md [new file with mode: 0644]
contrib/single_file_libs/build_decoder_test.sh [new file with mode: 0755]
contrib/single_file_libs/build_library_test.sh [new file with mode: 0755]
contrib/single_file_libs/combine.sh [new file with mode: 0755]
contrib/single_file_libs/create_single_file_decoder.sh [new file with mode: 0755]
contrib/single_file_libs/create_single_file_library.sh [new file with mode: 0755]
contrib/single_file_libs/examples/README.md [new file with mode: 0644]
contrib/single_file_libs/examples/emscripten.c [new file with mode: 0644]
contrib/single_file_libs/examples/roundtrip.c [new file with mode: 0644]
contrib/single_file_libs/examples/shell.html [new file with mode: 0644]
contrib/single_file_libs/examples/simple.c [new file with mode: 0644]
contrib/single_file_libs/examples/testcard-dxt1.inl [new file with mode: 0644]
contrib/single_file_libs/examples/testcard-zstd.inl [new file with mode: 0644]
contrib/single_file_libs/examples/testcard.png [new file with mode: 0755]
contrib/single_file_libs/zstd-in.c [new file with mode: 0644]
contrib/single_file_libs/zstddeclib-in.c [new file with mode: 0644]
contrib/snap/snapcraft.yaml [new file with mode: 0644]
doc/README.md [new file with mode: 0644]
doc/educational_decoder/.gitignore [new file with mode: 0644]
doc/educational_decoder/Makefile [new file with mode: 0644]
doc/educational_decoder/README.md [new file with mode: 0644]
doc/educational_decoder/harness.c [new file with mode: 0644]
doc/educational_decoder/zstd_decompress.c [new file with mode: 0644]
doc/educational_decoder/zstd_decompress.h [new file with mode: 0644]
doc/images/CSpeed2.png [new file with mode: 0644]
doc/images/DCspeed5.png [new file with mode: 0644]
doc/images/DSpeed3.png [new file with mode: 0644]
doc/images/cdict_v136.png [new file with mode: 0644]
doc/images/dict-cr.png [new file with mode: 0644]
doc/images/dict-cs.png [new file with mode: 0644]
doc/images/dict-ds.png [new file with mode: 0644]
doc/images/zstd_cdict_v1_3_5.png [new file with mode: 0644]
doc/images/zstd_logo86.png [new file with mode: 0644]
doc/zstd_compression_format.md [new file with mode: 0644]
doc/zstd_manual.html [new file with mode: 0644]
examples/.gitignore [new file with mode: 0644]
examples/Makefile [new file with mode: 0644]
examples/README.md [new file with mode: 0644]
examples/common.h [new file with mode: 0644]
examples/dictionary_compression.c [new file with mode: 0644]
examples/dictionary_decompression.c [new file with mode: 0644]
examples/multiple_simple_compression.c [new file with mode: 0644]
examples/multiple_streaming_compression.c [new file with mode: 0644]
examples/simple_compression.c [new file with mode: 0644]
examples/simple_decompression.c [new file with mode: 0644]
examples/streaming_compression.c [new file with mode: 0644]
examples/streaming_compression_thread_pool.c [new file with mode: 0644]
examples/streaming_decompression.c [new file with mode: 0644]
examples/streaming_memory_usage.c [new file with mode: 0644]
lib/.gitignore [new file with mode: 0644]
lib/BUCK [new file with mode: 0644]
lib/Makefile [new file with mode: 0644]
lib/README.md [new file with mode: 0644]
lib/common/bitstream.h [new file with mode: 0644]
lib/common/compiler.h [new file with mode: 0644]
lib/common/cpu.h [new file with mode: 0644]
lib/common/debug.c [new file with mode: 0644]
lib/common/debug.h [new file with mode: 0644]
lib/common/entropy_common.c [new file with mode: 0644]
lib/common/error_private.c [new file with mode: 0644]
lib/common/error_private.h [new file with mode: 0644]
lib/common/fse.h [new file with mode: 0644]
lib/common/fse_decompress.c [new file with mode: 0644]
lib/common/huf.h [new file with mode: 0644]
lib/common/mem.h [new file with mode: 0644]
lib/common/pool.c [new file with mode: 0644]
lib/common/pool.h [new file with mode: 0644]
lib/common/threading.c [new file with mode: 0644]
lib/common/threading.h [new file with mode: 0644]
lib/common/xxhash.c [new file with mode: 0644]
lib/common/xxhash.h [new file with mode: 0644]
lib/common/zstd_common.c [new file with mode: 0644]
lib/common/zstd_deps.h [new file with mode: 0644]
lib/common/zstd_errors.h [new file with mode: 0644]
lib/common/zstd_internal.h [new file with mode: 0644]
lib/common/zstd_trace.c [new file with mode: 0644]
lib/common/zstd_trace.h [new file with mode: 0644]
lib/compress/fse_compress.c [new file with mode: 0644]
lib/compress/hist.c [new file with mode: 0644]
lib/compress/hist.h [new file with mode: 0644]
lib/compress/huf_compress.c [new file with mode: 0644]
lib/compress/zstd_compress.c [new file with mode: 0644]
lib/compress/zstd_compress_internal.h [new file with mode: 0644]
lib/compress/zstd_compress_literals.c [new file with mode: 0644]
lib/compress/zstd_compress_literals.h [new file with mode: 0644]
lib/compress/zstd_compress_sequences.c [new file with mode: 0644]
lib/compress/zstd_compress_sequences.h [new file with mode: 0644]
lib/compress/zstd_compress_superblock.c [new file with mode: 0644]
lib/compress/zstd_compress_superblock.h [new file with mode: 0644]
lib/compress/zstd_cwksp.h [new file with mode: 0644]
lib/compress/zstd_double_fast.c [new file with mode: 0644]
lib/compress/zstd_double_fast.h [new file with mode: 0644]
lib/compress/zstd_fast.c [new file with mode: 0644]
lib/compress/zstd_fast.h [new file with mode: 0644]
lib/compress/zstd_lazy.c [new file with mode: 0644]
lib/compress/zstd_lazy.h [new file with mode: 0644]
lib/compress/zstd_ldm.c [new file with mode: 0644]
lib/compress/zstd_ldm.h [new file with mode: 0644]
lib/compress/zstd_ldm_geartab.h [new file with mode: 0644]
lib/compress/zstd_opt.c [new file with mode: 0644]
lib/compress/zstd_opt.h [new file with mode: 0644]
lib/compress/zstdmt_compress.c [new file with mode: 0644]
lib/compress/zstdmt_compress.h [new file with mode: 0644]
lib/decompress/huf_decompress.c [new file with mode: 0644]
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 [new file with mode: 0644]
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/deprecated/zbuff.h [new file with mode: 0644]
lib/deprecated/zbuff_common.c [new file with mode: 0644]
lib/deprecated/zbuff_compress.c [new file with mode: 0644]
lib/deprecated/zbuff_decompress.c [new file with mode: 0644]
lib/dictBuilder/cover.c [new file with mode: 0644]
lib/dictBuilder/cover.h [new file with mode: 0644]
lib/dictBuilder/divsufsort.c [new file with mode: 0644]
lib/dictBuilder/divsufsort.h [new file with mode: 0644]
lib/dictBuilder/fastcover.c [new file with mode: 0644]
lib/dictBuilder/zdict.c [new file with mode: 0644]
lib/dictBuilder/zdict.h [new file with mode: 0644]
lib/dll/example/Makefile [new file with mode: 0644]
lib/dll/example/README.md [new file with mode: 0644]
lib/dll/example/build_package.bat [new file with mode: 0644]
lib/dll/example/fullbench-dll.sln [new file with mode: 0644]
lib/dll/example/fullbench-dll.vcxproj [new file with mode: 0644]
lib/legacy/zstd_legacy.h [new file with mode: 0644]
lib/legacy/zstd_v01.c [new file with mode: 0644]
lib/legacy/zstd_v01.h [new file with mode: 0644]
lib/legacy/zstd_v02.c [new file with mode: 0644]
lib/legacy/zstd_v02.h [new file with mode: 0644]
lib/legacy/zstd_v03.c [new file with mode: 0644]
lib/legacy/zstd_v03.h [new file with mode: 0644]
lib/legacy/zstd_v04.c [new file with mode: 0644]
lib/legacy/zstd_v04.h [new file with mode: 0644]
lib/legacy/zstd_v05.c [new file with mode: 0644]
lib/legacy/zstd_v05.h [new file with mode: 0644]
lib/legacy/zstd_v06.c [new file with mode: 0644]
lib/legacy/zstd_v06.h [new file with mode: 0644]
lib/legacy/zstd_v07.c [new file with mode: 0644]
lib/legacy/zstd_v07.h [new file with mode: 0644]
lib/libzstd.pc.in [new file with mode: 0644]
lib/zstd.h [new file with mode: 0644]
programs/.gitignore [new file with mode: 0644]
programs/BUCK [new file with mode: 0644]
programs/Makefile [new file with mode: 0644]
programs/README.md [new file with mode: 0644]
programs/benchfn.c [new file with mode: 0644]
programs/benchfn.h [new file with mode: 0644]
programs/benchzstd.c [new file with mode: 0644]
programs/benchzstd.h [new file with mode: 0644]
programs/datagen.c [new file with mode: 0644]
programs/datagen.h [new file with mode: 0644]
programs/dibio.c [new file with mode: 0644]
programs/dibio.h [new file with mode: 0644]
programs/fileio.c [new file with mode: 0644]
programs/fileio.h [new file with mode: 0644]
programs/platform.h [new file with mode: 0644]
programs/timefn.c [new file with mode: 0644]
programs/timefn.h [new file with mode: 0644]
programs/util.c [new file with mode: 0644]
programs/util.h [new file with mode: 0644]
programs/zstd.1 [new file with mode: 0644]
programs/zstd.1.md [new file with mode: 0644]
programs/zstdcli.c [new file with mode: 0644]
programs/zstdcli_trace.c [new file with mode: 0644]
programs/zstdcli_trace.h [new file with mode: 0644]
programs/zstdgrep [new file with mode: 0755]
programs/zstdgrep.1 [new file with mode: 0644]
programs/zstdgrep.1.md [new file with mode: 0644]
programs/zstdless [new file with mode: 0755]
programs/zstdless.1 [new file with mode: 0644]
programs/zstdless.1.md [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]
tests/DEPRECATED-test-zstd-speed.py [new file with mode: 0755]
tests/Makefile [new file with mode: 0644]
tests/README.md [new file with mode: 0644]
tests/automated_benchmarking.py [new file with mode: 0644]
tests/bigdict.c [new file with mode: 0644]
tests/checkTag.c [new file with mode: 0644]
tests/datagencli.c [new file with mode: 0644]
tests/decodecorpus.c [new file with mode: 0644]
tests/dict-files/zero-weight-dict [new file with mode: 0644]
tests/fullbench.c [new file with mode: 0644]
tests/fuzz/.gitignore [new file with mode: 0644]
tests/fuzz/Makefile [new file with mode: 0644]
tests/fuzz/README.md [new file with mode: 0644]
tests/fuzz/block_decompress.c [new file with mode: 0644]
tests/fuzz/block_round_trip.c [new file with mode: 0644]
tests/fuzz/decompress_dstSize_tooSmall.c [new file with mode: 0644]
tests/fuzz/dictionary_decompress.c [new file with mode: 0644]
tests/fuzz/dictionary_loader.c [new file with mode: 0644]
tests/fuzz/dictionary_round_trip.c [new file with mode: 0644]
tests/fuzz/dictionary_stream_round_trip.c [new file with mode: 0644]
tests/fuzz/fse_read_ncount.c [new file with mode: 0644]
tests/fuzz/fuzz.h [new file with mode: 0644]
tests/fuzz/fuzz.py [new file with mode: 0755]
tests/fuzz/fuzz_data_producer.c [new file with mode: 0644]
tests/fuzz/fuzz_data_producer.h [new file with mode: 0644]
tests/fuzz/fuzz_helpers.c [new file with mode: 0644]
tests/fuzz/fuzz_helpers.h [new file with mode: 0644]
tests/fuzz/raw_dictionary_round_trip.c [new file with mode: 0644]
tests/fuzz/regression_driver.c [new file with mode: 0644]
tests/fuzz/sequence_compression_api.c [new file with mode: 0644]
tests/fuzz/simple_compress.c [new file with mode: 0644]
tests/fuzz/simple_decompress.c [new file with mode: 0644]
tests/fuzz/simple_round_trip.c [new file with mode: 0644]
tests/fuzz/stream_decompress.c [new file with mode: 0644]
tests/fuzz/stream_round_trip.c [new file with mode: 0644]
tests/fuzz/zstd_frame_info.c [new file with mode: 0644]
tests/fuzz/zstd_helpers.c [new file with mode: 0644]
tests/fuzz/zstd_helpers.h [new file with mode: 0644]
tests/fuzzer.c [new file with mode: 0644]
tests/golden-compression/http [new file with mode: 0644]
tests/golden-compression/huffman-compressed-larger [new file with mode: 0644]
tests/golden-decompression/rle-first-block.zst [new file with mode: 0644]
tests/golden-dictionaries/http-dict-missing-symbols [new file with mode: 0644]
tests/gzip/Makefile [new file with mode: 0644]
tests/gzip/gzip-env.sh [new file with mode: 0755]
tests/gzip/helin-segv.sh [new file with mode: 0644]
tests/gzip/help-version.sh [new file with mode: 0644]
tests/gzip/hufts-segv.gz [new file with mode: 0644]
tests/gzip/hufts.sh [new file with mode: 0644]
tests/gzip/init.cfg [new file with mode: 0644]
tests/gzip/init.sh [new file with mode: 0644]
tests/gzip/keep.sh [new file with mode: 0644]
tests/gzip/list.sh [new file with mode: 0644]
tests/gzip/memcpy-abuse.sh [new file with mode: 0644]
tests/gzip/mixed.sh [new file with mode: 0644]
tests/gzip/null-suffix-clobber.sh [new file with mode: 0644]
tests/gzip/stdin.sh [new file with mode: 0644]
tests/gzip/test-driver.sh [new file with mode: 0644]
tests/gzip/trailing-nul.sh [new file with mode: 0644]
tests/gzip/unpack-invalid.sh [new file with mode: 0644]
tests/gzip/z-suffix.sh [new file with mode: 0644]
tests/gzip/zdiff.sh [new file with mode: 0644]
tests/gzip/zgrep-context.sh [new file with mode: 0644]
tests/gzip/zgrep-f.sh [new file with mode: 0644]
tests/gzip/zgrep-signal.sh [new file with mode: 0644]
tests/gzip/znew-k.sh [new file with mode: 0644]
tests/invalidDictionaries.c [new file with mode: 0644]
tests/legacy.c [new file with mode: 0644]
tests/libzstd_partial_builds.sh [new file with mode: 0755]
tests/longmatch.c [new file with mode: 0644]
tests/paramgrill.c [new file with mode: 0644]
tests/playTests.sh [new file with mode: 0755]
tests/poolTests.c [new file with mode: 0644]
tests/rateLimiter.py [new file with mode: 0755]
tests/regression/.gitignore [new file with mode: 0644]
tests/regression/Makefile [new file with mode: 0644]
tests/regression/README.md [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 [new file with mode: 0644]
tests/seqgen.c [new file with mode: 0644]
tests/seqgen.h [new file with mode: 0644]
tests/test-license.py [new file with mode: 0755]
tests/test-zstd-versions.py [new file with mode: 0755]
tests/zbufftest.c [new file with mode: 0644]
tests/zstreamtest.c [new file with mode: 0644]
zlibWrapper/.gitignore [new file with mode: 0644]
zlibWrapper/BUCK [new file with mode: 0644]
zlibWrapper/Makefile [new file with mode: 0644]
zlibWrapper/README.md [new file with mode: 0644]
zlibWrapper/examples/example.c [new file with mode: 0644]
zlibWrapper/examples/example_original.c [new file with mode: 0644]
zlibWrapper/examples/fitblk.c [new file with mode: 0644]
zlibWrapper/examples/fitblk_original.c [new file with mode: 0644]
zlibWrapper/examples/minigzip.c [new file with mode: 0644]
zlibWrapper/examples/zwrapbench.c [new file with mode: 0644]
zlibWrapper/gzclose.c [new file with mode: 0644]
zlibWrapper/gzcompatibility.h [new file with mode: 0644]
zlibWrapper/gzguts.h [new file with mode: 0644]
zlibWrapper/gzlib.c [new file with mode: 0644]
zlibWrapper/gzread.c [new file with mode: 0644]
zlibWrapper/gzwrite.c [new file with mode: 0644]
zlibWrapper/zstd_zlibwrapper.c [new file with mode: 0644]
zlibWrapper/zstd_zlibwrapper.h [new file with mode: 0644]