Imported Upstream version 1.4.5 upstream/1.4.5
authorDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 20 Nov 2020 06:19:27 +0000 (15:19 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 20 Nov 2020 06:19:27 +0000 (15:19 +0900)
commit25e168360a020c854016373f0c7767c9c3d44adc
treec71d3fb6a13308225e8b5bb6ed7b8531b41bc894
parentd4819f56ce06c824a0c855bd1e2ea5b1fa143c54
Imported Upstream version 1.4.5
275 files changed:
.circleci/config.yml
.cirrus.yml
.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature_request.md [new file with mode: 0644]
.github/workflows/main.yml [new file with mode: 0644]
.gitignore
.travis.yml
CHANGELOG
CONTRIBUTING.md
Makefile
README.md
TESTING.md
appveyor.yml
build/VS2008/fullbench/fullbench.vcproj
build/VS2008/fuzzer/fuzzer.vcproj
build/VS2008/zstd/zstd.vcproj
build/VS2008/zstdlib/zstdlib.vcproj
build/VS2010/fullbench/fullbench.vcxproj
build/VS2010/fuzzer/fuzzer.vcxproj
build/VS2010/libzstd-dll/libzstd-dll.vcxproj
build/VS2010/libzstd/libzstd.vcxproj
build/VS2010/zstd/zstd.vcxproj
build/cmake/CMakeLists.txt
build/cmake/CMakeModules/AddZstdCompilationFlags.cmake
build/cmake/lib/CMakeLists.txt
build/cmake/tests/CMakeLists.txt
build/cmake/zstdConfig.cmake [new file with mode: 0644]
build/meson/lib/meson.build
build/meson/meson.build
build/meson/tests/meson.build
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/experimental_dict_builders/benchmarkDictBuilder/Makefile [deleted file]
contrib/experimental_dict_builders/benchmarkDictBuilder/README.md [deleted file]
contrib/experimental_dict_builders/benchmarkDictBuilder/benchmark.c [deleted file]
contrib/experimental_dict_builders/benchmarkDictBuilder/dictBuilder.h [deleted file]
contrib/experimental_dict_builders/benchmarkDictBuilder/test.sh [deleted file]
contrib/experimental_dict_builders/fastCover/Makefile [deleted file]
contrib/experimental_dict_builders/fastCover/README.md [deleted file]
contrib/experimental_dict_builders/fastCover/fastCover.c [deleted file]
contrib/experimental_dict_builders/fastCover/fastCover.h [deleted file]
contrib/experimental_dict_builders/fastCover/main.c [deleted file]
contrib/experimental_dict_builders/fastCover/test.sh [deleted file]
contrib/experimental_dict_builders/randomDictBuilder/Makefile [deleted file]
contrib/experimental_dict_builders/randomDictBuilder/README.md [deleted file]
contrib/experimental_dict_builders/randomDictBuilder/io.c [deleted file]
contrib/experimental_dict_builders/randomDictBuilder/io.h [deleted file]
contrib/experimental_dict_builders/randomDictBuilder/main.c [deleted file]
contrib/experimental_dict_builders/randomDictBuilder/random.c [deleted file]
contrib/experimental_dict_builders/randomDictBuilder/random.h [deleted file]
contrib/experimental_dict_builders/randomDictBuilder/test.sh [deleted file]
contrib/largeNbDicts/largeNbDicts.c
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/pzstd/Options.cpp
contrib/single_file_decoder/.gitignore [deleted file]
contrib/single_file_decoder/README.md [deleted file]
contrib/single_file_decoder/combine.sh [deleted file]
contrib/single_file_decoder/examples/emscripten.c [deleted file]
contrib/single_file_decoder/examples/simple.c [deleted file]
contrib/single_file_decoder/zstddeclib-in.c [deleted file]
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 [moved from contrib/single_file_decoder/build_test.sh with 95% similarity]
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 [moved from contrib/single_file_decoder/create_single_file_decoder.sh with 67% similarity]
contrib/single_file_libs/create_single_file_library.sh [new file with mode: 0755]
contrib/single_file_libs/examples/README.md [moved from contrib/single_file_decoder/examples/README.md with 77% similarity]
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 [moved from contrib/single_file_decoder/examples/shell.html with 100% similarity]
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 [moved from contrib/single_file_decoder/examples/testcard.png with 100% similarity]
contrib/single_file_libs/zstd-in.c [new file with mode: 0644]
contrib/single_file_libs/zstddeclib-in.c [new file with mode: 0644]
doc/educational_decoder/Makefile
doc/educational_decoder/README.md
doc/educational_decoder/harness.c
doc/educational_decoder/zstd_decompress.c
doc/educational_decoder/zstd_decompress.h
doc/zstd_compression_format.md
doc/zstd_manual.html
examples/Makefile
examples/common.h
examples/dictionary_compression.c
examples/dictionary_decompression.c
examples/multiple_simple_compression.c
examples/multiple_streaming_compression.c
examples/simple_compression.c
examples/simple_decompression.c
examples/streaming_compression.c
examples/streaming_decompression.c
examples/streaming_memory_usage.c
lib/Makefile
lib/README.md
lib/common/bitstream.h
lib/common/compiler.h
lib/common/cpu.h
lib/common/debug.c
lib/common/debug.h
lib/common/entropy_common.c
lib/common/error_private.c
lib/common/error_private.h
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/threading.c
lib/common/threading.h
lib/common/xxhash.c
lib/common/xxhash.h
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_compress_literals.c
lib/compress/zstd_compress_literals.h
lib/compress/zstd_compress_sequences.c
lib/compress/zstd_compress_sequences.h
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
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_ddict.c
lib/decompress/zstd_ddict.h
lib/decompress/zstd_decompress.c
lib/decompress/zstd_decompress_block.c
lib/decompress/zstd_decompress_block.h
lib/decompress/zstd_decompress_internal.h
lib/deprecated/zbuff.h
lib/deprecated/zbuff_common.c
lib/deprecated/zbuff_compress.c
lib/deprecated/zbuff_decompress.c
lib/dictBuilder/cover.c
lib/dictBuilder/cover.h
lib/dictBuilder/fastcover.c
lib/dictBuilder/zdict.c
lib/dictBuilder/zdict.h
lib/dll/example/Makefile
lib/legacy/zstd_legacy.h
lib/legacy/zstd_v01.c
lib/legacy/zstd_v01.h
lib/legacy/zstd_v02.c
lib/legacy/zstd_v02.h
lib/legacy/zstd_v03.c
lib/legacy/zstd_v03.h
lib/legacy/zstd_v04.c
lib/legacy/zstd_v04.h
lib/legacy/zstd_v05.c
lib/legacy/zstd_v05.h
lib/legacy/zstd_v06.c
lib/legacy/zstd_v06.h
lib/legacy/zstd_v07.c
lib/legacy/zstd_v07.h
lib/libzstd.pc.in
lib/zstd.h
programs/.gitignore
programs/Makefile
programs/README.md
programs/benchfn.c
programs/benchfn.h
programs/benchzstd.c
programs/benchzstd.h
programs/datagen.c
programs/datagen.h
programs/dibio.c
programs/dibio.h
programs/fileio.c
programs/fileio.h
programs/platform.h
programs/timefn.c
programs/timefn.h
programs/util.c
programs/util.h
programs/windres/generate_res.bat [deleted file]
programs/windres/verrsrc.h
programs/zstd.1
programs/zstd.1.md
programs/zstdcli.c
programs/zstdgrep
programs/zstdgrep.1
programs/zstdless.1
tests/.gitignore
tests/DEPRECATED-test-zstd-speed.py [moved from tests/test-zstd-speed.py with 98% similarity]
tests/Makefile
tests/README.md
tests/automated_benchmarking.py [new file with mode: 0644]
tests/bigdict.c
tests/checkTag.c
tests/datagencli.c
tests/decodecorpus.c
tests/dict-files/zero-weight-dict [new file with mode: 0644]
tests/fullbench.c
tests/fuzz/.gitignore
tests/fuzz/Makefile
tests/fuzz/block_decompress.c
tests/fuzz/block_round_trip.c
tests/fuzz/dictionary_decompress.c
tests/fuzz/dictionary_loader.c
tests/fuzz/dictionary_round_trip.c
tests/fuzz/dictionary_stream_round_trip.c [new file with mode: 0644]
tests/fuzz/fuzz.h
tests/fuzz/fuzz.py
tests/fuzz/fuzz_data_producer.c
tests/fuzz/fuzz_data_producer.h
tests/fuzz/fuzz_helpers.c [new file with mode: 0644]
tests/fuzz/fuzz_helpers.h
tests/fuzz/raw_dictionary_round_trip.c [new file with mode: 0644]
tests/fuzz/regression_driver.c
tests/fuzz/simple_compress.c
tests/fuzz/simple_decompress.c
tests/fuzz/simple_round_trip.c
tests/fuzz/stream_decompress.c
tests/fuzz/stream_round_trip.c
tests/fuzz/zstd_frame_info.c
tests/fuzz/zstd_helpers.c
tests/fuzz/zstd_helpers.h
tests/fuzzer.c
tests/gzip/Makefile
tests/invalidDictionaries.c
tests/legacy.c
tests/longmatch.c
tests/paramgrill.c
tests/playTests.sh
tests/poolTests.c
tests/rateLimiter.py
tests/regression/Makefile
tests/regression/config.c
tests/regression/config.h
tests/regression/data.c
tests/regression/data.h
tests/regression/levels.h
tests/regression/method.c
tests/regression/method.h
tests/regression/result.c
tests/regression/result.h
tests/regression/results.csv
tests/regression/test.c
tests/roundTripCrash.c
tests/seqgen.c
tests/seqgen.h
tests/symbols.c [deleted file]
tests/test-license.py [new file with mode: 0755]
tests/test-zstd-versions.py
tests/zbufftest.c
tests/zstreamtest.c
zlibWrapper/Makefile
zlibWrapper/examples/zwrapbench.c
zlibWrapper/gzcompatibility.h
zlibWrapper/zstd_zlibwrapper.c
zlibWrapper/zstd_zlibwrapper.h