]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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
2024-10-10  Yann Colletminor: better variable naming
2024-10-09  Yann Colletadded ascending order example 4164/head
2024-10-08  Yann Colletmake __asm__ a __GNUC__ specific
2024-10-08  Yann Colletstore dummy bytes within ZSTD_match4Found_cmov()
2024-10-08  Yann Colletintroduce memory barrier to force test order
2024-10-08  Yann Colletmade search strategy switchable
2024-10-08  Yann Colletrefactor search into an inline function
2024-10-08  Yann Colletrefactor huffman prefix code paragraph
2024-10-07  Yann Colletminor refactor zstd_fast
2024-10-04  Yann ColletMerge pull request #4160 from facebook/fix_nightly
2024-10-03  Yann Colletfix dependency for nightly github actions tests 4160/head
2024-10-03  Yann ColletMerge pull request #4159 from facebook/spec_refactor_fse
2024-10-03  Yann Colletrefactor documentation of the FSE decoding table build... 4159/head
2024-10-02  Yann ColletMerge pull request #4153 from artem/fix-meson-includes
next