]> source.dussan.org Git - rspamd.git/commit
[Rework] Update zstd to 1.4.5
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 3 Sep 2020 13:45:28 +0000 (14:45 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 3 Sep 2020 13:46:23 +0000 (14:46 +0100)
commitdc542fee771da80377bcac16136c0972a8faadb4
treedb7a15a9a90d1bcd2fa948641b45aa4900067598
parent74a6f8cc42d902ef10fe70b633a4d11735e578d2
[Rework] Update zstd to 1.4.5
58 files changed:
contrib/zstd/CHANGELOG [new file with mode: 0644]
contrib/zstd/CMakeLists.txt
contrib/zstd/bitstream.h
contrib/zstd/compiler.h
contrib/zstd/cover.c [deleted file]
contrib/zstd/cpu.h [new file with mode: 0644]
contrib/zstd/debug.c [new file with mode: 0644]
contrib/zstd/debug.h [new file with mode: 0644]
contrib/zstd/entropy_common.c
contrib/zstd/error_private.c
contrib/zstd/error_private.h
contrib/zstd/fse.h
contrib/zstd/fse_compress.c
contrib/zstd/fse_decompress.c
contrib/zstd/hist.c [new file with mode: 0644]
contrib/zstd/hist.h [new file with mode: 0644]
contrib/zstd/huf.h
contrib/zstd/huf_compress.c
contrib/zstd/huf_decompress.c
contrib/zstd/mem.h
contrib/zstd/pool.c
contrib/zstd/pool.h
contrib/zstd/threading.c
contrib/zstd/threading.h
contrib/zstd/zdict.c [deleted file]
contrib/zstd/zdict.h [deleted file]
contrib/zstd/zstd_common.c
contrib/zstd/zstd_compress.c
contrib/zstd/zstd_compress_internal.h [new file with mode: 0644]
contrib/zstd/zstd_compress_literals.c [new file with mode: 0644]
contrib/zstd/zstd_compress_literals.h [new file with mode: 0644]
contrib/zstd/zstd_compress_sequences.c [new file with mode: 0644]
contrib/zstd/zstd_compress_sequences.h [new file with mode: 0644]
contrib/zstd/zstd_compress_superblock.c [new file with mode: 0644]
contrib/zstd/zstd_compress_superblock.h [new file with mode: 0644]
contrib/zstd/zstd_cwksp.h [new file with mode: 0644]
contrib/zstd/zstd_ddict.c [new file with mode: 0644]
contrib/zstd/zstd_ddict.h [new file with mode: 0644]
contrib/zstd/zstd_decompress.c
contrib/zstd/zstd_decompress_block.c [new file with mode: 0644]
contrib/zstd/zstd_decompress_block.h [new file with mode: 0644]
contrib/zstd/zstd_decompress_internal.h [new file with mode: 0644]
contrib/zstd/zstd_double_fast.c
contrib/zstd/zstd_double_fast.h
contrib/zstd/zstd_errors.h
contrib/zstd/zstd_fast.c
contrib/zstd/zstd_fast.h
contrib/zstd/zstd_internal.h
contrib/zstd/zstd_lazy.c
contrib/zstd/zstd_lazy.h
contrib/zstd/zstd_ldm.c
contrib/zstd/zstd_ldm.h
contrib/zstd/zstd_opt.c
contrib/zstd/zstd_opt.h
contrib/zstd/zstdmt_compress.c [deleted file]
contrib/zstd/zstdmt_compress.h [deleted file]
src/client/rspamdclient.c
src/libserver/cfg_utils.c