[med-svn] [libzstd] branch upstream updated (531170a -> 6ca9b05)
Andreas Tille
tille at debian.org
Mon Nov 20 22:12:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a change to branch upstream
in repository libzstd.
from 531170a New upstream version 1.3.1+dfsg
new 6ca9b05 New upstream version 1.3.2+dfsg
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 14 +-
Makefile | 68 +-
NEWS | 23 +
appveyor.yml | 12 +-
build/VS2008/fullbench/fullbench.vcproj | 44 +-
build/VS2008/fuzzer/fuzzer.vcproj | 44 +-
build/VS2008/zstd/zstd.vcproj | 48 +-
build/VS2008/zstdlib/zstdlib.vcproj | 44 +-
build/VS2010/fullbench/fullbench.vcxproj | 10 +
build/VS2010/fuzzer/fuzzer.vcxproj | 10 +
build/VS2010/libzstd-dll/libzstd-dll.vcxproj | 10 +
build/VS2010/libzstd/libzstd.vcxproj | 10 +
build/VS2010/zstd/zstd.vcxproj | 10 +
build/cmake/CMakeLists.txt | 6 +-
build/cmake/contrib/CMakeLists.txt | 14 +-
build/cmake/contrib/gen_html/CMakeLists.txt | 13 +-
build/cmake/contrib/pzstd/CMakeLists.txt | 13 +-
build/cmake/lib/CMakeLists.txt | 32 +-
build/cmake/programs/CMakeLists.txt | 13 +-
circle.yml | 9 +-
contrib/adaptive-compression/adapt.c | 8 +-
contrib/adaptive-compression/datagencli.c | 8 +-
contrib/gen_html/Makefile | 10 +-
contrib/gen_html/gen_html.cpp | 6 +-
.../linux-kernel/0002-lib-Add-zstd-modules.patch | 70 +-
contrib/linux-kernel/include/linux/zstd.h | 2 -
contrib/linux-kernel/lib/zstd/compress.c | 2 -
contrib/linux-kernel/lib/zstd/decompress.c | 2 -
contrib/linux-kernel/lib/zstd/error_private.h | 2 -
contrib/linux-kernel/lib/zstd/mem.h | 2 -
contrib/linux-kernel/lib/zstd/zstd_common.c | 2 -
contrib/linux-kernel/lib/zstd/zstd_internal.h | 2 -
contrib/linux-kernel/lib/zstd/zstd_opt.h | 2 -
contrib/linux-kernel/test/DecompressCrash.c | 6 +-
contrib/linux-kernel/test/RoundTripCrash.c | 6 +-
contrib/linux-kernel/xxhash_test.c | 14 +-
contrib/linux-kernel/zstd_compress_test.c | 12 +-
contrib/linux-kernel/zstd_decompress_test.c | 12 +-
contrib/long_distance_matching/Makefile | 13 +-
contrib/pzstd/ErrorHolder.h | 8 +-
contrib/pzstd/Logging.h | 8 +-
contrib/pzstd/Makefile | 10 +-
contrib/pzstd/Options.cpp | 8 +-
contrib/pzstd/Options.h | 8 +-
contrib/pzstd/Pzstd.cpp | 8 +-
contrib/pzstd/Pzstd.h | 8 +-
contrib/pzstd/SkippableFrame.cpp | 8 +-
contrib/pzstd/SkippableFrame.h | 8 +-
contrib/pzstd/main.cpp | 8 +-
contrib/pzstd/test/OptionsTest.cpp | 8 +-
contrib/pzstd/test/PzstdTest.cpp | 8 +-
contrib/pzstd/test/RoundTrip.h | 8 +-
contrib/pzstd/test/RoundTripTest.cpp | 8 +-
contrib/pzstd/utils/Buffer.h | 8 +-
contrib/pzstd/utils/FileSystem.h | 8 +-
contrib/pzstd/utils/Likely.h | 8 +-
contrib/pzstd/utils/Range.h | 8 +-
contrib/pzstd/utils/ResourcePool.h | 8 +-
contrib/pzstd/utils/ScopeGuard.h | 8 +-
contrib/pzstd/utils/ThreadPool.h | 8 +-
contrib/pzstd/utils/WorkQueue.h | 8 +-
contrib/pzstd/utils/test/BufferTest.cpp | 8 +-
contrib/pzstd/utils/test/RangeTest.cpp | 8 +-
contrib/pzstd/utils/test/ResourcePoolTest.cpp | 8 +-
contrib/pzstd/utils/test/ScopeGuardTest.cpp | 8 +-
contrib/pzstd/utils/test/ThreadPoolTest.cpp | 8 +-
contrib/pzstd/utils/test/WorkQueueTest.cpp | 8 +-
contrib/seekable_format/examples/Makefile | 6 +-
.../examples/parallel_compression.c | 9 +-
.../seekable_format/examples/parallel_processing.c | 9 +-
.../examples/seekable_compression.c | 9 +-
.../examples/seekable_decompression.c | 9 +-
contrib/seekable_format/zstdseek_compress.c | 8 +-
contrib/seekable_format/zstdseek_decompress.c | 7 +-
doc/educational_decoder/harness.c | 6 +-
doc/educational_decoder/zstd_decompress.c | 8 +-
doc/educational_decoder/zstd_decompress.h | 8 +-
doc/images/ldmCspeed.png | Bin 0 -> 72251 bytes
doc/images/ldmDspeed.png | Bin 0 -> 27594 bytes
doc/zstd_manual.html | 409 ++-
lib/.gitignore | 1 +
lib/Makefile | 66 +-
lib/README.md | 113 +-
lib/common/bitstream.h | 58 +-
lib/common/compiler.h | 1 +
lib/common/error_private.c | 6 +-
lib/common/error_private.h | 8 +-
lib/common/fse.h | 2 +-
lib/common/huf.h | 2 +-
lib/common/mem.h | 1 +
lib/common/pool.c | 107 +-
lib/common/pool.h | 4 +
lib/common/threading.c | 26 +-
lib/common/threading.h | 84 +-
lib/common/zstd_common.c | 4 +-
lib/common/zstd_errors.h | 4 +-
lib/common/zstd_internal.h | 116 +-
lib/compress/fse_compress.c | 4 +-
lib/compress/huf_compress.c | 7 +-
lib/compress/zstd_compress.c | 3024 ++++++--------------
lib/compress/zstd_compress.h | 307 ++
lib/compress/zstd_double_fast.c | 308 ++
lib/compress/zstd_double_fast.h | 28 +
lib/compress/zstd_fast.c | 242 ++
lib/compress/zstd_fast.h | 30 +
lib/compress/zstd_lazy.c | 749 +++++
lib/compress/zstd_lazy.h | 38 +
lib/compress/zstd_ldm.c | 707 +++++
lib/compress/zstd_ldm.h | 67 +
lib/compress/{zstd_opt.h => zstd_opt.c} | 65 +-
lib/compress/zstd_opt.h | 936 +-----
lib/compress/zstdmt_compress.c | 343 ++-
lib/compress/zstdmt_compress.h | 23 +-
lib/decompress/zstd_decompress.c | 569 ++--
lib/deprecated/zbuff.h | 1 +
lib/deprecated/zbuff_common.c | 1 +
lib/deprecated/zbuff_compress.c | 1 +
lib/deprecated/zbuff_decompress.c | 1 +
lib/dictBuilder/cover.c | 55 +-
lib/dictBuilder/zdict.c | 13 +-
lib/dictBuilder/zdict.h | 1 +
lib/dll/example/Makefile | 10 +-
lib/legacy/zstd_legacy.h | 1 +
lib/legacy/zstd_v01.c | 1 +
lib/legacy/zstd_v01.h | 1 +
lib/legacy/zstd_v02.c | 1 +
lib/legacy/zstd_v02.h | 1 +
lib/legacy/zstd_v03.c | 1 +
lib/legacy/zstd_v03.h | 1 +
lib/legacy/zstd_v04.c | 1 +
lib/legacy/zstd_v04.h | 1 +
lib/legacy/zstd_v05.c | 1 +
lib/legacy/zstd_v05.h | 1 +
lib/legacy/zstd_v06.c | 1 +
lib/legacy/zstd_v06.h | 1 +
lib/legacy/zstd_v07.c | 1 +
lib/legacy/zstd_v07.h | 1 +
lib/zstd.h | 484 +++-
programs/Makefile | 64 +-
programs/README.md | 68 +
programs/bench.c | 66 +-
programs/bench.h | 6 +
programs/datagen.c | 1 +
programs/datagen.h | 1 +
programs/dibio.c | 193 +-
programs/dibio.h | 3 +-
programs/fileio.c | 332 ++-
programs/fileio.h | 6 +
programs/platform.h | 3 +-
programs/util.h | 155 +-
programs/zstd.1 | 78 +-
programs/zstd.1.md | 63 +-
programs/zstdcli.c | 68 +-
tests/.gitignore | 2 +
tests/Makefile | 109 +-
tests/datagencli.c | 3 +-
tests/decodecorpus.c | 400 ++-
tests/fullbench.c | 14 +-
tests/fuzz/.gitignore | 5 +
tests/fuzz/Makefile | 139 +-
tests/fuzz/README.md | 94 +-
.../{simple_decompress.c => block_decompress.c} | 17 +-
.../{simple_round_trip.c => block_round_trip.c} | 43 +-
tests/fuzz/default.options | 2 +
tests/fuzz/fuzz.h | 26 +-
tests/fuzz/fuzz.py | 818 ++++++
tests/fuzz/fuzz_helpers.h | 54 +-
tests/fuzz/regression_driver.c | 16 +-
tests/fuzz/simple_decompress.c | 17 +-
tests/fuzz/simple_round_trip.c | 48 +-
tests/fuzz/stream_decompress.c | 16 +-
tests/fuzz/stream_round_trip.c | 135 +-
tests/fuzz/zstd_helpers.c | 84 +
tests/fuzz/zstd_helpers.h | 35 +
tests/fuzzer.c | 94 +-
tests/gzip/Makefile | 10 +-
tests/invalidDictionaries.c | 1 +
tests/legacy.c | 1 +
tests/longmatch.c | 3 +-
tests/namespaceTest.c | 1 +
tests/paramgrill.c | 7 +-
tests/playTests.sh | 110 +-
tests/poolTests.c | 1 +
tests/roundTripCrash.c | 83 +-
tests/symbols.c | 1 +
tests/test-zstd-speed.py | 10 +-
tests/test-zstd-versions.py | 10 +-
tests/zbufftest.c | 3 +-
tests/zstreamtest.c | 329 ++-
zlibWrapper/Makefile | 2 +-
zlibWrapper/examples/zwrapbench.c | 41 +-
zlibWrapper/gzcompatibility.h | 3 +-
zlibWrapper/zstd_zlibwrapper.c | 3 +-
zlibWrapper/zstd_zlibwrapper.h | 3 +-
194 files changed, 8773 insertions(+), 5101 deletions(-)
create mode 100644 doc/images/ldmCspeed.png
create mode 100644 doc/images/ldmDspeed.png
create mode 100644 lib/compress/zstd_compress.h
create mode 100644 lib/compress/zstd_double_fast.c
create mode 100644 lib/compress/zstd_double_fast.h
create mode 100644 lib/compress/zstd_fast.c
create mode 100644 lib/compress/zstd_fast.h
create mode 100644 lib/compress/zstd_lazy.c
create mode 100644 lib/compress/zstd_lazy.h
create mode 100644 lib/compress/zstd_ldm.c
create mode 100644 lib/compress/zstd_ldm.h
copy lib/compress/{zstd_opt.h => zstd_opt.c} (95%)
create mode 100644 tests/fuzz/.gitignore
copy tests/fuzz/{simple_decompress.c => block_decompress.c} (65%)
copy tests/fuzz/{simple_round_trip.c => block_round_trip.c} (59%)
create mode 100644 tests/fuzz/default.options
create mode 100755 tests/fuzz/fuzz.py
create mode 100644 tests/fuzz/zstd_helpers.c
create mode 100644 tests/fuzz/zstd_helpers.h
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libzstd.git
More information about the debian-med-commit
mailing list