]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2025-01-16  Yann Colletrestore full equation 4232/head
2025-01-16  Yann ColletAlignment instruction ZSTD_ALIGNED() in common/compiler.h
2025-01-16  Yann Colletchanged code compilation test to employ ZSTD_ARCH_X86_AVX2
2025-01-16  Yann Colletremoved unused branch
2025-01-16  Yann Colletcreate new compilation macro ZSTD_ARCH_X86_AVX2
2025-01-16  Yann Colletminor code doc update
2025-01-16  Yann Colletadded compilation-time checks to ensure AVX2 code is...
2025-01-16  Yann Colletremoved unused variable
2025-01-16  Yann Colletfix minor conversion warning
2025-01-16  Yann Colletno need for specialized variant
2025-01-16  Yann Colletremoved erroneous #includes
2025-01-16  Yann ColletAVX2 version of ZSTD_get1BlockSummary()
2025-01-16  Yann Colletminor +10% speed improvement for scalar ZSTD_get1BlockS...
2025-01-16  Yann Colletadded benchmark for get1BlockSummary()
2025-01-16  Yann Colletgeneralize validation function
2025-01-16  Yann Colletcontrol long length within AVX2 implementation
2025-01-16  Yann Colletfullbench can run a verification function
2025-01-16  Yann Colletinitial implementation (incomplete)
2025-01-16  Yann ColletMerge pull request #4243 from facebook/fix_ci
2025-01-16  Yann Colletfixed zlib test 4243/head
2025-01-16  Yann Colletzlib-wrapper: separate test components to better unders...
2025-01-15  Yann Colletupdate installed lib64gcc version
2025-01-15  Yann Colletshort-test-1: separate tests, giving each a name
2025-01-15  Yann Colletfixed cmake-build-and-test-check
2025-01-15  Yann Colletfix make-external-compressors "only-lzma" test
2025-01-15  Yann Colletfix meson-linux build test
2025-01-15  Yann Colletfix clang-pgo test
2025-01-14  Yann ColletMerge pull request #4234 from MessyHack/dev
2025-01-14  Yann ColletMerge pull request #4237 from facebook/typo_s
2025-01-13  Sean Bartell[contrib/pzstd] Prevent hangs when there are errors
2025-01-13  Yann Colletfixed macro name typo 4237/head
2025-01-11  MessyHackshould check defined(_M_X64) not defined(_M_X86) when... 4234/head
2025-01-07  Victor ZhangMerge pull request #4218 from facebook/externC
2025-01-07  Yann ColletMerge pull request #4231 from sunpoet/dev
2025-01-06  Victor ZhangMerge pull request #4230 from facebook/variedOutput
2025-01-05  Po-Chuan HsiehUpdate MANDIR for FreeBSD 4231/head
2025-01-03  Victor ZhangDo not vary row matchfinder selection based on availabi... 4230/head
2025-01-03  Nick Terrell[opt] Fix too short of match getting generated
2025-01-03  Victor ZhangMerge pull request #4229 from facebook/noFseek
2025-01-02  Victor Zhangchore: indentation alignment 4229/head
2025-01-02  Victor ZhangPR feedback
2025-01-02  Victor ZhangOops
2025-01-02  Victor ZhangSupport for libc variants without fseeko/ftello
2025-01-02  Yann ColletMerge pull request #4228 from facebook/skippableMagicVa...
2024-12-29  Yann Colletupdate type names 4228/head
2024-12-29  Yann ColletMerge pull request #4227 from facebook/doc_skippableFrame
2024-12-29  Yann Colletimprove ZSTD_getFrameHeader on skippable frames
2024-12-29  Yann Colletclarify doc on Frame-level methods when invoked on... 4227/head
2024-12-26  Yann ColletMerge pull request #4217 from facebook/ZSTD_compressSeq...
2024-12-24  Yann Colletfixed another invalid scenario 4217/head
2024-12-24  Yann Colletadd one valid test case
2024-12-24  Yann Colletadded fuzzer test for compressSequencesAndLiterals()
2024-12-20  Nick Terrell[cmake] Fix -z noexecstack portability
2024-12-20  Yann Colletrestore invocation of ZSTD_entropyCompressSeqStore()
2024-12-20  Yann Colletminor: use MEM_writeLE24()
2024-12-20  Yann Colletadded parameter litCapacity
2024-12-20  Yann Colletadd a check, to return an error if Sequence validation...
2024-12-20  Yann Colletfixed minor error in preparation of one fullbench scenario
2024-12-20  Yann Colletensure that srcSize is controlled
2024-12-20  Yann Colletadd dedicated error code for special case
2024-12-20  Yann Colletadded a test for ZSTD_compressSequencesAndLiterals
2024-12-20  Yann ColletZSTD_compressSequencesAndLiterals requires srcSize...
2024-12-20  Yann Colletfixed minor error in one benchmark scenario
2024-12-20  Yann Colletfixed minor conversion warning
2024-12-20  Yann Colletimproved speed of the Sequences converter
2024-12-20  Yann Colletadded benchmark for ZSTD_convertBlockSequences_wBlockDe...
2024-12-20  Yann Colletchange name to ZSTD_convertSequences*()
2024-12-20  Yann Colletattempt to silence Visual Studio warning about fopen()
2024-12-20  Yann Colletfixed incorrect assert
2024-12-20  Yann Colletremoved fullbench-dll project from visual solutions
2024-12-20  Yann Colletupdate Visual Studio solutions
2024-12-20  Yann Colletadded tests
2024-12-20  Yann ColletZSTD_compressSequencesAndLiterals() now supports multi...
2024-12-20  Yann Colletchange advanced parameter name: ZSTD_c_repcodeResolution
2024-12-20  Yann Colletminor: cleaner function parameter repcodeResolution
2024-12-20  Yann Colletupdated documentation on validateSequence
2024-12-20  Yann Colletoptimization: instantiate specialized version without...
2024-12-20  Yann Colletminor optimization: only track seqPos->posInSrc when...
2024-12-20  Yann Colletminor doc update
2024-12-20  Yann Colletminor optimization for ZSTD_compressSequencesAndLiterals()
2024-12-20  Yann Colletminor conversion warning fix
2024-12-20  Yann Colletfullbench: new scenario: compressSequencesAndLiterals()
2024-12-20  Yann Colletfullbench: switch default generator to lorem ipsum
2024-12-20  Yann Colletadd the compressSequences() benchmark scenario
2024-12-20  Yann Colletfullbench: preparation functions are now in charge...
2024-12-20  Yann Colletminor variable renaming
2024-12-20  Yann Colletminor: test reordering
2024-12-20  Yann Colletrefactor fullbench
2024-12-20  Yann Colletprepare fullbench for a refactor
2024-12-20  Yann Colletadded unit tests to ZSTD_compressSequencesAndLiterals()
2024-12-20  Yann Colletproduced ZSTD_compressSequencesAndLiterals() as a separ...
2024-12-20  Yann Colletminor: more accurate variable scope
2024-12-20  Yann ColletZSTD_SequenceCopier_f no returns the nb of bytes consum...
2024-12-20  Yann Colletcodemod: ZSTD_cParamMode_e -> ZSTD_CParamMode_e
2024-12-20  Yann Colletcodemod: ZSTD_paramSwitch_e -> ZSTD_ParamSwitch_e
2024-12-20  Yann Colletminor simplification
2024-12-20  Yann Colletfix minor artifact error in single_file_lib
2024-12-20  Yann Colletdoc: add mention of frame checksum incompatibility
2024-12-20  Yann Colletcodemod: ZSTD_blockCompressor -> ZSTD_BlockCompressor_f
2024-12-20  Yann Colletcodemod: rawSeqStore_t -> RawSeqStore_t
next