Imported Upstream version 1.4.0 upstream/1.4.0
authorDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 20 Nov 2020 06:18:11 +0000 (15:18 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 20 Nov 2020 06:18:11 +0000 (15:18 +0900)
commit4728a20350fe00063fb32e4a5f66419946c4ff5a
tree7761de4a8dfda3186bd537d1648f7a83b5a7f235
parentca41d0d88303f1cb8fe872ef7972470043072473
Imported Upstream version 1.4.0
463 files changed:
.buckconfig [new file with mode: 0644]
.buckversion [new file with mode: 0644]
.circleci/config.yml [new file with mode: 0644]
.cirrus.yml [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.travis.yml [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]
appveyor.yml [new file with mode: 0644]
build/.gitignore [new file with mode: 0644]
build/README.md [new file with mode: 0644]
build/VS2008/fullbench/fullbench.vcproj [new file with mode: 0644]
build/VS2008/fuzzer/fuzzer.vcproj [new file with mode: 0644]
build/VS2008/zstd.sln [new file with mode: 0644]
build/VS2008/zstd/zstd.vcproj [new file with mode: 0644]
build/VS2008/zstdlib/zstdlib.vcproj [new file with mode: 0644]
build/VS2010/CompileAsCpp.props [new file with mode: 0644]
build/VS2010/datagen/datagen.vcxproj [new file with mode: 0644]
build/VS2010/fullbench-dll/fullbench-dll.vcxproj [new file with mode: 0644]
build/VS2010/fullbench/fullbench.vcxproj [new file with mode: 0644]
build/VS2010/fuzzer/fuzzer.vcxproj [new file with mode: 0644]
build/VS2010/libzstd-dll/libzstd-dll.rc [new file with mode: 0644]
build/VS2010/libzstd-dll/libzstd-dll.vcxproj [new file with mode: 0644]
build/VS2010/libzstd/libzstd.vcxproj [new file with mode: 0644]
build/VS2010/zstd.sln [new file with mode: 0644]
build/VS2010/zstd/zstd.rc [new file with mode: 0644]
build/VS2010/zstd/zstd.vcxproj [new file with mode: 0644]
build/VS_scripts/README.md [new file with mode: 0644]
build/VS_scripts/build.VS2010.cmd [new file with mode: 0644]
build/VS_scripts/build.VS2012.cmd [new file with mode: 0644]
build/VS_scripts/build.VS2013.cmd [new file with mode: 0644]
build/VS_scripts/build.VS2015.cmd [new file with mode: 0644]
build/VS_scripts/build.VS2017.cmd [new file with mode: 0644]
build/VS_scripts/build.VS2017Community.cmd [new file with mode: 0644]
build/VS_scripts/build.VS2017Enterprise.cmd [new file with mode: 0644]
build/VS_scripts/build.VS2017Professional.cmd [new file with mode: 0644]
build/VS_scripts/build.generic.cmd [new file with mode: 0644]
build/cmake/.gitignore [new file with mode: 0644]
build/cmake/CMakeLists.txt [new file with mode: 0644]
build/cmake/CMakeModules/AddZstdCompilationFlags.cmake [new file with mode: 0644]
build/cmake/CMakeModules/GetZstdLibraryVersion.cmake [new file with mode: 0644]
build/cmake/README.md [new file with mode: 0644]
build/cmake/contrib/CMakeLists.txt [new file with mode: 0644]
build/cmake/contrib/gen_html/CMakeLists.txt [new file with mode: 0644]
build/cmake/contrib/pzstd/CMakeLists.txt [new file with mode: 0644]
build/cmake/lib/.gitignore [new file with mode: 0644]
build/cmake/lib/CMakeLists.txt [new file with mode: 0644]
build/cmake/lib/cmake_uninstall.cmake.in [new file with mode: 0644]
build/cmake/lib/pkgconfig.cmake [new file with mode: 0644]
build/cmake/programs/.gitignore [new file with mode: 0644]
build/cmake/programs/CMakeLists.txt [new file with mode: 0644]
build/cmake/tests/.gitignore [new file with mode: 0644]
build/cmake/tests/CMakeLists.txt [new file with mode: 0644]
build/meson/GetZstdLibraryVersion.py [new file with mode: 0644]
build/meson/InstallSymlink.py [new file with mode: 0644]
build/meson/README.md [new file with mode: 0644]
build/meson/contrib/gen_html/meson.build [new file with mode: 0644]
build/meson/contrib/meson.build [new file with mode: 0644]
build/meson/contrib/pzstd/meson.build [new file with mode: 0644]
build/meson/lib/meson.build [new file with mode: 0644]
build/meson/meson.build [new file with mode: 0644]
build/meson/meson_options.txt [new file with mode: 0644]
build/meson/programs/meson.build [new file with mode: 0644]
build/meson/tests/meson.build [new file with mode: 0644]
build/meson/tests/valgrindTest.py [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/adaptive-compression/.gitignore [new file with mode: 0644]
contrib/adaptive-compression/Makefile [new file with mode: 0644]
contrib/adaptive-compression/README.md [new file with mode: 0644]
contrib/adaptive-compression/adapt.c [new file with mode: 0644]
contrib/adaptive-compression/datagencli.c [new file with mode: 0644]
contrib/adaptive-compression/test-correctness.sh [new file with mode: 0755]
contrib/adaptive-compression/test-performance.sh [new file with mode: 0755]
contrib/cleanTabs [new file with mode: 0755]
contrib/docker/Dockerfile [new file with mode: 0644]
contrib/docker/README.md [new file with mode: 0644]
contrib/experimental_dict_builders/benchmarkDictBuilder/Makefile [new file with mode: 0644]
contrib/experimental_dict_builders/benchmarkDictBuilder/README.md [new file with mode: 0644]
contrib/experimental_dict_builders/benchmarkDictBuilder/benchmark.c [new file with mode: 0644]
contrib/experimental_dict_builders/benchmarkDictBuilder/dictBuilder.h [new file with mode: 0644]
contrib/experimental_dict_builders/benchmarkDictBuilder/test.sh [new file with mode: 0644]
contrib/experimental_dict_builders/fastCover/Makefile [new file with mode: 0644]
contrib/experimental_dict_builders/fastCover/README.md [new file with mode: 0644]
contrib/experimental_dict_builders/fastCover/fastCover.c [new file with mode: 0644]
contrib/experimental_dict_builders/fastCover/fastCover.h [new file with mode: 0644]
contrib/experimental_dict_builders/fastCover/main.c [new file with mode: 0644]
contrib/experimental_dict_builders/fastCover/test.sh [new file with mode: 0644]
contrib/experimental_dict_builders/randomDictBuilder/Makefile [new file with mode: 0644]
contrib/experimental_dict_builders/randomDictBuilder/README.md [new file with mode: 0644]
contrib/experimental_dict_builders/randomDictBuilder/io.c [new file with mode: 0644]
contrib/experimental_dict_builders/randomDictBuilder/io.h [new file with mode: 0644]
contrib/experimental_dict_builders/randomDictBuilder/main.c [new file with mode: 0644]
contrib/experimental_dict_builders/randomDictBuilder/random.c [new file with mode: 0644]
contrib/experimental_dict_builders/randomDictBuilder/random.h [new file with mode: 0644]
contrib/experimental_dict_builders/randomDictBuilder/test.sh [new file with mode: 0644]
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/0000-cover-letter.patch [new file with mode: 0644]
contrib/linux-kernel/0001-lib-Add-xxhash-module.patch [new file with mode: 0644]
contrib/linux-kernel/0002-lib-Add-zstd-modules.patch [new file with mode: 0644]
contrib/linux-kernel/0003-btrfs-Add-zstd-support.patch [new file with mode: 0644]
contrib/linux-kernel/0004-squashfs-Add-zstd-support.patch [new file with mode: 0644]
contrib/linux-kernel/0005-crypto-Add-zstd-support.patch [new file with mode: 0644]
contrib/linux-kernel/0006-squashfs-tools-Add-zstd-support.patch [new file with mode: 0644]
contrib/linux-kernel/COPYING [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/fs/btrfs/zstd.c [new file with mode: 0644]
contrib/linux-kernel/fs/squashfs/zstd_wrapper.c [new file with mode: 0644]
contrib/linux-kernel/include/linux/xxhash.h [new file with mode: 0644]
contrib/linux-kernel/include/linux/zstd.h [new file with mode: 0644]
contrib/linux-kernel/kernelize.sh [new file with mode: 0755]
contrib/linux-kernel/lib/Kconfig.diff [new file with mode: 0644]
contrib/linux-kernel/lib/Makefile.diff [new file with mode: 0644]
contrib/linux-kernel/lib/xxhash.c [new file with mode: 0644]
contrib/linux-kernel/lib/zstd/.clang-format [new file with mode: 0644]
contrib/linux-kernel/lib/zstd/Makefile [new file with mode: 0644]
contrib/linux-kernel/lib/zstd/bitstream.h [new file with mode: 0644]
contrib/linux-kernel/lib/zstd/compress.c [new file with mode: 0644]
contrib/linux-kernel/lib/zstd/decompress.c [new file with mode: 0644]
contrib/linux-kernel/lib/zstd/entropy_common.c [new file with mode: 0644]
contrib/linux-kernel/lib/zstd/error_private.h [new file with mode: 0644]
contrib/linux-kernel/lib/zstd/fse.h [new file with mode: 0644]
contrib/linux-kernel/lib/zstd/fse_compress.c [new file with mode: 0644]
contrib/linux-kernel/lib/zstd/fse_decompress.c [new file with mode: 0644]
contrib/linux-kernel/lib/zstd/huf.h [new file with mode: 0644]
contrib/linux-kernel/lib/zstd/huf_compress.c [new file with mode: 0644]
contrib/linux-kernel/lib/zstd/huf_decompress.c [new file with mode: 0644]
contrib/linux-kernel/lib/zstd/mem.h [new file with mode: 0644]
contrib/linux-kernel/lib/zstd/zstd_common.c [new file with mode: 0644]
contrib/linux-kernel/lib/zstd/zstd_internal.h [new file with mode: 0644]
contrib/linux-kernel/lib/zstd/zstd_opt.h [new file with mode: 0644]
contrib/linux-kernel/squashfs-benchmark.sh [new file with mode: 0755]
contrib/linux-kernel/test/.gitignore [new file with mode: 0644]
contrib/linux-kernel/test/DecompressCrash.c [new file with mode: 0644]
contrib/linux-kernel/test/Makefile [new file with mode: 0644]
contrib/linux-kernel/test/RoundTripCrash.c [new file with mode: 0644]
contrib/linux-kernel/test/UserlandTest.cpp [new file with mode: 0644]
contrib/linux-kernel/test/XXHashUserlandTest.cpp [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/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/string.h [new file with mode: 0644]
contrib/linux-kernel/test/include/linux/types.h [new file with mode: 0644]
contrib/linux-kernel/xxhash_test.c [new file with mode: 0644]
contrib/linux-kernel/zstd_compress_test.c [new file with mode: 0644]
contrib/linux-kernel/zstd_decompress_test.c [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/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/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/snap/snapcraft.yaml [new file with mode: 0644]
doc/README.md [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_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_errors.h [new file with mode: 0644]
lib/common/zstd_internal.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_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_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/windres/generate_res.bat [new file with mode: 0644]
programs/windres/verrsrc.h [new file with mode: 0644]
programs/windres/zstd.rc [new file with mode: 0644]
programs/windres/zstd32.res [new file with mode: 0644]
programs/windres/zstd64.res [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/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/Makefile [new file with mode: 0644]
tests/README.md [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/files/huffman-compressed-larger [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/default.options [new file with mode: 0644]
tests/fuzz/dictionary_decompress.c [new file with mode: 0644]
tests/fuzz/dictionary_round_trip.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_helpers.h [new file with mode: 0644]
tests/fuzz/regression_driver.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_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/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/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/symbols.c [new file with mode: 0644]
tests/test-zstd-speed.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]