12 files changed
+12
-12
lines changedSubmodule isa-l updated from cc9ed53 to 908726e
Submodule libdeflate updated 60 files
- .github/workflows/ci.yml+123
- .gitignore+1-3
- .travis.yml-89
- Makefile+54-33
- Makefile.msc+1-1
- NEWS-174
- NEWS.md+230
- README.md+20-2
- common/compiler_gcc.h+36-1
- lib/arm/adler32_impl.h+5
- lib/arm/crc32_impl.h+5
- lib/arm/matchfinder_impl.h+27-34
- lib/bt_matchfinder.h+15-7
- lib/cpu_features_common.h+5
- lib/deflate_compress.c+18-9
- lib/hc_matchfinder.h+16-7
- lib/matchfinder_common.h+21-13
- lib/utils.c+8-4
- lib/x86/adler32_impl.h+49-44
- lib/x86/crc32_impl.h+5
- lib/x86/crc32_pclmul_template.h+1-1
- lib/x86/decompress_impl.h+5
- lib/x86/matchfinder_impl.h+41-83
- libdeflate.h+3-3
- programs/benchmark.c+36-37
- programs/checksum.c+1-1
- programs/gzip.c+28-11
- programs/prog_util.c+6-6
- programs/prog_util.h+4-1
- programs/test_checksums.c-2
- programs/test_litrunlen_overflow.c+72
- programs/test_trailing_bytes.c-2
- programs/test_util.c+2-4
- scripts/afl-fuzz/Makefile
- scripts/afl-fuzz/deflate_compress/fuzz.c
- scripts/afl-fuzz/deflate_compress/inputs/0
- scripts/afl-fuzz/deflate_decompress/fuzz.c
- scripts/afl-fuzz/deflate_decompress/inputs/0
- scripts/afl-fuzz/gzip_decompress/fuzz.c
- scripts/afl-fuzz/gzip_decompress/inputs/0
- scripts/afl-fuzz/prepare_for_fuzz.sh
- scripts/afl-fuzz/zlib_decompress/fuzz.c
- scripts/afl-fuzz/zlib_decompress/inputs/0
- scripts/android_build.sh+1-1
- scripts/android_tests.sh+69
- scripts/checksum_benchmarks.sh+11-10
- scripts/detect.sh+11-10
- scripts/exec_tests.sh+8-6
- scripts/gen_crc32_multipliers.c
- scripts/gen_crc32_table.c
- scripts/gzip_tests.sh+97-45
- scripts/make-windows-releases.sh+19
- scripts/msc_test.bat
- scripts/pgo_build.sh
- scripts/produce_gzip_benchmark_table.sh+9-9
- scripts/run_tests.sh+329
- tools/make-windows-releases-21
- tools/mips_build.sh-9
- tools/run_tests.sh-438
- tools/windows_build.sh-10
- .circleci/config.yml+1-1
- .cirrus.yml+1-1
- .github/workflows/README.md+73
- .github/workflows/ci.yml+688
- .gitignore+2-1
- .travis.yml+205-198
- LICENSE+2-1
- Makefile+63-37
- Makefile.inc+31-9
- NEWS+18-2
- README.md+1-13
- appveyor.yml+16-10
- build/VS2010/liblz4-dll/liblz4-dll.rc+1-1
- build/VS2010/lz4/lz4.rc+1-1
- build/VS2017/liblz4-dll/liblz4-dll.rc+1-1
- build/VS2017/lz4/lz4.rc+1-1
- build/VS2017/lz4/lz4.vcxproj+12-1
- build/cmake/CMakeLists.txt+19-8
- contrib/debian/copyright+2-2
- contrib/gen_manual/Makefile+4-4
- contrib/snap/snapcraft.yaml+1-1
- doc/lz4_Frame_format.md+7-7
- doc/lz4_manual.html+39-24
- doc/lz4frame_manual.html+6-3
- examples/Makefile+2-2
- examples/blockStreaming_lineByLine.c+1-1
- examples/blockStreaming_lineByLine.md+2-2
- examples/dictionaryRandomAccess.c+1-1
- examples/frameCompress.c+2-2
- lib/LICENSE+1-1
- lib/Makefile+59-51
- lib/README.md+12-4
- lib/dll/example/Makefile+1-1
- lib/liblz4-dll.rc.in+1-1
- lib/liblz4.pc.in+3-3
- lib/lz4.c+125-79
- lib/lz4.h+39-48
- lib/lz4frame.c+80-58
- lib/lz4frame.h+11-8
- lib/lz4frame_static.h+1-1
- lib/lz4hc.c+60-58
- lib/lz4hc.h+16-41
- ossfuzz/Makefile+7-7
- programs/Makefile+40-30
- programs/bench.c+1-1
- programs/bench.h+1-1
- programs/datagen.c+1-1
- programs/datagen.h+1-1
- programs/lz4-exe.rc.in+1-2
- programs/lz4cli.c+13-10
- programs/lz4io.c+258-236
- programs/lz4io.h+6-6
- programs/platform.h+5-5
- programs/util.h+13-11
- tests/Makefile+8-5
- tests/README.md+1-1
- tests/checkFrame.c+2-11
- tests/checkTag.c+1-1
- tests/datagencli.c+1-1
- tests/frametest.c+7-5
- tests/fullbench.c+53-4
- tests/fuzzer.c+107-32
- tests/roundTripTest.c+3-3
- tests/test-lz4-list.py+1-1
- tests/test-lz4-speed.py+3-3
- tests/test_custom_block_sizes.sh+2-2
- tests/test_install.sh+2-2
- tests/unicode_lint.sh+48
- BlockFormat_LZSA2.md+1-1
- Makefile+1-4
- README.md+11-2
- asm/6502/decompress_fast_v2.asm+3-7
- asm/6502/decompress_faster_v1.asm+89-161
- asm/6502/decompress_faster_v2.asm+78-285
- asm/6502/decompress_small_v2.asm+3-7
- asm/6809/unlzsa1-6309.s+90
- asm/6809/unlzsa1.s+4-6
- asm/6809/unlzsa1b-6309.s+92
- asm/6809/unlzsa1b.s+4-5
- asm/6809/unlzsa2-6309.s+129
- asm/6809/unlzsa2.s+9-12
- asm/6809/unlzsa2b-6309.s+133
- asm/6809/unlzsa2b.s+10-12
- asm/z80/unlzsa1_fast.asm+30-21
- src/lzsa.c+1-1
- src/shrink_block_v2.c+118-41
- src/shrink_context.c+29-11
- src/shrink_context.h+3-1
- .github/workflows/c-cpp.yml+17
- .github/workflows/ci-fuzz.yml+23
- .github/workflows/release.yml+60
- CMakeLists.txt+108-49
- ChangeLog.md+21-1
- meson.build+7-1
- miniz.h+5-5
- miniz_tdef.c+2-3
- miniz_tinfl.c+1-1
- miniz_zip.c+93-29
- miniz_zip.h+7-3
- readme.md+1-4
- test.sh+5
- tests/compress_fuzzer.c+88
- tests/flush_fuzzer.c+1-1
- tests/large_fuzzer.c+130
- tests/ossfuzz.sh+7
- tests/small_fuzzer.c+124
- tests/uncompress2_fuzzer.c+20
- tests/uncompress_fuzzer.c+15-5
- tests/zip.dict+9
- tests/zip_fuzzer.c+57
Submodule pysap updated from 33aa0ef to 7578dc5
- .appveyor.yml+1
- .gitmodules+6
- .travis.yml+25-14
- CMakeLists.txt+82-29
- CONTRIBUTING.md+20
- NEWS+6
- README.md+23-31
- cmake/config.h.in+17-20
- snappy-internal.h+65-4
- snappy-sinksource.h+11-11
- snappy-stubs-internal.h+21-20
- snappy-test.cc+87-197
- snappy-test.h+100-284
- snappy.cc+617-173
- snappy_benchmark.cc+330
- snappy_test_data.cc+57
- snappy_test_data.h+68
- snappy_test_tool.cc+471
- snappy_unittest.cc+69-615
- third_party/benchmark+1
- third_party/googletest+1
- .github/workflows/analyze.yml+16-11
- .github/workflows/cmake.yml+119-95
- .github/workflows/configure.yml+48-38
- .github/workflows/nmake.yml-6
- .github/workflows/pkgcheck.yml+38-10
- .github/workflows/release.yml+30-12
- CMakeLists.txt+209-161
- FAQ.zlib+13-13
- INDEX.md+2-3
- Makefile.in+5-12
- PORTING.md+70
- README.md+32-19
- arch/arm/Makefile.in+13-11
- arch/arm/armfeature.c+22-3
- arch/arm/chunkset_neon.c+6-2
- arch/power/Makefile.in+7-6
- arch/s390/README.md+1-1
- arch/x86/Makefile.in+21-20
- arch/x86/crc_folding.c+4-4
- chunkset_tpl.h+2-1
- cmake/detect-arch.c+7
- cmake/detect-arch.cmake+4-1
- cmake/detect-coverage.cmake+38
- cmake/detect-install-dirs.cmake+55
- cmake/detect-sanitizer.cmake+42-13
- cmake/run-and-compare.cmake+14
- cmake/run-and-redirect.cmake+16
- cmake/test-compress.cmake+117-41
- cmake/test-tools.cmake+35
- configure+168-37
- crc32.c-94
- crc32_comb.c+108
- crc32_comb_tbl.h+300
- crc32_tbl.h-291
- deflate.c+16-5
- deflate.h+9-4
- deflate_fast.c+5-1
- deflate_medium.c+11-7
- deflate_p.h+4-4
- deflate_quick.c+6-5
- deflate_slow.c+3-1
- doc/algorithm.txt+1-1
- doc/rfc1952.txt+1-1
- functable.c+2-1
- gzread.c+2-2
- inffast.c+12-19
- inflate.c+27-52
- inflate.h+3-4
- inflate_p.h+7
- insert_string_tpl.h+2-2
- match_tpl.h+3-1
- test/CVE-2003-0107.c+1-1
- test/README.md+2-2
- test/abicheck.sh+5-5
- test/deflate_quick_bi_valid.c+85
- test/deflate_quick_block_open.c+110
- test/fuzz/minigzip_fuzzer.c+10-5
- test/hash_head_0.c+110
- test/minigzip.c+4-5
- tools/makecrct.c+40-19
- trees.c+6-2
- win32/DLL_FAQ.txt+2-2
- win32/Makefile.a64+2
- win32/Makefile.arm+2
- win32/Makefile.msc+2
- win32/README-WIN32.txt+4-4
- win32/zlib-ng1.rc+1-1
- win32/zlib1.rc+1-1
- zconf.h.in+24
- zlib-ng.h+96-84
- zlib-ng.map+2-2
- zlib.3-149
- zlib.h+100-85
- zlib.pc.cmakein+2-2
- zutil.c+1-1
- zutil_p.h+7-1
0 commit comments