]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2020-10-09  senhuang42Require LDM matches to be strictly greater in length 2341/head
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
2020-10-07  senhuang42Added more debugging
2020-10-07  senhuang42Add re-copying of ldmSeqStore after processing
2020-10-07  senhuang42Add debug statements, flesh out functions
2020-10-07  senhuang42Get zstd to build with new functions and callsites...
2020-10-07  senhuang42Implement part of ldm_maybeAddLdm()
2020-10-07  senhuang42Implement ldm_getNextMatch()
2020-10-07  senhuang42Implement basic splitSequence and skipSequence functions
2020-10-07  senhuang42Flesh out required args for ldm_handleLdm()
2020-10-07  senhuang42Add callsites to appropriate locations in ..opt_generic()
2020-10-07  senhuang42Add ldm helper function declarations into opt parser
2020-10-07  senhuang42Modify codepath to use opt parser exclusively if the...
2020-10-07  senhuang42Add rawSeqStore to match state
2020-10-06  Yann ColletMerge pull request #2330 from senhuang42/fix_stdinout_e...
2020-10-02  Nick TerrellMerge pull request #2338 from terrelln/comments
2020-10-02  Nick TerrellMerge pull request #2333 from terrelln/stable-dst
2020-10-01  Nick TerrellReset all decompression parameters in ZSTD_DCtx_reset() 2333/head
2020-10-01  Nick TerrellAdd comments to ZSTD_getLowest{Match,Prefix}Index() 2338/head
2020-09-30  Yann ColletMerge pull request #2317 from animalize/msvc_inline
2020-09-30  Yann ColletMerge pull request #2321 from senhuang42/disallow_repco...
2020-09-30  Yann ColletMerge pull request #2322 from senhuang42/guard_against_...
2020-09-29  Nick TerrellMerge pull request #2326 from terrelln/kernel-test-fix
2020-09-28  senhuang42Modify error messages on console input/output 2330/head
2020-09-25  senhuang42Fix Stdin typo 2322/head
2020-09-25  Yann ColletMerge pull request #2310 from senhuang42/fix_multifile_...
2020-09-25  Nick Terrell[superblock] Reduce stack usage by correctly sizing... 2326/head
2020-09-25  Nick Terrell[lib] Add ZSTD_COMPRESS_HEAPMODE tuning parameter
2020-09-25  Nick Terrell[freestanding] Improve macro resolution to handle ...
2020-09-25  Nick TerrellAllow user to override ASAN/MSAN detection
2020-09-25  Nick TerrellRemove call to memset
2020-09-25  Nick Terrell[linux-kernel] Avoid including <string.h> in the tests
2020-09-25  Nick TerrellReorganize zstd_deps.h and mem.h + replace mem.h for...
2020-09-24  Nick TerrellMove __has_builtin() fallback define to compiler.h
2020-09-24  Nick TerrellMove ASAN/MSAN support declarations to compiler.h
2020-09-24  Nick TerrellRemove MEM_STATIC_ASSERT and use DEBUG_STATIC_ASSERT...
2020-09-24  senhuang42Update unit tests
2020-09-24  senhuang42Add more useful failure message when stdin is an input
2020-09-24  senhuang42Expand UTIL_requireUserConfirmation to include stdin...
2020-09-24  senhuang42Add FIO_determineHasStdinInput() function and member...
2020-09-24  senhuang42Add fCtx to FIO_openDstFile()
2020-09-24  Yann ColletMerge pull request #2315 from senhuang42/allow_zstd_suffix
2020-09-24  Nick Terrell[linux-kernel] Add missing semicolon in zstd_deps.h
2020-09-24  Nick Terrell[lib] Wrap customMem xor checks in parens for readability
2020-09-23  Nick TerrellMerge pull request #2324 from terrelln/kernel-test-fix
2020-09-23  Nick Terrell[CI][linux-kernel] Enable -Wunused-const-variable and... 2324/head
2020-09-23  Nick Terrell[lib] Silence -Wunused-const-variable warnings
2020-09-23  Nick Terrell[linux-kernel] Fix unused variable warnings with malloc...
2020-09-22  senhuang42Add unit tests to guard against bad stdin
2020-09-22  senhuang42Use IS_CONSOLE macro to detect that we're indeed using...
2020-09-22  Nick TerrellMerge pull request #2320 from terrelln/test-fix
2020-09-22  senhuang42Updated to repcode documentation to reflect dict conten... 2321/head
2020-09-22  senhuang42Update documentation about repcodes in dictionaries
2020-09-22  Nick Terrell[tests] Don't write to stdout 2320/head
2020-09-21  animalizeUse `MEM_STATIC FORCE_INLINE_ATTR` instead of `FORCE_IN... 2317/head
2020-09-21  animalizeLet MSVC force inline ZSTD_hashPtr() function
2020-09-18  Felix HandteMerge pull request #2311 from felixhandte/ddss-fix...
2020-09-18  senhuang42Add -f to .zstd decompression CLI test 2315/head
2020-09-18  senhuang42Support .zstd suffix only for decompression
2020-09-18  Felix HandteMerge pull request #2313 from felixhandte/fuzzer-separa...
2020-09-17  W. Felix HandteRun Long Tests in GitHub CI 2313/head
2020-09-17  W. Felix HandteMove Last Two Long Tests in fuzzer.c into Separate...
2020-09-17  W. Felix HandteUpdate Regression Test Results 2311/head
next