]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2023-08-19  Mustafa UZUNfix: ZSTD_BUILD_DECOMPRESSION message 3728/head
2023-08-16  Felix HandteMerge pull request #3725 from felixhandte/msan-unpoison...
2023-08-16  W. Felix HandteUnpoison Workspace Memory Before Freeing to Custom... 3725/head
2023-08-16  W. Felix HandteEasy: Move Helper Functions Up
2023-08-14  Nick TerrellImprove dual license wording in README
2023-08-02  Yann ColletMerge pull request #3712 from alexsifivetw/fix_typo
2023-08-02  jysh1214Fixed typo 3712/head
2023-07-31  Yann ColletMerge pull request #3701 from nikohoffren/grammar-fix
2023-07-30  Yann ColletMerge pull request #3704 from void0red/dev
2023-07-21  void0redfileio_asyncio: handle malloc fails in AIO_ReadPool_create 3704/head
2023-07-20  Gianfranco... Update fileio.c: fix build failure with enabled LTO
2023-07-20  Jacob GreenfieldSave one byte on the frame epilogue
2023-07-20  Yann ColletMerge pull request #3665 from gjasny/fix-asm-for-xcode
2023-07-19  Niko HoffrénFix typographical error in README.md 3701/head
2023-07-11  Elliot GorokhovskyMerge pull request #3697 from facebook/dependabot/githu...
2023-07-10  dependabot... Bump github/codeql-action from 2.20.1 to 2.20.3 3697/head
2023-07-05  Yann ColletMerge pull request #3677 from facebook/detectOverflow
2023-06-30  Yann ColletMerge pull request #3688 from nidhijaju/hide-asm-apple
2023-06-28  Elliot GorokhovskyMerge pull request #3689 from facebook/dependabot/githu...
2023-06-28  Elliot GorokhovskyMerge pull request #3690 from facebook/dependabot/githu...
2023-06-26  Elliot GorokhovskyMerge pull request #3686 from embg/ldm_error
2023-06-26  dependabot... Bump ossf/scorecard-action from 2.1.3 to 2.2.0 3690/head
2023-06-26  dependabot... Bump github/codeql-action from 2.3.2 to 2.20.1 3689/head
2023-06-26  Nidhi Jajuhide asm functions on apple platforms 3688/head
2023-06-24  Yann ColletMerge pull request #3684 from emaste/dev
2023-06-22  Elliot Gorokhovskysuppress false error message in LDM mode 3686/head
2023-06-21  Ed MasteUpdate FreeBSD CI images to latest supported releases 3684/head
2023-06-20  Yann Colletfixed incorrect test in Win32 pthread wrapper
2023-06-16  Yann Colletfixed static analyzer false positive regarding @sequenc... 3677/head
2023-06-16  Yann Colletadapted long decoder to new decodeSequences
2023-06-16  Yann Colletchanged ZSTD_decompressSequences_bodySplitLitBuffer...
2023-06-16  Yann Colletremoved _old variant from splitLit
2023-06-16  Yann Colletchanged (partially) the decodeSequences flow logic
2023-06-16  Yann ColletMerge pull request #3676 from facebook/overflow_zeroes
2023-06-15  Yann Colletfixed MEM_STATIC already defined in Linux Kernel mode 3676/head
2023-06-14  Yann Colletfix : unused attribute for FORCE_INLINE functions
2023-06-14  Yann Colletmake the bitstream generate only 0-value bits after...
2023-06-13  Yann ColletMerge pull request #3674 from facebook/zeroSeq_noExtra
2023-06-13  Yann Colletdetect extraneous bytes in the Sequences section 3674/head
2023-06-12  Yann ColletMerge pull request #3671 from facebook/dependabot/githu...
2023-06-12  dependabot... Bump actions/checkout from 3.5.2 to 3.5.3 3671/head
2023-06-06  Yann ColletMerge pull request #3669 from facebook/zeroSeq_2B
2023-06-05  Yann Colletfixed decoder behavior when nbSeqs==0 is encoded using... 3669/head
2023-06-05  Yann ColletMerge pull request #3664 from facebook/llu
2023-06-05  Yann ColletMerge pull request #3659 from facebook/fixHarness
2023-06-05  Yann ColletMerge pull request #3668 from facebook/fix3667
2023-06-05  Yann Colletfix a minor inefficiency in compress_superblock 3668/head
2023-06-02  Gregor JasnyFix Intel Xcode builds with assembly 3665/head
2023-05-31  Yann Colletchanged LLU suffix into ULL for Visual 2012 and lower 3664/head
2023-05-27  Yann ColletFixed a bug in the educational decoder 3659/head
2023-05-26  Tao HeAdd options in Makefile to cmake
2023-05-26  Nick TerrellFix UBSAN issue (zero addition to NULL)
2023-05-24  Yann ColletMerge pull request #3631 from facebook/example_streaming_mt
2023-05-23  Duncan HornGet zstd working with ARM64EC on Windows
2023-05-22  Felix HandteMerge pull request #3623 from felixhandte/compile-out...
2023-05-22  W. Felix HandteReorder Definitions in zstd_opt.c to Group Under Macro... 3623/head
2023-05-22  W. Felix HandteReorder Definitions in zstd_lazy.c to Group Under Macro...
2023-05-04  W. Felix HandteAlso Allow/Document/Test Excluding dfast and Up
2023-05-04  W. Felix HandteAdd Documentation to lib/README.md
2023-05-04  W. Felix HandteAlso Reorganize Zstd Opt Declarations
2023-05-04  W. Felix HandteRemove blockCompressor NULL Checks
2023-05-04  W. Felix HandteAbort if Unsupported Parameters Used
2023-05-04  W. Felix HandteRe-Order Lazy Declarations; Minimize ifndefs
2023-05-04  W. Felix HandteAdd CI Test for Excluding Matchfinders
2023-05-04  W. Felix HandteAdd ZSTD_LIB_EXCLUDE_COMPRESSORS_DFAST_AND_UP Build...
2023-05-04  W. Felix HandteDefine Macros for Possibly-Present Functions; Use Them...
2023-05-04  W. Felix HandteMerge Ultra and Ultra2 Exclusion
2023-05-04  W. Felix HandteTweak Ultra/Opt Guards
2023-05-04  W. Felix HandteAvoid Ratio Regression Tests When Compressors are Excluded
2023-05-04  W. Felix HandteAdjust Strategy in CParams to Avoid Using Excluded...
2023-05-04  W. Felix HandteMacro-Exclude Block Compressors from Declaration/Definition
2023-05-04  W. Felix HandteNULL Out Block Compressor Table Entries When Excluded
2023-05-04  W. Felix HandteAllow `ZSTD_selectBlockCompressor()` to Return NULL
2023-05-01  Felix HandteMerge pull request #3634 from facebook/dependabot/githu... 3645/head
2023-05-01  dependabot... Bump github/codeql-action from 2.3.0 to 2.3.2 3634/head
2023-04-26  Yann Colletminor : update streaming_compression example 3631/head
2023-04-26  Elliot GorokhovskyMerge pull request #3629 from facebook/dependabot/githu...
2023-04-24  dependabot... Bump github/codeql-action from 2.2.11 to 2.3.0 3629/head
2023-04-20  Yann ColletMerge pull request #3624 from danlark1/patch-4
2023-04-20  Daniel KuteninDisable unused variable warning in msan configurations 3624/head
2023-04-19  Yann ColletMerge pull request #3614 from mredig/darwin-fat
2023-04-19  Yann ColletMerge pull request #3620 from facebook/errata_128k
2023-04-19  Yann Colletadded golden file for the new decompressor erratum 3620/head
2023-04-18  Nick TerrellAdd ZSTD_d_maxBlockSize parameter
2023-04-18  Yann ColletMerge pull request #3621 from facebook/remove_CIs
2023-04-17  Nick TerrellReduce streaming decompression memory by 128KB
2023-04-17  Yann Colletremoved travis & appveyor scripts 3621/head
2023-04-17  Yann Colletadded decoder errata paragraph
2023-04-17  Yann ColletMerge pull request #3619 from facebook/dependabot/githu...
2023-04-17  dependabot... Bump actions/checkout from 3.5.0 to 3.5.2 3619/head
2023-04-13  Michael Redigadd makefile entry to build fat binary on macos 3614/head
2023-04-13  Nick Terrell[oss-fuzz] Fix simple_round_trip fuzzer with overlappin...
2023-04-10  Felix HandteMerge pull request #3606 from facebook/dependabot/githu...
2023-04-10  Yann ColletMerge pull request #3607 from facebook/dependabot/githu...
2023-04-10  dependabot... Bump cygwin/cygwin-install-action from 3 to 4 3607/head
2023-04-10  dependabot... Bump github/codeql-action from 2.2.9 to 2.2.11 3606/head
2023-04-06  daniellerozenblitAdd new line + [no-] to mmap-dict help output (#3601)
2023-04-05  Yann ColletMerge pull request #3600 from Kim-SSi/dev
2023-04-05  KimChange to use strategy.matrix 3600/head
2023-04-05  KimAdd win32 to windows-artifacts.yml
next