]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2024-10-21  Yann Colletadded a faster block splitter variant split5
2024-10-21  Yann Colletminor split optimization
2024-10-21  Yann Colletupdated regression test results
2024-10-18  Yann Colletfixed workspace alignment on non 64-bit systems
2024-10-18  Yann Colletsplitter workspace is now provided by ZSTD_CCtx*
2024-10-18  Yann Colletfix alignment test
2024-10-18  Yann Colletfixed minor conversion warnings on Visual
2024-10-18  Yann ColletZSTD_splitBlock_4k() uses externally provided workspace
2024-10-18  Yann Colletreplaced uasan32 test by asan32 test
2024-10-17  Yann Colletfixing minor formatting issue in 32-bit mode with logs...
2024-10-17  Yann Colletfixed VS2010 solution
2024-10-17  Yann Colletnew Makefile target mesonbuild
2024-10-17  Yann Colletfixed meson build
2024-10-17  Yann Colletfixed zstreamtest
2024-10-17  Yann Colletfixed c90 comment style
2024-10-17  Yann Colletfix assert
2024-10-17  Yann Colletonly split full blocks
2024-10-17  Yann Colletfixed single-library build
2024-10-17  Yann Colletfixed kernel build
2024-10-17  Yann Colletfixed RLE detection test
2024-10-17  Yann Colletfix overlap write scenario in presence of incompressibl...
2024-10-17  Yann Colletmore ZSTD_memset() to apply
2024-10-17  Yann Colletminor C++-ism
2024-10-17  Yann Colletuse ZSTD_memset()
2024-10-17  Yann Colletdo not use `new` as variable name
2024-10-17  Yann Colletfixed strict C90 semantic
2024-10-17  Yann ColletXP: add a pre-splitter
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
2024-08-19  Yann ColletMerge pull request #4128 from facebook/dependabot/githu...
2024-08-19  dependabot... Bump github/codeql-action from 3.25.1 to 3.26.2 4128/head
2024-08-12  Yann ColletMerge pull request #4122 from facebook/dependabot/githu...
2024-08-12  dependabot... Bump actions/setup-java from 3 to 4 4122/head
2024-08-09  Yann ColletMerge pull request #4115 from Adenilson/leak01
2024-08-09  Yann ColletMerge pull request #4114 from Adenilson/trace01
2024-08-09  Yann ColletMerge pull request #4113 from facebook/fix4110
2024-08-08  Xionghu LuoFix zstd-pgo run error 4119/head
2024-08-08  Yann ColletMerge pull request #4109 from facebook/actionsTest
2024-08-07  Adenilson Cavalcanti[zstd][leak] Avoid memory leak on early return of ZSTD_... 4115/head
2024-08-06  Adenilson Cavalcanti[riscv] Enable support for weak symbols 4114/head
2024-08-06  Yann Colletfix c90 comment style 4113/head
2024-08-06  Yann ColletformatString_u() can display numbers > 100
2024-08-05  Yann ColletMerge pull request #4111 from facebook/dependabot/githu...
2024-08-05  dependabot... Bump msys2/setup-msys2 from 2.24.0 to 2.24.1 4111/head
2024-07-31  Yann ColletMerge pull request #4102 from proppy/decodecorpus-ext
2024-07-30  Yann Colletadded android-ndk-build 4109/head
2024-07-30  Yann ColletMerge pull request #4107 from Adenilson/ndk01
2024-07-30  Adenilson Cavalcanti[zstd][android] Fix build with NDK r27 4107/head
2024-07-29  Yann ColletMerge pull request #4094 from RubenKelevra/patchfrom_si...
next