]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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
2024-10-02  Yann ColletMerge pull request #4156 from facebook/rm_circleci
2024-10-02  Yann ColletMerge pull request #4157 from facebook/fix_result_c
2024-10-02  Yann ColletMerge pull request #4158 from facebook/benchzstd_fclose
2024-10-01  Yann Colletfix missing fclose() 4158/head
2024-10-01  Yann Colletfix incorrect pointer manipulation 4157/head
2024-10-01  Yann Colletremoving nightly tests built on circleci 4156/head
2024-09-30  Yann ColletMerge pull request #4154 from dearblue/freebsd-14.1
2024-09-30  Artem Labazovmeson: Fix contrib and tests build 4153/head
2024-09-30  Artem Labazovmeson: Do not export private headers in libzstd_dep...
2024-09-30  dearblueUpdate FreeBSD VM image to 14.1 4154/head
2024-09-27  Yann ColletMerge pull request #4146 from facebook/dictBench_Doc
2024-09-27  Yann ColletMerge pull request #4013 from elasota/spec-clarify...
2024-09-25  Yann Colletupdate documentation to specify that Dictionary can... 4146/head
2024-09-25  inventor500Included suggestion from @neheb
2024-09-25  inventor500Fixed warning when compiling pzstd with CPPFLAGS=-Wunus...
2024-09-25  Yann ColletMerge pull request #4119 from xionghul/dev
2024-09-25  Yann ColletMerge pull request #4143 from facebook/fix_dictsizemin_dic
2024-09-20  Ilya TokarOptimize compression by avoiding unpredictable branches 4144/head
2024-09-19  Yann Colletfix doc nit: ZDICT_DICTSIZE_MIN 4143/head
2024-08-22  Yann ColletMerge pull request #4129 from facebook/mitigate_32bit
2024-08-21  Yann ColletLimit range of operations on Indexes in 32-bit mode 4129/head
next