]> git.ipfire.org Git - thirdparty/zstd.git/history - tests
updated CHANGELOG in preparation for v1.5.4 release
[thirdparty/zstd.git] / tests /
2023-02-08  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2023-02-08  Nick TerrellFix empty-block.zst golden decompression file
2023-02-07  Yann ColletMerge pull request #3480 from facebook/benchFail
2023-02-07  Yann Colletreturn error code when benchmark fails
2023-02-02  Elliot GorokhovskyMerge pull request #3471 from embg/fast_seq_parse
2023-02-01  Elliot Gorokhovskyadd ZSTD_c_fastExternalSequenceParsing cctxParam
2023-02-01  Yann ColletMerge pull request #3470 from facebook/bench_zstd_only
2023-01-31  Elliot GorokhovskyGuard against invalid sequences from external matchfind...
2023-01-31  Yann Colletensure that benchmark mode can only be invoked with... 3470/head
2023-01-31  Yann ColletMerge pull request #3464 from facebook/dependabot/githu...
2023-01-30  daniellerozenblitMerge pull request #3460 from daniellerozenblit/fix...
2023-01-30  Danielle RozenblitMerge branch 'fix-long-offsets-resolution-pointer'... 3460/head
2023-01-30  Danielle Rozenblitremove big test around large offset with small window...
2023-01-27  Danielle RozenblitMerge branch 'fix-long-offsets-resolution-pointer'...
2023-01-27  Danielle Rozenblitupdate CI
2023-01-27  Danielle Rozenblitrecord long offsets in ZSTD_symbolEncodingTypeStats_t...
2023-01-27  Danielle Rozenblitinitialize long offsets in decodecorpus
2023-01-27  Yann ColletMerge pull request #3458 from facebook/stderr_finalStatus
2023-01-26  Yann Colletchange logic when stderr is not console : don't update... 3458/head
2023-01-26  Yann Colletmodify cli-test logic : ignore stderr message by default
2023-01-26  Yonatan KomornikMerge pull request #3457 from yoniko/fix-rowhash-cli
2023-01-26  Yann ColletMerge pull request #3450 from facebook/no_rm_on_o
2023-01-26  Yann Colletdisable --rm on -o command
2023-01-25  Yann ColletMerge pull request #3455 from facebook/fix3454
2023-01-25  Nick Terrell[version-test] Work around bugs in v0.7.3 dict builder
2023-01-25  Nick Terrell[huf] Add generic C versions of the fast decoding loops
2023-01-25  daniellerozenblitMerge pull request #3447 from daniellerozenblit/fuzz...
2023-01-24  Danielle Rozenblitfix bound check for ZSTD_copySequencesToSeqStoreNoBlock... 3447/head
2023-01-23  Elliot GorokhovskyMerge pull request #3448 from facebook/embg-doc-fix
2023-01-23  Danielle RozenblitMerge branch 'dev' into fuzz-sequence-compression
2023-01-23  daniellerozenblitMerge pull request #3439 from daniellerozenblit/sequenc...
2023-01-23  Danielle Rozenblitcalloc dictionary in sequence compression fuzzer rather...
2023-01-23  Yann ColletMerge pull request #3443 from facebook/no_rm_w_stdout
2023-01-23  Danielle Rozenblitupdate external sequence error to fit error naming... 3439/head
2023-01-23  Danielle Rozenblitmerge dev
2023-01-23  Danielle Rozenblitfix nits and add new error code for invalid external...
2023-01-23  Danielle Rozenblitmodify sequence compression api fuzzer
2023-01-21  Yann Colletrefactor : --rm is ignored with stdout
2023-01-21  Felix HandteMerge pull request #3432 from felixhandte/fix-perms
2023-01-21  Felix HandteMerge pull request #3442 from felixhandte/pgo-tests
2023-01-21  Nick TerrellFix bufferless API with attached dictionary
2023-01-20  Nick TerrellReplace Huffman boolean args with flags bit set
2023-01-20  Nick TerrellDelete unused Huffman functions
2023-01-20  Yann ColletMerge pull request #3431 from facebook/cygwin
2023-01-20  Yann ColletMerge pull request #3435 from facebook/c89build
2023-01-20  Nick Terrell[versions-test] Work around bug in dictionary builder...
2023-01-20  Nick TerrellCap hashLog & chainLog to ensure that we only use 32...
2023-01-20  Yann ColletMerge pull request #3415 from facebook/dependabot/githu...
2023-01-20  Danielle Rozenblitfix sequence validation and bounds check in ZSTD_copySe...
2023-01-20  Elliot GorokhovskyMerge pull request #3437 from embg/fuzz_emf
2023-01-20  Elliot GorokhovskyEnable if == 1 rather than if == 0 3437/head
2023-01-19  Elliot GorokhovskyFuzz the external matchfinder API
2023-01-19  Elliot GorokhovskyBugfixes for the External Matchfinder API (#3433)
2023-01-19  daniellerozenblitMerge pull request #3418 from daniellerozenblit/fuzz...
2023-01-18  Yann ColletMerge pull request #3423 from facebook/ptime
2023-01-18  W. Felix HandteEasy: Print Mode as Octal in `chmod()` Trace 3432/head
2023-01-18  W. Felix HandteMimic gzip chown(gid), chmod(), chown(uid) Behavior
2023-01-18  W. Felix HandteCopy Permissions from Source File
2023-01-18  W. Felix HandteRe-Use `stat_t` in `FIO_compressFilename_srcFile()`
2023-01-17  Nick Terrell[tests] Fix version test determinism
2023-01-17  W. Felix HandteUse Existing Src File Stat in `*_dstFile()` Funcs
2023-01-17  Danielle Rozenblitfix maxBlockSize resolution + add test cases 3418/head
2023-01-13  Yann Colletmissing #include for Windows 3423/head
2023-01-13  Yann ColletMerge pull request #3419 from facebook/fix3416
2023-01-13  Yann Colletrefactor timefn
2023-01-13  Nick TerrellAdd support for in-place decompression
2023-01-12  Yann ColletMerge pull request #3413 from facebook/timefn
2023-01-12  Danielle Rozenblitadditional tests and documentation updates + allow...
2023-01-12  Felix HandteMerge pull request #3402 from facebook/dependabot/githu...
2023-01-12  Danielle Rozenblitadd simple test for maxBlockSize expected functionality
2023-01-11  Danielle Rozenblitupdate minimum threshold for max block size
2023-01-11  Daniel KuteninMake the producer use the same amount of entropy
2023-01-11  Daniel KuteninFix fuzzing with ZSTD_MULTITHREAD
2023-01-09  Danielle Rozenblitresolve max block value in cctx and use when calculatin...
2023-01-07  Yann Colletminor simplification refactoring for timefn 3413/head
2023-01-04  Danielle Rozenblitinitial commit
2023-01-04  Yann ColletMerge pull request #3391 from facebook/fix3228
2023-01-03  Yann Colletupdate levels.sh test 3391/head
2023-01-03  Yann Colletupdate regression results
2023-01-03  daniellerozenblitMerge pull request #3302 from daniellerozenblit/optimal...
2023-01-03  Danielle Rozenblitupdate regression results.csv 3302/head
2022-12-28  Yann ColletMerge pull request #3400 from danlark1/dev
2022-12-28  Yann ColletMerge pull request #3395 from terrelln/2022-12-21-depre...
2022-12-28  Yann ColletMerge pull request #3403 from facebook/setCParams
2022-12-28  Elliot GorokhovskyExternal matchfinder API (#3333)
2022-12-28  Yann ColletNew xp library symbol : ZSTD_CCtx_setCParams()
2022-12-28  Yann ColletMerge pull request #3394 from terrelln/issue-3010
2022-12-22  Nick Terrell[cli-tests] Add tests that use --trace-file-stat 3394/head
2022-12-22  Nick Terrell[tests] Remove deprecated function from longmatch.c... 3395/head
2022-12-22  Nick TerrellFix `make clangbuild` & add CI
2022-12-22  Nick Terrell[cli-tests] Add --set-exact-output to update the expect...
2022-12-21  Yann ColletMerge pull request #3385 from jonpalmisc/improve_help
2022-12-21  Jon PalmiscianoUpdate tests to expect new CLI help output 3385/head
2022-12-20  Danielle Rozenblitfix CI errors
2022-12-20  Danielle Rozenblithuf log speed optimization: unidirectional scan of...
2022-12-20  Felix HandteMerge pull request #3378 from facebook/dependabot/githu...
2022-12-20  Felix HandteMerge pull request #3377 from facebook/dependabot/githu...
2022-12-20  Felix HandteMerge pull request #3340 from facebook/dependabot/githu...
2022-12-20  Felix HandteMerge pull request #3173 from felixhandte/update-copyri...
2022-12-20  W. Felix HandteCoalesce Almost All Copyright Notices to Standard Phrasing 3173/head
next