]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2020-09-07  senhuang42Adjust function signatures 2292/head
2020-09-04  senhuang42Always update bytes status in FIO_ctx_t
2020-09-04  senhuang42Remove extraneous FIO_ctx_t functions
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-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  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
2020-08-25  senhuang42Unified warning prompts into new function UTIL_requireU...
2020-08-25  Nick TerrellMerge pull request #2271 from terrelln/small-blocks
2020-08-25  senhuang42Only ask to proceed if using --rm, otherwise just displ...
2020-08-24  senhuang42Add a warning whenever (de)compressing multiple files...
2020-08-24  Nick TerrellFix compiler warnings 2271/head
2020-08-24  Nick TerrellMerge pull request #2272 from terrelln/dstSize_tooSmall
2020-08-24  Nick TerrellDocument the BMI2 default() functions
2020-08-24  senhuang42Adjust #ifndef logic 2278/head
2020-08-24  senhuang42Add new DCtx param: validateChecksum and update unit...
2020-08-24  Nick TerrellImprove FSE_normalizeCount() docs
2020-08-24  Nick Terrell[fix] Always return dstSize_tooSmall when it is the... 2272/head
2020-08-24  senhuang42Addressing comments: more comments, cleanup, remove...
2020-08-24  Nick TerrellFix up code after reading through
2020-08-24  senhuang42Document change in CLI for --no-check during decompress...
2020-08-22  senhuang42Added CLI tests for --no-check, fixed ignore checksum...
2020-08-22  senhuang42Added unit test to fuzzer.c, changed definition param...
2020-08-21  senhuang42Move enum into zstd.h, and fix pesky switch() logic
2020-08-21  senhuang42Adding CLI capability to invoke decompression with...
2020-08-21  senhuang42Add function prototype
2020-08-21  senhuang42Modify decompression loop to gnore checksums if flag...
2020-08-21  senhuang42Rename to ZSTD_d_forceIgnoreChecksum, add to DCtx,...
2020-08-21  senhuang42Add new definition of ZSTD_d_forceSkipChecksum in exper...
2020-08-20  Nick Terrell[regression] Update results.csv
2020-08-19  Yann ColletMerge pull request #2277 from atnbueno/patch-1
2020-08-19  Antonio BuenoFixed Markdown warnings. No visible changes. 2277/head
2020-08-19  Yann ColletMerge pull request #2268 from bimbashrestha/actions-icc
2020-08-18  Nick TerrellUse ncount=1 when < 4096 symbols
2020-08-17  Nick Terrellwire up bmi2 support
2020-08-17  Nick Terrellspeed up literal header decoding
2020-08-17  Nick Terrellspeed up small blocks
2020-08-15  Nick Terrellsmall blocks benchmark
2020-08-15  Felix HandteMerge pull request #2270 from felixhandte/fix-doc-cctx...
2020-08-14  W. Felix HandteFix Documentation for ZSTD_CCtxParams_setParameter() 2270/head
2020-08-13  Bimba Shrestharemoving icc from travis 2268/head
2020-08-13  Bimba Shresthaadding icc to actions
2020-08-13  Yann ColletMerge pull request #2267 from cwoffenden/clang-comma
2020-08-13  Carl WoffendenFix clang -Wcomma warning 2267/head
2020-08-11  Nick TerrellMerge pull request #2265 from terrelln/prefetch-fix
2020-08-11  Nick TerrellPrefer __builtin_prefetch over inline asm 2265/head
2020-08-11  Yann ColletMerge pull request #2262 from felixhandte/fewer-stat...
2020-08-10  W. Felix HandteFix MS Build 2262/head
2020-08-10  W. Felix HandteClean Up Redundant Checks, Rename FIO_remove() -> FIO_r...
2020-08-10  W. Felix HandteRemove UTIL_statFile() and UTIL_statDir(); Decompose...
2020-08-10  W. Felix HandteRemove Unused Function UTIL_fileExist()
2020-08-10  W. Felix HandteRe-Organize and Document Prototypes in util.h
2020-08-05  W. Felix HandteShare stat() Calls in Uses of UTIL_chmod()
2020-08-05  W. Felix HandteUse stat() to Check that File Should be chmod()-ed
2020-08-05  W. Felix HandteDeduplicate Some Low-Hanging Fruit of Redundant Stat...
2020-08-05  W. Felix HandteIntroduce Variants of Various UTIL Functions that Take...
2020-08-05  W. Felix HandteRename UTIL_getFileStat() -> UTIL_statFile() and UTIL_g...
2020-08-05  W. Felix HandteMark stat_t Arg to UTIL_setFileStat() const
2020-08-05  W. Felix HandteAdditionally Convert UTIL_getFileStat() Calls to UTIL_s...
2020-08-05  W. Felix HandteUse New Stat Helper
next