]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2020-09-10  W. Felix HandteAdd Fuzzer Test for the Various Dict Attachment Strategies
2020-09-10  W. Felix HandteTODO: Comment
2020-09-10  W. Felix HandteFix Compilation Warnings
2020-09-10  Bimba Shresthaupdating cold benchmark
2020-09-10  Bimba Shresthacreating ZSTD_createCDict_advanced_internal
2020-09-10  Bimba Shresthachanging to int for consistency
2020-09-10  Bimba Shresthausing dict mls instead of src mls
2020-09-10  Bimba Shresthaadd hashtable head prefetching
2020-09-10  Bimba Shresthachange method name for consistency
2020-09-10  Bimba Shresthapass correct cparams
2020-09-10  Bimba Shrestharemoving wrong comment
2020-09-10  Bimba Shresthamaking cctxParams a pointer
2020-09-10  Bimba Shresthaloading dict using new algorithm
2020-09-10  Bimba Shresthaadding dedicatedDictSearch algorithm
2020-09-10  Bimba Shresthaadding enableDedicatedDictSearch to matchState_t
2020-09-10  Bimba Shresthaadding dedicated dict load method to lazy
2020-09-10  Bimba Shresthaadding ZSTD_createCDict_advanced2 to zstd.h
2020-09-10  Bimba Shresthaalways attach dict when using dedicatedDictSearch
2020-09-10  Bimba Shresthaadding dedicatedDictSearch cParams helper methods
2020-09-10  Bimba Shresthaadding ZSTD_dedicatedDictSearch_defaultCParameters...
2020-09-10  Bimba ShresthaAdd ZSTD_c_enableDedicatedDictSearch Param
2020-09-10  Nick TerrellMerge pull request #2301 from terrelln/prepare-for...
2020-09-10  senhuang42Adjust ZSTD_createCDict_byReference() function, and...
2020-09-10  Nick Terrell[lib] Bump version number to 1.4.6 2301/head
2020-09-10  Nick TerrellUpdate CHANGELOG for the next release
2020-09-10  Nick Terrell[doc] Document new build macros in lib/README.md
2020-09-09  Nick TerrellMerge pull request #2289 from terrelln/zstd-kernel-2
2020-09-09  Nick Terrell[linux-kernel] Update README with initial instructions... 2289/head
2020-09-09  Nick Terrell[linux-kernel] Add test that checks the ifdef hardwiring
2020-09-09  Nick TerrellAdd linux-kernel freestanding
2020-09-09  Nick Terrell[contrib] Add preprocessor hardwiring to freestanding.py
2020-09-09  Nick Terrell[lib] Add ZSTD_NO_UNUSED_FUNCTIONS macro to hide unused...
2020-09-09  Nick Terrell[lib] Replace 64-bit divisions with ZSTD_div64()
2020-09-09  Nick Terrell[lib] Reduce zstd stack usage by 1KB
2020-09-09  Nick TerrellFix ZSTD_initCStream_advanced() with no dictionary...
2020-09-09  Nick TerrellAdd ZSTD_NO_INTRINSICS macro to avoid explicit intrinsics
2020-09-09  Nick Terrell[lib] s/current/curr because it collides with Linux...
2020-09-09  senhuang42nbThreads instead of numThreads 2299/head
2020-09-08  Nick TerrellMerge pull request #2291 from i-do-cpp/fix-compression...
2020-09-08  senhuang42Add ZSTD_NUMTHREADS tests to playTests.sh
2020-09-08  senhuang42Add include guards for init_numThreads()
2020-09-08  senhuang42Update documentation for environment variable
2020-09-07  senhuang42Add quick documentation for ZSTD_NUMTHREADS in the...
2020-09-07  senhuang42Change param name to ZSTDCLI_NUMTHREADS_DEFAULT
2020-09-07  senhuang42Change default num_threads value
2020-09-07  senhuang42Adjust function signatures 2292/head
2020-09-04  Felix HandteMerge pull request #2294 from felixhandte/makefile...
2020-09-04  senhuang42Always update bytes status in FIO_ctx_t
2020-09-04  senhuang42Remove extraneous FIO_ctx_t functions
2020-09-03  W. Felix HandteFix Makefile Variable Concatenation Order 2294/head
2020-09-03  Nick TerrellMerge pull request #2293 from allanjude/coverity
2020-09-03  Allan JudeResolve Coverity 1432392 Unintentional integer overflow 2293/head
2020-09-03  senhuang42Address memory leak in CLI from fCtx
2020-09-03  senhuang42Fix FIO_removeMultiFilesWarning conflict
2020-09-03  senhuang42Merge branch 'dev' into multifile_status_update_fio_ref...
2020-09-03  senhuang42Remove comma-separated decls
2020-09-03  senhuang42Adjust comments and struct to better reflect FIO_ctx_t
2020-09-03  senhuang42Fix 1 file multifile logic, remove unnecessary variable...
2020-09-02  Nick TerrellMerge pull request #2279 from senhuang42/show_warnings_...
2020-09-02  senhuang42Adjusted extra explanation warning to always pop up... 2279/head
2020-09-01  senhuang42Fixed newline issue and adjusted wording in comment
2020-09-01  senhuang42Cleanup comments, add function to set FIO_ctx_t.nbFiles...
2020-09-01  senhuang42Fix the logic in printing final status updates
2020-09-01  senhuang42Integrate refactor into status print for multifiles...
2020-09-01  senhuang42Change name to ZSTD_NUMTHREADS
2020-08-31  i-do-cppUpdate zstd_compress.c 2291/head
2020-08-31  i-do-cppFix setParameter not falling back to default compressio...
2020-08-28  senhuang42First pass at refactoring and creating new FIO_ctx_t */
2020-08-27  senhuang42Improve documentation, update man
2020-08-27  Yann ColletMerge pull request #2288 from animalize/doc_version
2020-08-27  animalizeAdd ZSTD_versionString() function to manual. 2288/head
2020-08-27  Nick TerrellMerge pull request #2264 from terrelln/zstd-kernel
2020-08-26  senhuang42Fix potential memory leak
2020-08-26  senhuang42Fix UTIL_requireUserConfirmation() declaration
2020-08-26  senhuang42Move logic into new function FIO_removeMultiFilesWarnin...
2020-08-26  senhuang42Fix merge conflicts
2020-08-26  Nick Terrell[contrib] Add freestanding translator prototype 2264/head
2020-08-26  Nick TerrellZSTD_ prefix mem{cpy,move,set},malloc,calloc,free
2020-08-26  Nick TerrellRename ZSTD_{malloc,calloc,free} to ZSTD_custom{Malloc...
2020-08-26  Nick TerrellMove standard includes to zstd_deps.h
2020-08-26  Yann ColletMerge pull request #2283 from senhuang42/progress_bars_...
2020-08-26  Nick TerrellMerge pull request #2282 from terrelln/ncount-fix
2020-08-26  senhuang42Remove extraneous FIO_setNbFiles() 2283/head
2020-08-26  senhuang42Fix bug in user prompt where line was not flushed on...
2020-08-26  senhuang42Adjust playTests.sh refuse overwrite test to include -q
2020-08-26  senhuang42Fix single file decompression summary, remove escape...
2020-08-26  Nick TerrellMerge pull request #2285 from terrelln/oss-fuzz-fixes
2020-08-26  Yann ColletMerge pull request #2284 from terrelln/github-actions-arm
2020-08-26  Nick Terrell[fuzz] Fix stream_decompress timeouts 2285/head
2020-08-26  Nick Terrell[fuzz] Disable superblock expansion test
2020-08-25  Nick Terrell[github actions] Disable armbuild and armfuzz tests 2284/head
2020-08-25  senhuang42Added env var function for threads
2020-08-25  Nick Terrell[bug] Fix FSE_readNCount() 2282/head
2020-08-25  senhuang42Small formatting changes
2020-08-25  senhuang42Remove decompression status update
2020-08-25  senhuang42Small cleanups
2020-08-25  senhuang42Make compatible with displaylevel = 2 and decompression
2020-08-25  senhuang42Add initial live update with displayLevel = 2, add...
2020-08-25  Yann ColletMerge pull request #2278 from senhuang42/ignore_checksu...
2020-08-25  senhuang42Add initial functionality to support -q
next