]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2020-10-30  senhuang42Specify that getSequences() will always emit block... 2376/head
2020-10-30  senhuang42Sequence extractor should update CBlockState
2020-10-29  senhuang42Emit last literals of 0 size as well, to indicate block...
2020-10-29  senhuang42Correct literalsRead calculation to include longLength
2020-10-28  senhuang42Remove implicit typecast to appease appVeyor windows...
2020-10-28  senhuang42Clarify comments in zstd.h some more
2020-10-27  senhuang42Remove unused variable position
2020-10-27  senhuang42Add test compatibility with last literals in sequences
2020-10-27  senhuang42Add support for representing last literals in the extra...
2020-10-27  senhuang42Improve documentation of seqStore_t
2020-10-27  senhuang42Improve documentation regarding various operations...
2020-10-27  senhuang42Modify ZSTD_copyBlockSequences to agree with new API
2020-10-27  senhuang42Clarify and modify ZSTD_Sequence definition
2020-10-23  Yann ColletMerge pull request #2368 from facebook/progressive_libzstd
2020-10-22  Yann Colletautomatic %.h header dependency tracking 2368/head
2020-10-21  Yann ColletMerge pull request #2367 from facebook/progressive_build
2020-10-21  Yann Colletconsolidated vpath
2020-10-21  Yann Colletstore %.o object files into obj/
2020-10-21  Yann Colletminor cleaning
2020-10-21  Yann Colletbuild libzstd.so from object files
2020-10-21  Yann Colletdecouple zstd object files from lib/ 2367/head
2020-10-21  Yann Colletfixed travis tests
2020-10-20  Nick TerrellMerge pull request #2365 from senhuang42/move_opt_parse...
2020-10-19  senhuang42Move ldm no regression test to fuzzer longtests 2365/head
2020-10-16  Yann Colletfix appveyor test
2020-10-16  Nick TerrellMerge pull request #2359 from senhuang42/fuzz_makefile_...
2020-10-16  Yann ColletMerge pull request #2355 from senhuang42/change_ldm_mt_...
2020-10-16  Yann ColletMerge pull request #2357 from senhuang42/fix_ldm_nd_beh...
2020-10-16  Yann Colletminor : change test order
2020-10-16  Yann Colletfix .deps list
2020-10-16  Yann Colletsupport verbose build output with V=1
2020-10-16  Yann Collettrack header dependencies during build
2020-10-16  Yann Colletfaster rebuild of zstd
2020-10-15  Yann ColletMerge pull request #2361 from senhuang42/fix_travis_min...
2020-10-15  senhuang42Change make -j all check to make -j all && make check 2361/head
2020-10-15  Yann ColletMerge pull request #2360 from facebook/zwrap_parallel_build
2020-10-15  Yann Colletfix zlibwrap parallel build 2360/head
2020-10-15  senhuang42Add libregression build target, also fix make clean... 2359/head
2020-10-15  senhuang42Change cycleLog adjustment to +3 from +4 2355/head
2020-10-14  senhuang42Clarify argument names, fix DEBUGLOG() statements 2357/head
2020-10-14  senhuang42Adjust match backwards count args
2020-10-14  senhuang42Introduce, implement, and call ZSTD_ldm_countBackwardsM...
2020-10-14  senhuang42Merge branch 'dev' of github.com:senhuang42/zstd into...
2020-10-13  Nick TerrellMerge pull request #2356 from bsdimp/neon
2020-10-13  Yann ColletMerge pull request #2281 from likema/fix-aix-51
2020-10-13  Yann ColletMerge pull request #2341 from senhuang42/ldm_optimized_...
2020-10-13  Warner Loshaarch64: use __ARM_NEON instead of __aarch64__ to contr... 2356/head
2020-10-13  senhuang42Fix incorrect usage of cycleLog() in --patch-from
2020-10-13  Nick TerrellMerge pull request #2337 from terrelln/adjust-params
2020-10-12  Nick Terrell[minor] Improve docs and add an assert in response... 2337/head
2020-10-12  senhuang42Use cycleLog instead of chainLog to determine LDM jobLog
2020-10-12  Nick TerrellFix ZSTD_adjustCParams_internal() to handle dictionary...
2020-10-12  Nick Terrell[minor improvement] Pass 0 as the content size in the DDS
2020-10-12  Nick Terrell[minor improvement] Pass dictSize when selecting parameters
2020-10-12  Nick Terrell[refactor] Remove ZSTD_resetCStream_internal()
2020-10-12  Nick Terrell[bug] Fix dictContentType when reprocessing cdict
2020-10-09  senhuang42Require LDM matches to be strictly greater in length 2341/head
2020-10-09  Like MaFix building on AIX 5.1 2281/head
2020-10-09  Yann ColletMerge pull request #2329 from senhuang42/prevent_summar...
2020-10-09  Yann ColletMerge pull request #2328 from marxin/zstd-pool-api
2020-10-09  Yann ColletMerge pull request #2303 from senhuang42/let_cdict_take...
2020-10-09  Yann ColletMerge pull request #2319 from facebook/fullbench_stream2
2020-10-07  senhuang42Define kNullRawSeqStore for every file
2020-10-07  senhuang42Change matchState_t::ldmSeqStore to pointer
2020-10-07  senhuang42Move posInSequence correction to correct location
2020-10-07  senhuang42Replace offCode of largest match if ldm's offCode is...
2020-10-07  senhuang42Refactor usage of ms->ldmSeqStore so that it is not...
2020-10-07  senhuang42Refactor separate ldm variables all into one struct
2020-10-07  senhuang42Use kNullRawSeqStore constant in zstdmt_compress.c
2020-10-07  senhuang42Remove bubbling down matches with longer offCode and...
2020-10-07  senhuang42Disable LDM minMatch adjustment when using opt parser
2020-10-07  senhuang42Enable inclusion of mid-flight LDMs in opt parser
2020-10-07  senhuang42Correct incorrect offcode calculation
2020-10-07  senhuang42Fix static analyze fuzzer.c error
2020-10-07  senhuang42Add explicit conversion of size_t to U32
2020-10-07  senhuang42Add cSize regression test to fuzzer.c
2020-10-07  senhuang42Prefix new static ldm helpers with ZSTD_opt
2020-10-07  senhuang42Add DEBUGLOG() calls in ldm helpers
2020-10-07  senhuang42Make function descriptions more accurate
2020-10-07  senhuang42Improve documentation of relevant structs
2020-10-07  senhuang42Correct matchLength calculation and remove unnecessary...
2020-10-07  senhuang42Reset ldmSeqStore after initStats_ultra() pass for...
2020-10-07  senhuang42Refactor existing functions to use posInSequence
2020-10-07  senhuang42Adjustments to ldm_calculateMatchRange() to calculate...
2020-10-07  senhuang42Add ldm_calculateMatchRange() function
2020-10-07  senhuang42Remove rawSeqStore.base and add rawSeqStore.posInSequence
2020-10-07  senhuang42Add unit tests into playTests.sh
2020-10-07  senhuang42Prevent duplicate LDMs from being inserted
2020-10-07  senhuang42Add extra bounds check to prevent heap access after...
2020-10-07  senhuang42Address mixed variables C90 warning
2020-10-07  senhuang42ldm_getNextMatch fixed return values
2020-10-07  senhuang42Cleanups, add comments and explanations
2020-10-07  senhuang42Fixed sifting algorithm
2020-10-07  senhuang42Fixed end of match boundary update issues
2020-10-07  senhuang42Add proper bounds check on adding ldms
2020-10-07  senhuang42Add a function ldm_voidSequences()
2020-10-07  senhuang42Fix function argument to getNextMatch()
2020-10-07  senhuang42Adjustments to no longer segfault on nci
2020-10-07  senhuang42Add base adjustment correction
2020-10-07  senhuang42Add initial getNextMatch() in opt parser
next