]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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
2024-11-05  Yann Colletblind fix for QNX 4188/head
2024-11-05  Yann ColletMerge pull request #4184 from facebook/ZSTD_getErrorCode
2024-10-31  Yann Colletinform manual users that it's automatically generated 4184/head
2024-10-31  Yann Colletfixed single file library test
2024-10-31  Yann Colletelevated ZSTD_getErrorCode() to stable status
2024-10-31  Yann ColletMerge pull request #4180 from facebook/split_param
2024-10-31  Yann Colletchange experimental parameter name 4180/head
2024-10-29  Yann Colletchanged variable name to ZSTD_c_blockSplitterLevel
2024-10-28  Yann Colletremoved trace left over
2024-10-28  Yann Colletfixed minor conversion warning
2024-10-28  Yann Colletadded a test
2024-10-28  Yann Colletexpose new parameter ZSTD_c_blockSplitter_level
2024-10-28  Yann Colletadd internal compression parameter preBlockSplitter_level
2024-10-28  Yann ColletMerge pull request #4178 from facebook/split_fromBorders
2024-10-25  Yann Colletupdate regression results 4178/head
2024-10-25  Yann Colletupdate ZSTD_splitBlock() documentation
2024-10-25  Yann Colletnew block splitting variant _fromBorders
2024-10-25  Yann ColletMerge pull request #4176 from facebook/sample11
2024-10-24  Yann Colletupdate regression results 4176/head
2024-10-24  Yann Colletadd faster block splitting heuristic, suitable for...
2024-10-24  Yann Colletfix minor visual conversion warning
2024-10-24  Yann Colletadded block splitter variant for greedy & lazy (levels...
2024-10-24  Yann Colletcomplete sample11 with reduced fingerprint size
2024-10-24  Yann Colletreduce splitBlock arguments
2024-10-24  Yann Colletorganize specialization at recordFingerprint level
2024-10-24  Yann Colletnew variant, sampling by 11
2024-10-24  Yann ColletMerge pull request #4136 from facebook/preSplit
2024-10-24  Yann Colletupdate regression results 4136/head
2024-10-24  Yann Colletapply limit conditions for all splitting strategies
2024-10-23  Yann Colletupdate regression results
2024-10-23  Yann Colletstricter limits to ensure expansion factor with blind...
2024-10-23  Yann Colletsplit all full 128 KB blocks
2024-10-23  Yann Colletrewrite fingerprint storage to no longer need 64-bit...
2024-10-23  Yann Colletfixed minor strict pedantic C90 issue
2024-10-23  Yann Colletfixed extraneous return
2024-10-23  Yann Colletupdated compression results
2024-10-23  Yann Colletfixes static state allocation check
2024-10-23  Yann Colletrewrote ZSTD_cwksp_initialAllocStart() to be easier...
2024-10-23  Yann Colletrewrite penalty update
2024-10-23  Yann Colletchanged loop exit condition so that there is no need...
2024-10-23  Yann Colletrenamed: FingerPrint => Fingerprint
2024-10-23  Yann Colletconservatively estimate over-splitting in presence...
2024-10-23  Yann Colletensure `lastBlock` is correctly determined
2024-10-23  Yann Colletmade ZSTD_isPower2() an inline function
2024-10-23  Yann Colletadded a faster block splitter variant
2024-10-23  Yann Colletminor split optimization
2024-10-23  Yann Colletupdated regression test results
2024-10-23  Yann Colletfixed workspace alignment on non 64-bit systems
2024-10-23  Yann Colletsplitter workspace is now provided by ZSTD_CCtx*
2024-10-23  Yann Colletfix alignment test
2024-10-23  Yann Colletfixed minor conversion warnings on Visual
2024-10-23  Yann ColletZSTD_splitBlock_4k() uses externally provided workspace
2024-10-23  Yann Colletreplaced uasan32 test by asan32 test
2024-10-23  Yann Colletfixing minor formatting issue in 32-bit mode with logs...
2024-10-23  Yann Colletfixed VS2010 solution
2024-10-23  Yann Colletnew Makefile target mesonbuild
2024-10-23  Yann Colletfixed meson build
2024-10-23  Yann Colletfixed zstreamtest
2024-10-23  Yann Colletfixed c90 comment style
next