]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2021-10-22  Nick Terrell[lazy] Speed up compilation times 2828/head
2021-10-21  Nick TerrellMerge pull request #2825 from terrelln/huf-asm-comments
2021-10-20  Nick Terrell[asm] Switch to C style comments 2825/head
2021-10-18  Yann ColletMerge pull request #2800 from animalize/fix_c89
2021-10-13  Felix HandteMerge pull request #2774 from felixhandte/zstd-dfast...
2021-10-12  W. Felix HandteConvert Outer Control Structure to Loop 2774/head
2021-10-12  senMerge pull request #2813 from marxin/streaming-compress...
2021-10-12  Martin LiskaEnhance streaming_compression examples. 2813/head
2021-10-11  Nick TerrellMerge pull request #2820 from terrelln/nb-compares
2021-10-08  Nick TerrellMerge pull request #2819 from terrelln/ldm-hash-rate-log
2021-10-08  Nick TerrellMerge pull request #2818 from terrelln/indentation-fix
2021-10-08  Nick TerrellMerge pull request #2817 from terrelln/multiple-ddict-fix
2021-10-08  Nick Terrell[binary-tree] Fix underflow of nbCompares 2820/head
2021-10-08  Nick Terrell[multiple-ddicts] Fix NULL checks 2817/head
2021-10-08  Nick Terrell[ldm] Fix ZSTD_c_ldmHashRateLog bounds check 2819/head
2021-10-08  Nick Terrell[nit] Fix buggy indentation 2818/head
2021-10-05  W. Felix HandteStyle: Add Comments to Variables and Move a Couple...
2021-10-05  W. Felix HandteFix Flaky Test
2021-10-05  W. Felix HandteUpdate results.csv
2021-10-05  W. Felix HandteSimplify DMS Implementation by Removing noDict Support
2021-10-05  W. Felix HandteFall Back in _extDict to New _noDict Rather than Old...
2021-10-05  W. Felix HandteNit: Rename Function
2021-10-05  W. Felix HandteNit: Unnest Blocks that Don't Declare Anything
2021-10-05  W. Felix HandteSearch One Last Position
2021-10-05  W. Felix HandteAdvance Long Index Lookup (+0.5% Speed)
2021-10-05  W. Felix HandteWrite Back Advanced Hash in Long Matches as Well (...
2021-10-05  W. Felix HandteUse Look-Ahead Hash for Next Long Check after Short...
2021-10-05  W. Felix HandteHash Long One Position Ahead (+2.5% Speed)
2021-10-05  W. Felix HandtePull Match Found Stuff Out of the Loop
2021-10-05  W. Felix HandteExtract Working Variables
2021-10-05  W. Felix HandteTrack Step Rather than Recalculating (+0.5% Speed)
2021-10-05  W. Felix HandteExtract Single-Segment Variant of ZSTD_dfast
2021-10-05  stanjo74Limit train samples (#2809)
2021-10-01  Yann ColletMerge pull request #2747 from Helflym/dev
2021-09-29  Nick TerrellMerge pull request #2803 from terrelln/linux-kernel-ci
2021-09-29  Nick TerrellMerge pull request #2802 from solbjorn/fix-kernel-wundef
2021-09-29  Nick TerrellMerge pull request #2810 from 3nids/patch-1
2021-09-29  senMerge pull request #2755 from senhuang42/skip_long_matc...
2021-09-29  Denis Rouzaudadd missing BUNDLE DESTINATION 2810/head
2021-09-28  Ma LinFix ZSTD_countTrailingZeros() bug 2800/head
2021-09-28  Sen HuangUpdate regression test 2755/head
2021-09-28  Sen HuangPull hot loop into its own function
2021-09-28  Sen HuangTry beginning and end of match
2021-09-28  Sen HuangSkip most long matches in lazy hash table update
2021-09-27  Nick TerrellMerge pull request #2808 from terrelln/huf-oss-fuzz-fix
2021-09-27  Felix HandteMerge pull request #2805 from nolange/smaller_code_with...
2021-09-27  Nick Terrell[huf] Fix OSS-Fuzz assert 2808/head
2021-09-27  Ma LinUse __assume(0) for unreachable code path in msvc
2021-09-26  Yann Colletminor : fix comment
2021-09-26  Yann Colletadded link to RFC
2021-09-26  Yann Colletminor : makes the "stable" property of Zstandard format...
2021-09-26  Norbert Langezstd_decompress: use a helper function for context... 2805/head
2021-09-26  Norbert Langedecompress: conditionally remove bmi2 from context
2021-09-26  Norbert Langedecompress: conditionally remove legacy members from...
2021-09-25  Alexander Lobakin[contrib][linux] Fix -Wundef inside Linux kernel tree 2802/head
2021-09-25  Ma LinDon't initialize the first parameter of _BitScanForward...
2021-09-25  Ma LinDon't initialize the first parameter of _BitScanReverse...
2021-09-25  Ma LinFix a C89 error in msvc
2021-09-24  Nick Terrell[contrib][linux-kernel] Add standard warnings and ... 2803/head
2021-09-24  Nick TerrellMerge pull request #2790 from solbjorn/huf-asm-kernel
2021-09-23  Nick TerrellMerge pull request #2796 from terrelln/linux-fixes
2021-09-23  Nick TerrellMerge pull request #2799 from terrelln/oss-fuzz-build
2021-09-23  Nick TerrellMerge pull request #2798 from abxhr/typo-fix
2021-09-23  Nick Terrell[build] Fix oss-fuzz build with the dataflow sanitizer 2799/head
2021-09-23  Yann ColletMerge pull request #2797 from facebook/btconst
2021-09-23  Abshar Mohammed... Fix typo 2798/head
2021-09-23  Nick Terrell[lib] Make lib compatible with `-Wfall-through` excepti... 2796/head
2021-09-23  Yann Colletconstify MatchState* parameter when possible 2797/head
2021-09-23  Alexander Lobakin[contrib][linux] Add contrib/linux-kernel/linux to... 2790/head
2021-09-23  Alexander Lobakin[contrib][linux] Add huf_decompress_amd64.o target...
2021-09-23  Alexander Lobakin[contrib][linux] Fix build with CONFIG_WERROR
2021-09-23  senMerge pull request #2780 from senhuang42/blocksplit_sta...
2021-09-23  senhuang42Move block splitter from stack to CCtx 2780/head
2021-09-23  Nick TerrellMerge pull request #2795 from terrelln/linux-fixes
2021-09-23  Nick Terrell[contrib][linux] Reduce stack usage by 80 bytes 2795/head
2021-09-23  Nick TerrellMerge pull request #2794 from terrelln/spdx-license
2021-09-23  Yann ColletMerge pull request #2793 from facebook/rdoc
2021-09-22  Nick Terrell[contrib][linux] Fix up SPDX license identifiers 2794/head
2021-09-22  Yann Colletregenerated zstdless.1 2793/head
2021-09-22  Yann Colletupdated zstdgrep man page
2021-09-22  Yann Colletupdate zstdgrep doc
2021-09-22  Yann Colletupdated man pages
2021-09-22  Yann Colletemphasize usage of -r in documentation
2021-09-22  senMerge pull request #2779 from senhuang42/fse_fix
2021-09-22  senMerge pull request #2788 from senhuang42/param_switch
2021-09-22  Nick TerrellMerge pull request #2791 from terrelln/huf-asm-fixes
2021-09-22  senhuang42Add test case for FSE over-write 2779/head
2021-09-21  Nick Terrell[huf] Fix compilation when DYNAMIC_BMI2=0 && BMI2 is... 2791/head
2021-09-21  senhuang42Use new paramSwitch enum for LDM 2788/head
2021-09-21  senhuang42Use new paramSwitch enum for LCM, row matchfinder,...
2021-09-21  Nick TerrellMerge pull request #2722 from terrelln/huf-asm
2021-09-20  Nick TerrellHuffman ASM 2722/head
2021-09-20  Nick TerrellMerge pull request #2784 from terrelln/huf-asm-fuzzer
2021-09-20  Yann ColletMerge pull request #2787 from animalize/msvc2019
2021-09-19  Ma Linadd msvc2019 to build.generic.cmd 2787/head
2021-09-17  Nick Terrell[fuzzer] Add huf_decompress fuzzer 2784/head
2021-09-17  Nick TerrellMerge pull request #2783 from terrelln/huf-asm-makefiles
2021-09-17  Nick Terrell[build] Add support for ASM files in Make + CMake 2783/head
2021-09-15  senMerge pull request #2778 from senhuang42/opt_inlining_r...
2021-09-15  Sen HuangFix NCountWriteBound
next