]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2022-12-16  Yann Colletadded unit tests for compressBound() 3362/head
2022-12-15  Yann Colletcheck potential overflow of compressBound()
2022-12-15  Yann Colletadded mention of compilation flags
2022-12-15  daniellerozenblitMerge pull request #3352 from daniellerozenblit/http...
2022-12-15  daniellerozenblitMerge branch 'dev' into http-to-https 3352/head
2022-12-15  Nick Terrell[legacy] Remove FORCE_MEMORY_ACCESS and only use memcpy
2022-12-15  Nick Terrell[decompress] Fix nullptr addition & improve fuzzer
2022-12-15  Nick Terrell[fileio] Separate parameter adaption from display updat...
2022-12-15  Alex Xu (Hello71)Use proper unaligned access attributes
2022-12-14  Nick TerrellRefactor progress bar & summary line logic
2022-12-14  Nick TerrellAllow tests to fake stdin/stdout/stderr is a console
2022-12-14  Rosen Penevmeson: make backtrace dependency on execinfo
2022-12-14  daniellerozenblitMerge pull request #3346 from daniellerozenblit/seekabl...
2022-12-14  Elliot GorokhovskyMerge pull request #3349 from embg/frame_header_fields
2022-12-14  Danielle RozenblitConvert references to https from http
2022-12-14  Elliot GorokhovskyFix C90 compat 3349/head
2022-12-14  Elliot GorokhovskyReserve two fields in ZSTD_frameHeader
2022-12-13  Nick Terrell[contrib][linux-kernel] Fix stack detection for newer gcc
2022-12-13  daniellerozenblitMerge pull request #3345 from daniellerozenblit/fix...
2022-12-13  Yann ColletMerge pull request #3347 from facebook/fix_m68k_ci
2022-12-13  Danielle Rozenblituse .ignore for stderr output in window-resize test... 3345/head
2022-12-13  Danielle Rozenblitadded test to cli-tests
2022-12-13  Yann ColletFix m68k CI tests on Github Actions 3347/head
2022-12-13  Danielle Rozenblitfix window resizing edge case
2022-12-13  Danielle Rozenblitfree memory in test case 3346/head
2022-12-12  daniellerozenblitMerge pull request #10 from yhoogstrate/seekable_header...
2022-12-12  FRexPrint checksum value for single frame files in cli...
2022-12-12  Yann ColletMerge pull request #3337 from facebook/dependabot/githu...
2022-12-12  Yann ColletMerge pull request #3339 from facebook/dependabot/githu...
2022-12-08  dependabot... Bump skx/github-action-publish-binaries from release... 3339/head
2022-12-08  dependabot... Bump microsoft/setup-msbuild from 1.0.2 to 1.1.3 3337/head
2022-12-08  Yann ColletMerge pull request #3284 from DimitriPapadopoulos/actions
2022-12-05  Yann ColletMerge pull request #3320 from cwoffenden/msvc-arm64...
2022-12-02  Elliot GorokhovskyMerge pull request #3331 from embg/issue3330
2022-12-02  Elliot GorokhovskyFix gcc-7 and gcc-8 CI breakages 3331/head
2022-12-01  Yann ColletMerge pull request #3327 from eli-schwartz/meson-versio...
2022-12-01  Eli Schwartzmeson: get version up front 3327/head
2022-11-22  Yann Colletminor : reorder --help
2022-11-22  Yann Colletminor: proper pledgedSrcSize trace
2022-11-21  Elliot GorokhovskyMerge pull request #3321 from embg/ldmCparamFix
2022-11-21  Elliot GorokhovskyMigrate other test usages of boolean LDM flag to paramS... 3321/head
2022-11-21  Elliot GorokhovskyFix fuzzer failure
2022-11-21  Elliot GorokhovskyImprove LDM cparam validation logic
2022-11-19  Carl WoffendenRandom edit to re-run the CI 3320/head
2022-11-18  Carl WoffendenFix for MSVC C4267 error
2022-11-02  Elliot GorokhovskyMerge pull request #3300 from yiyuaner/dev
2022-11-01  Felix HandteMerge pull request #3309 from joycebrum/dev
2022-11-01  Joyce Brumfix: upgrade scorecard action to 2.0.6 3309/head
2022-11-01  Elliot GorokhovskyMerge pull request #3304 from GermanAizek/dev
2022-10-31  appleman4321Rewrite checking condition bufStart pointer NULL 3304/head
2022-10-24  yiyuanerFix the wrong check for buffer overrun in UTIL_mergeFil... 3300/head
2022-10-22  Nick Terrell[contrib][linux] Disable ASM in the kernel
2022-10-22  Nick Terrell[contrib][linux] Add zstd_common module
2022-10-22  Nick Terrell[lazy] Use switch instead of indirect function calls...
2022-10-18  Miguel Ojeda[contrib][linux-kernel] Generate SPDX license identifie...
2022-10-18  Felix HandteMerge pull request #3290 from felixhandte/ddict-dict...
2022-10-18  daniellerozenblitMerge pull request #3285 from daniellerozenblit/optimal...
2022-10-17  Daniel KuteninMake fuzzing work without ZSTD_MULTITHREAD (#3291)
2022-10-17  Danielle RozenblitNo longer pass srcSize to minTableLog 3285/head
2022-10-17  Danielle RozenblitMinor simplication: no longer need to check src size...
2022-10-15  Yann ColletMerge pull request #3288 from facebook/cleanThreadPool
2022-10-15  W. Felix HandteMake ZSTD_getDictID_fromDDict() Read DictID from DDict 3290/head
2022-10-14  Danielle RozenblitUpdate regression results and better variable naming...
2022-10-14  Danielle RozenblitUpdate threshold to use optimal depth
2022-10-14  Danielle RozenblitAdditional ratio optimizations
2022-10-13  Yann Colletfix issue #3119 3288/head
2022-10-12  Danielle RozenblitUpdate regression results
2022-10-12  Yann Colletreplaced Zstandard by zstd in man page
2022-10-11  Danielle RozenblitMerge branch 'optimal-huff-depth' of github.com:daniell...
2022-10-11  Danielle RozenblitSet threshold to use optimal table log
2022-10-11  daniellerozenblitMerge branch 'facebook:dev' into optimal-huff-depth
2022-10-11  Danielle RozenblitCI failure fixes
2022-10-10  Dimitri PapadopoulosAutomatically update GitHub Actions in the future 3284/head
2022-10-08  Yann ColletMerge pull request #3281 from ilyakurdyukov/patch-1
2022-10-05  Ilya Kurdyukovzstd-pgo: also clean zstd binary from objects 3281/head
2022-10-05  Ilya Kurdyukovfixed zstd-pgo target for GCC
2022-10-03  Felix HandteMerge pull request #3277 from felixhandte/ossf-scorecard
2022-10-03  W. Felix HandteRestrict from Running on Forks 3277/head
2022-09-30  Felix HandteCreate scorecards.yml
2022-09-28  Yann ColletMerge pull request #3273 from MaskRay/deprecated
2022-09-22  Fangrui SongMove ZSTD_DEPRECATED before ZSTDLIB_API/ZSTDLIB_STATIC_API 3273/head
2022-09-22  Yann ColletMerge pull request #3267 from Tachi107/pkg-config-ci
2022-09-22  Yann ColletMerge pull request #3274 from facebook/copycctx
2022-09-22  Yann Colletminor: refactor publication of ZSTD_copyCCtx() 3274/head
2022-09-22  Yonatan KomornikRemoved unused variable (#3272)
2022-09-21  ctkhanhlyFix for `zstd` CLI accepts bogus values for numeric...
2022-09-20  Andrea Pappacodaci: test pkg-config file 3267/head
2022-09-20  Yann ColletMerge pull request #3252 from Tachi107/build-cmake...
2022-09-20  Yann ColletMerge pull request #3265 from DimitriPapadopoulos/actions
2022-09-20  Dimitri PapadopoulosUpdate GitHub Actions 3265/head
2022-09-19  Yann ColletMerge pull request #3199 from JunHe77/comp
2022-09-19  Yann ColletMerge pull request #3245 from haampie/fix/SED_ERE_OPT
2022-09-19  Yann ColletMerge pull request #3247 from haampie/fix/grep
2022-09-19  Yann ColletMerge pull request #3264 from sashashura/patch-1
2022-09-19  Alexbuild: harden GitHub Workflow permissions 3264/head
2022-09-18  Jun Hecompress:check more bytes to reduce ZSTD_count call 3199/head
2022-09-13  daniellerozenblitMerge pull request #3263 from daniellerozenblit/null...
2022-09-13  Danielle RozenblitMerge branch 'null-buffer-decompress' of github.com... 3263/head
2022-09-13  Danielle Rozenblitfix indentation
2022-09-12  Yann ColletMerge pull request #3256 from facebook/clean
next