]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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-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
2020-09-17  W. Felix HandteUse ZSTD_CCtxParams_init() to Init CCtxParams, not...
2020-09-17  W. Felix HandteAvoid Redundancy in ZSTD_initCDict_internal() Args...
2020-09-16  senhuang42Fix multifile decompression summary 2310/head
2020-09-16  senhuang42Add filename truncations to decompression
2020-09-15  W. Felix HandteFall Back if Derived CParams are Incompatible with...
2020-09-15  senhuang42Add display clears
2020-09-15  W. Felix HandteMake ZSTD_createCDict_advanced2() cctxParams Arg Const
2020-09-15  W. Felix HandteDo More Complete CParams Deduction in Non-DDSS Path...
2020-09-15  W. Felix HandtePull CParam Override Logic into Helper
2020-09-15  senhuang42Add padding to remove previous line's leftovers, and...
2020-09-14  Nick TerrellMerge pull request #2308 from terrelln/zstd-kernel
2020-09-14  Yann ColletMerge pull request #2292 from senhuang42/multifile_stat...
2020-09-14  Yann ColletMerge pull request #2299 from senhuang42/env_var_num_th...
2020-09-14  Yann ColletMerge pull request #2306 from facebook/check_endDirective
2020-09-14  Nick Terrell[contrib][linux-kernel] Add decompress_sources.h 2308/head
2020-09-14  Yann Colletminor fix casting for Visual 2306/head
2020-09-14  Yann Colletcheck endDirective in ZSTD_compressStream2()
2020-09-11  Felix HandteMerge pull request #2295 from felixhandte/dedicated...
2020-09-11  W. Felix HandtePrint More During Fuzzer Test to Avoid CI Killing it... 2295/head
2020-09-11  W. Felix HandteTest Fewer Dictionary Sizes
2020-09-11  W. Felix HandteFix Debug Logging in 32-bit Build
2020-09-11  W. Felix HandteDocument searchFuncs Table
2020-09-11  W. Felix HandteFurther Consolidate Dict Mode Checks
2020-09-11  W. Felix HandteImprove Documentation Slightly
2020-09-11  W. Felix HandteMake DDSS Selection Override ForceCopy Directive
2020-09-11  W. Felix HandteTest DDSS A Little More Thoroughly
2020-09-11  W. Felix HandteAttempt to Fix MSVC Warnings
2020-09-11  W. Felix HandteSimplify Match Limit Checks
2020-09-11  W. Felix HandteUse All Available Space in the Hash Table to Extent...
2020-09-11  W. Felix HandteRewrite Table Fill to Retain Cache Entries Beyond Chain...
2020-09-11  W. Felix HandteAvoid Malloc in Table Fill; Pack Tmp Structure into...
2020-09-11  W. Felix HandteTruncate Chain at Last Possible Attempt
2020-09-11  W. Felix HandtePrefetch Chain Table Matches
2020-09-11  W. Felix HandteLay Out Chain Table Chains Contiguously
2020-09-11  W. Felix HandteOnly Insert Positions Inside the Chain Window
2020-09-11  W. Felix HandteOnly Allow Dedicated Dict Search for Dicts Loaded in...
2020-09-11  Felix HandteMerge pull request #2276 from felixhandte/dedicated...
2020-09-10  W. Felix HandteFix Bug: Only Use DDSS Insertion on CDict MatchStates 2276/head
2020-09-10  W. Felix HandteShorten Dict Mode Conditionals in Order to Improve...
2020-09-10  W. Felix HandteForce-Inline ZSTD_insertAndFindFirstIndex_internal()
2020-09-10  W. Felix HandteClean Up Search Function Selection
2020-09-10  W. Felix HandteFix `-Wshorten-64-to-32` Error
2020-09-10  W. Felix HandteAdjust Working Context Table Sizes Back Down
2020-09-10  W. Felix HandteAdd Warning Comment to ZSTD_createCDict_advanced2(...
2020-09-10  W. Felix HandtePermit Matching Against Lowest Valid Position
2020-09-10  W. Felix HandteMake ZSTD_dedicatedDictSearch_getCParams Wrap ZSTD_getC...
2020-09-10  W. Felix HandteEasy: Fix Test
2020-09-10  W. Felix HandteRemove Chain Limit on Hash Cache Entries; Slightly...
2020-09-10  W. Felix HandteSplit Lookups in Hash Cache and Chain Table into Two...
2020-09-10  W. Felix HandteSimplify DDS Hash Table Construction
2020-09-10  W. Felix HandteDocument the ZSTD_c_enableDedicatedDictSearch Parameter
2020-09-10  W. Felix HandteRename and Move DD_BLOG Constant to ZSTD_LAZY_DDSS_BUCK...
2020-09-10  W. Felix HandtePrefetch First Batch of Match Positions; +11% Speed...
2020-09-10  W. Felix HandteFix Off-By-One Error in Counting DDS Search Attempts
2020-09-10  W. Felix HandteEnable Dedicated Dict Search in the CLI
2020-09-10  W. Felix HandteInit CCtx's Local Dict with CCtxParams
next