]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2020-10-13  Warner Loshaarch64: use __ARM_NEON instead of __aarch64__ to contr... 2356/head
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  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  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  senhuang42Add callsites to zstdcli.c and tests to playTests.sh 2329/head
2020-10-07  senhuang42Add hasStdoutOutput setter to fileio.h
2020-10-07  senhuang42Fixed logic for stdout output
2020-10-07  senhuang42Add new stdoutOutput field
2020-10-07  Martin LiskaAllow external creation of POOLs that can be shared. 2328/head
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  Yann Colletupdate fullbench for compressStream2() 2319/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  senhuang42Coding style cleanup 2303/head
2020-09-11  senhuang42Modify params rather than cctx->requestedParams
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...
next