]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2024-11-25  Robert Roseprevent possible segfault when creating seek table 4201/head
2024-11-18  Yann ColletMerge pull request #4196 from facebook/dependabot/githu...
2024-11-18  dependabot... Bump msys2/setup-msys2 from 2.24.1 to 2.25.0 4196/head
2024-11-11  Yann ColletMerge pull request #4191 from lukaso/fix-macos-min...
2024-11-11  Yann ColletMerge pull request #4194 from facebook/dependabot/githu...
2024-11-11  dependabot... Bump github/codeql-action from 3.26.2 to 3.27.1 4194/head
2024-11-10  Yann ColletMerge pull request #4188 from facebook/qnx_include
2024-11-08  Lukas Oberhubercmake: Fix #4038 MacOS target older OS and SDK versions 4191/head
2024-11-05  Yann Colletblind fix for QNX 4188/head
2024-11-05  Yann ColletMerge pull request #4184 from facebook/ZSTD_getErrorCode
2024-10-31  Yann Colletinform manual users that it's automatically generated 4184/head
2024-10-31  Yann Colletfixed single file library test
2024-10-31  Yann Colletelevated ZSTD_getErrorCode() to stable status
2024-10-31  Yann ColletMerge pull request #4180 from facebook/split_param
2024-10-31  Yann Colletchange experimental parameter name 4180/head
2024-10-29  Yann Colletchanged variable name to ZSTD_c_blockSplitterLevel
2024-10-28  Yann Colletremoved trace left over
2024-10-28  Yann Colletfixed minor conversion warning
2024-10-28  Yann Colletadded a test
2024-10-28  Yann Colletexpose new parameter ZSTD_c_blockSplitter_level
2024-10-28  Yann Colletadd internal compression parameter preBlockSplitter_level
2024-10-28  Yann ColletMerge pull request #4178 from facebook/split_fromBorders
2024-10-25  Yann Colletupdate regression results 4178/head
2024-10-25  Yann Colletupdate ZSTD_splitBlock() documentation
2024-10-25  Yann Colletnew block splitting variant _fromBorders
2024-10-25  Yann ColletMerge pull request #4176 from facebook/sample11
2024-10-24  Yann Colletupdate regression results 4176/head
2024-10-24  Yann Colletadd faster block splitting heuristic, suitable for...
2024-10-24  Yann Colletfix minor visual conversion warning
2024-10-24  Yann Colletadded block splitter variant for greedy & lazy (levels...
2024-10-24  Yann Colletcomplete sample11 with reduced fingerprint size
2024-10-24  Yann Colletreduce splitBlock arguments
2024-10-24  Yann Colletorganize specialization at recordFingerprint level
2024-10-24  Yann Colletnew variant, sampling by 11
2024-10-24  Yann ColletMerge pull request #4136 from facebook/preSplit
2024-10-24  Yann Colletupdate regression results 4136/head
2024-10-24  Yann Colletapply limit conditions for all splitting strategies
2024-10-23  Yann Colletupdate regression results
2024-10-23  Yann Colletstricter limits to ensure expansion factor with blind...
2024-10-23  Yann Colletsplit all full 128 KB blocks
2024-10-23  Yann Colletrewrite fingerprint storage to no longer need 64-bit...
2024-10-23  Yann Colletfixed minor strict pedantic C90 issue
2024-10-23  Yann Colletfixed extraneous return
2024-10-23  Yann Colletupdated compression results
2024-10-23  Yann Colletfixes static state allocation check
2024-10-23  Yann Colletrewrote ZSTD_cwksp_initialAllocStart() to be easier...
2024-10-23  Yann Colletrewrite penalty update
2024-10-23  Yann Colletchanged loop exit condition so that there is no need...
2024-10-23  Yann Colletrenamed: FingerPrint => Fingerprint
2024-10-23  Yann Colletconservatively estimate over-splitting in presence...
2024-10-23  Yann Colletensure `lastBlock` is correctly determined
2024-10-23  Yann Colletmade ZSTD_isPower2() an inline function
2024-10-23  Yann Colletadded a faster block splitter variant
2024-10-23  Yann Colletminor split optimization
2024-10-23  Yann Colletupdated regression test results
2024-10-23  Yann Colletfixed workspace alignment on non 64-bit systems
2024-10-23  Yann Colletsplitter workspace is now provided by ZSTD_CCtx*
2024-10-23  Yann Colletfix alignment test
2024-10-23  Yann Colletfixed minor conversion warnings on Visual
2024-10-23  Yann ColletZSTD_splitBlock_4k() uses externally provided workspace
2024-10-23  Yann Colletreplaced uasan32 test by asan32 test
2024-10-23  Yann Colletfixing minor formatting issue in 32-bit mode with logs...
2024-10-23  Yann Colletfixed VS2010 solution
2024-10-23  Yann Colletnew Makefile target mesonbuild
2024-10-23  Yann Colletfixed meson build
2024-10-23  Yann Colletfixed zstreamtest
2024-10-23  Yann Colletfixed c90 comment style
2024-10-23  Yann Colletfix assert
2024-10-23  Yann Colletonly split full blocks
2024-10-23  Yann Colletfixed single-library build
2024-10-23  Yann Colletfixed kernel build
2024-10-23  Yann Colletfixed RLE detection test
2024-10-23  Yann Colletfix overlap write scenario in presence of incompressibl...
2024-10-23  Yann Colletmore ZSTD_memset() to apply
2024-10-23  Yann Colletminor C++-ism
2024-10-23  Yann Colletuse ZSTD_memset()
2024-10-23  Yann Colletdo not use `new` as variable name
2024-10-23  Yann Colletfixed strict C90 semantic
2024-10-23  Yann ColletXP: add a pre-splitter
2024-10-23  Yann ColletMerge pull request #4174 from facebook/bench_loadOnce
2024-10-23  Yann Colletimprove man page on benchmark mode 4174/head
2024-10-22  Yann ColletModify benchmark to only load sources once
2024-10-17  Yann ColletMerge pull request #4171 from facebook/lvl3_ratio+
2024-10-17  Yann Colletupdated regression tests results 4171/head
2024-10-17  Yann Colletenable regression tests at pull request time
2024-10-17  Yann Colletrewrite code in the manner suggested by @terrelln
2024-10-17  Yann Colletfix test
2024-10-17  Yann Colletslightly improved compression ratio at levels 3 & 4
2024-10-17  Yann ColletMerge pull request #4170 from facebook/dict_cSpeed
2024-10-16  Yann Colletfix test 4170/head
2024-10-16  Yann Colletminor improvement to level 3 dictionary compression...
2024-10-16  Yann Colletsmall dictionary compression speed improvement
2024-10-12  Yann ColletMerge pull request #4167 from facebook/ci_m32test_faster
2024-10-12  Yann Colletattempt parallel test running with -j 4167/head
2024-10-12  Yann Colletmeasure if -O2 makes the test complete faster
2024-10-11  Yann Colletattempt to make 32-bit tests faster
2024-10-11  Yann ColletMerge pull request #4165 from facebook/cspeed_cmov
2024-10-11  Yann Colletrename variable name 4165/head
2024-10-11  Yann Colletfixed parameter ordering in `dfast`
2024-10-10  Yann ColletMerge pull request #4164 from facebook/spec_043
next