1 file changed
+1
-1
lines changed- .cirrus.yml-1
- .github/workflows/android-ndk-build.yml+37
- .github/workflows/dev-long-tests.yml+4-4
- .github/workflows/dev-short-tests.yml+50-1
- .github/workflows/scorecards.yml+2-2
- .github/workflows/windows-artifacts.yml+1-1
- CHANGELOG+2-2
- Makefile+4-4
- README.md+24-14
- build/VS_scripts/build.generic.cmd+16-22
- build/cmake/CMakeModules/AddZstdCompilationFlags.cmake+1-1
- build/cmake/lib/CMakeLists.txt+1-1
- build/meson/meson.build+7-2
- build/meson/meson_options.txt+1-1
- contrib/gen_html/Makefile+1-1
- contrib/linux-kernel/linux_zstd.h+36
- contrib/linux-kernel/zstd_compress_module.c+56
- doc/decompressor_permissive.md+20
- doc/educational_decoder/Makefile+1-1
- doc/zstd_compression_format.md+4-2
- doc/zstd_manual.html+1-1
- lib/Makefile+22-4
- lib/README.md+4
- lib/common/bits.h+8
- lib/common/compiler.h+7-5
- lib/common/cpu.h+1-1
- lib/common/fse_decompress.c+2
- lib/common/mem.h+6
- lib/common/portability_macros.h+1-1
- lib/common/zstd_deps.h+12
- lib/common/zstd_trace.h+3-2
- lib/compress/zstd_compress.c+4-3
- lib/compress/zstd_compress_internal.h+18-9
- lib/compress/zstd_cwksp.h+3-2
- lib/compress/zstd_double_fast.c+4-4
- lib/compress/zstd_fast.c+3-4
- lib/compress/zstd_lazy.c+11-11
- lib/compress/zstd_opt.c+2-2
- lib/decompress/zstd_decompress.c+1-1
- lib/decompress/zstd_decompress_block.c+1-1
- lib/dictBuilder/cover.c+60-19
- lib/legacy/zstd_v06.c+4
- lib/libzstd.mk+2-4
- lib/libzstd.pc.in+2-2
- lib/zstd.h+52-35
- programs/Makefile+3-3
- programs/benchzstd.c+36-27
- programs/dibio.c+1-1
- programs/fileio.c+10-17
- programs/fileio_asyncio.c+1-1
- programs/zstd.1.md+4-2
- tests/Makefile+9-9
- tests/bigdict.c+8-3
- tests/cli-tests/common/platform.sh-1
- tests/decodecorpus.c+70-8
- tests/fuzz/Makefile+1-1
- tests/golden-decompression-errors/truncated_huff_state.zst
- tests/gzip/Makefile+1-1
- tests/largeDictionary.c+128
- tests/paramgrill.c-1
- tests/playTests.sh-1
- tests/regression/result.c+2
- tests/zstreamtest.c+62-3
- zlibWrapper/examples/minigzip.c+2-2
- zlibWrapper/gzwrite.c+2-1
0 commit comments