]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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  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
2024-12-20  Yann Colletcodemod: repcodes_t -> Repcodes_t
2024-12-20  Yann Colletcodemod: ZSTD_matchState_t -> ZSTD_MatchState_t
2024-12-20  Yann Colletcodemod: ZSTD_buildSeqStore_e -> ZSTD_BuildSeqStore_e
2024-12-20  Yann Colletcodemod: ZSTD_sequencePosition -> ZSTD_SequencePosition
2024-12-20  Yann Colletenable proper type
2024-12-20  Yann Colletfix proper type for .forceNonContiguous
2024-12-20  Yann Colletscope: ZSTD_copySequencesToSeqStore*() are private...
2024-12-20  Yann Colletminor: simplify ZSTD_selectSequenceCopier
2024-12-20  Yann Colletcodemod: ZSTD_sequenceCopier -> ZSTD_SequenceCopier_f
2024-12-20  Yann Colletcodemod: ZSTD_sequenceFormat_e -> ZSTD_SequenceFormat_e
2024-12-20  Yann Colletcreated ZSTD_entropyCompressSeqStore_wExtLitBuffer()
2024-12-20  Yann ColletZSTD_entropyCompressSeqStore_internal() can accept...
2024-12-20  Yann Colletcodemod: ZSTD_defaultPolicy_e -> ZSTD_DefaultPolicy_e
2024-12-20  Yann Colletcodemod: symbolEncodingType_e -> SymbolEncodingType_e
2024-12-20  Yann Colletcodemod: ZSTD_sequenceLength -> ZSTD_SequenceLength
2024-12-20  Yann Colletcodemod: seqStore_t -> SeqStore_t
2024-12-20  Yann Colletcodemod: seqDef -> SeqDef
2024-12-20  Yann Colletmove Sequences definition to zstd_compress_internal.h
2024-12-20  Yann Colletcreated ZSTD_storeSeqOnly()
2024-12-20  Yann Colletpublish new symbol ZSTD_compressSequencesAndLiterals()
2024-12-20  Bentremoved debug echos
2024-12-20  Bentadded UNAME_TARGET_SYSTEM build flag to configure share...
2024-12-17  Yann ColletMerge pull request #4212 from diegonc/t/fix-test-on...
2024-12-17  Yann ColletMerge pull request #4213 from kevinjzhang/CI
2024-12-17  Yann ColletMerge pull request #4214 from facebook/ldm_bucketLog
2024-12-14  Yann Colletminor: more accurate parameter 4214/head
2024-12-13  Victor ZhangMerge pull request #4210 from facebook/cm310
2024-12-13  Elliot GorokhovskyRevert "Pin tsan and msan CI jobs to ubuntu-20.04 ... 4213/head
2024-12-12  Victor ZhangUpdate VERSION_LESS usage to VERSION_GREATER_THAN 4210/head
2024-12-12  daniellerozenblitChange CLI to employ multithreading by default (#4211)
2024-12-10  Diego Nieto Cidtests: fix non-regular file test on GNU/Hurd 4212/head
2024-12-09  Victor ZhangUpdate cmake minimum requirement to 3.10
2024-12-09  Yann ColletMerge pull request #4208 from facebook/dependabot/githu...
2024-12-09  dependabot... Bump msys2/setup-msys2 from 2.25.0 to 2.26.0 4208/head
2024-12-04  郑苏波 (Super... Disallow 32-bit mode in clang section
2024-11-27  Yann ColletMerge pull request #4201 from rorosen/seek-table-create...
2024-11-27  Yann ColletMerge pull request #4202 from nhz2/fix-compressBound...
2024-11-26  Yann ColletMerge pull request #4205 from DimitriPapadopoulos/codespell
2024-11-26  Dimitri PapadopoulosFix new typos found by codespell 4205/head
2024-11-25  Yann ColletMerge pull request #4199 from jimis/fix_filesize_print
2024-11-25  Robert Roseprevent possible segfault when creating seek table 4201/head
2024-11-25  nhz2Fix typo in ZSTD_compressBound docs 4202/head
2024-11-20  Dimitrios ApostolouFix printing of filesize if >4GB 4199/head
2024-11-18  Yann ColletMerge pull request #4196 from facebook/dependabot/githu...
2024-11-18  dependabot... Bump msys2/setup-msys2 from 2.24.1 to 2.25.0 4196/head
2024-11-11  Yann ColletMerge pull request #4191 from lukaso/fix-macos-min...
2024-11-11  Yann ColletMerge pull request #4194 from facebook/dependabot/githu...
2024-11-11  dependabot... Bump github/codeql-action from 3.26.2 to 3.27.1 4194/head
2024-11-10  Yann ColletMerge pull request #4188 from facebook/qnx_include
2024-11-08  Lukas Oberhubercmake: Fix #4038 MacOS target older OS and SDK versions 4191/head
next