- 7e867ad Fix potential memory leak by senhuang42 · 4 years, 2 months ago
- ef11aad Fix UTIL_requireUserConfirmation() declaration by senhuang42 · 4 years, 2 months ago
- 7991c55 Move logic into new function FIO_removeMultiFilesWarning, add support for decompression by senhuang42 · 4 years, 2 months ago
- 3aec385 Fix merge conflicts by senhuang42 · 4 years, 2 months ago
- a8c6688 Merge pull request #2283 from senhuang42/progress_bars_for_multiple_files by Yann Collet · 4 years, 2 months ago
- cf83ace Merge pull request #2282 from terrelln/ncount-fix by Nick Terrell · 4 years, 2 months ago
- ead2387 Remove extraneous FIO_setNbFiles() by senhuang42 · 4 years, 2 months ago
- fed7e78 Fix bug in user prompt where line was not flushed on negative response by senhuang42 · 4 years, 2 months ago
- a73e131 Adjust playTests.sh refuse overwrite test to include -q by senhuang42 · 4 years, 2 months ago
- b6abbc3 Fix single file decompression summary, remove escape code dependency, add currFileIdx field to FIO_prefs, general cleanups/bugfixes by senhuang42 · 4 years, 2 months ago
- 3bcdcaa Merge pull request #2285 from terrelln/oss-fuzz-fixes by Nick Terrell · 4 years, 2 months ago
- eef88dc Merge pull request #2284 from terrelln/github-actions-arm by Yann Collet · 4 years, 2 months ago
- ae16301 [fuzz] Fix stream_decompress timeouts by Nick Terrell · 4 years, 2 months ago
- 49eeb2d [fuzz] Disable superblock expansion test by Nick Terrell · 4 years, 2 months ago
- 51dd7e6 [github actions] Disable armbuild and armfuzz tests by Nick Terrell · 4 years, 2 months ago
- 4193638 [bug] Fix FSE_readNCount() by Nick Terrell · 4 years, 2 months ago
- 96222cd Small formatting changes by senhuang42 · 4 years, 2 months ago
- 47a9ad2 Remove decompression status update by senhuang42 · 4 years, 2 months ago
- acee48d Small cleanups by senhuang42 · 4 years, 2 months ago
- a3401ca Make compatible with displaylevel = 2 and decompression by senhuang42 · 4 years, 2 months ago
- da38891 Add initial live update with displayLevel = 2, add new field to FIO_prefs_t by senhuang42 · 4 years, 2 months ago
- f82d986 Merge pull request #2278 from senhuang42/ignore_checksum_advanced_param by Yann Collet · 4 years, 2 months ago
- 7a7cd88 Add initial functionality to support -q by senhuang42 · 4 years, 2 months ago
- aab11ce Unified warning prompts into new function UTIL_requireUserConfirmationToProceed() by senhuang42 · 4 years, 2 months ago
- 614e446 Merge pull request #2271 from terrelln/small-blocks by Nick Terrell · 4 years, 2 months ago
- dde97de Only ask to proceed if using --rm, otherwise just display warning. -f bypasses it all. More robust tests by senhuang42 · 4 years, 2 months ago
- 1acf243 Add a warning whenever (de)compressing multiple files into one source, or into stdout by senhuang42 · 4 years, 2 months ago
- 52f33a1 Fix compiler warnings by Nick Terrell · 4 years, 2 months ago
- 6f301a7 Merge pull request #2272 from terrelln/dstSize_tooSmall by Nick Terrell · 4 years, 2 months ago
- 6d2f750 Document the BMI2 default() functions by Nick Terrell · 4 years, 2 months ago
- e1e41ad Adjust #ifndef logic by senhuang42 · 4 years, 2 months ago
- a030560 Add new DCtx param: validateChecksum and update unit tests by senhuang42 · 4 years, 2 months ago
- cebe0b5 Improve FSE_normalizeCount() docs by Nick Terrell · 4 years, 2 months ago
- 1302f8d [fix] Always return dstSize_tooSmall when it is the case by Nick Terrell · 4 years, 3 months ago
- 44c54a3 Addressing comments: more comments, cleanup, remove extra function, checksum logic by senhuang42 · 4 years, 2 months ago
- 8def0e5 Fix up code after reading through by Nick Terrell · 4 years, 2 months ago
- ffaa0df Document change in CLI for --no-check during decompression in --help menu by senhuang42 · 4 years, 2 months ago
- e3f5f96 Added CLI tests for --no-check, fixed ignore checksum logic by senhuang42 · 4 years, 3 months ago
- 20eb095 Added unit test to fuzzer.c, changed definition param name by senhuang42 · 4 years, 3 months ago
- 47685ac Move enum into zstd.h, and fix pesky switch() logic by senhuang42 · 4 years, 3 months ago
- 1b34b15 Adding CLI capability to invoke decompression with no checksum by senhuang42 · 4 years, 3 months ago
- 08d3567 Add function prototype by senhuang42 · 4 years, 3 months ago
- 6a8dbdc Modify decompression loop to gnore checksums if flag is enabled by senhuang42 · 4 years, 3 months ago
- 2f39124 Rename to ZSTD_d_forceIgnoreChecksum, add to DCtx, add function to set the advanced param by senhuang42 · 4 years, 3 months ago
- b5cddda Add new definition of ZSTD_d_forceSkipChecksum in experimental section by senhuang42 · 4 years, 3 months ago
- 8f8bd2d [regression] Update results.csv by Nick Terrell · 4 years, 3 months ago
- 5d91206 Merge pull request #2277 from atnbueno/patch-1 by Yann Collet · 4 years, 3 months ago
- 77c9708 Fixed Markdown warnings. No visible changes. by Antonio Bueno · 4 years, 3 months ago
- 5deeaf8 Merge pull request #2268 from bimbashrestha/actions-icc by Yann Collet · 4 years, 3 months ago
- 575731b Use ncount=1 when < 4096 symbols by Nick Terrell · 4 years, 3 months ago
- 612e947 wire up bmi2 support by Nick Terrell · 4 years, 3 months ago
- ba1fd17 speed up literal header decoding by Nick Terrell · 4 years, 3 months ago
- 6004c11 speed up small blocks by Nick Terrell · 4 years, 3 months ago
- a800626 small blocks benchmark by Nick Terrell · 4 years, 3 months ago
- bb265da Merge pull request #2270 from felixhandte/fix-doc-cctx-set-param by Felix Handte · 4 years, 3 months ago
- 99746ee Fix Documentation for ZSTD_CCtxParams_setParameter() by W. Felix Handte · 4 years, 3 months ago
- a944fc8 removing icc from travis by Bimba Shrestha · 4 years, 3 months ago
- b413dac adding icc to actions by Bimba Shrestha · 4 years, 3 months ago
- 57df21e Merge pull request #2267 from cwoffenden/clang-comma by Yann Collet · 4 years, 3 months ago
- 4c81fae Fix clang -Wcomma warning by Carl Woffenden · 4 years, 3 months ago
- 49069a3 Merge pull request #2265 from terrelln/prefetch-fix by Nick Terrell · 4 years, 3 months ago
- e3bda59 Prefer __builtin_prefetch over inline asm by Nick Terrell · 4 years, 3 months ago
- 63eebc8 Merge pull request #2262 from felixhandte/fewer-stat-syscalls by Yann Collet · 4 years, 3 months ago
- 953f0a0 Fix MS Build by W. Felix Handte · 4 years, 3 months ago
- b02cdf6 Clean Up Redundant Checks, Rename FIO_remove() -> FIO_removeFile() by W. Felix Handte · 4 years, 3 months ago
- 51ac020 Remove UTIL_statFile() and UTIL_statDir(); Decompose Former Call-Sites by W. Felix Handte · 4 years, 3 months ago
- 93dda98 Remove Unused Function UTIL_fileExist() by W. Felix Handte · 4 years, 3 months ago
- 7687869 Re-Organize and Document Prototypes in util.h by W. Felix Handte · 4 years, 3 months ago
- c144914 Share stat() Calls in Uses of UTIL_chmod() by W. Felix Handte · 4 years, 3 months ago
- 0a8aacb Use stat() to Check that File Should be chmod()-ed by W. Felix Handte · 4 years, 3 months ago
- 7238cca Deduplicate Some Low-Hanging Fruit of Redundant Stat Calls by W. Felix Handte · 4 years, 3 months ago
- 44fa052 Introduce Variants of Various UTIL Functions that Take Pre-Populated stat_t Structs by W. Felix Handte · 4 years, 3 months ago
- b6e24bc Rename UTIL_getFileStat() -> UTIL_statFile() and UTIL_getDirectoryStat() -> UTIL_statDir() by W. Felix Handte · 4 years, 3 months ago
- 1a1003f Mark stat_t Arg to UTIL_setFileStat() const by W. Felix Handte · 4 years, 3 months ago
- 5fbc6ad Additionally Convert UTIL_getFileStat() Calls to UTIL_stat() Where Appropriate by W. Felix Handte · 4 years, 3 months ago
- 69cb9e7 Use New Stat Helper by W. Felix Handte · 4 years, 3 months ago
- b11bea5 Introduce Dedicated Helper to Call stat() by W. Felix Handte · 4 years, 3 months ago
- 38e3854 Merge pull request #2258 from Niadb/dev by Yann Collet · 4 years, 3 months ago
- 60b56e3 Merge pull request #2253 from facebook/histvec by Yann Collet · 4 years, 3 months ago
- f85a0f8 Merge pull request #2256 from helloguo/dev by Nick Terrell · 4 years, 3 months ago
- bff41a4 Merge pull request #2259 from cwoffenden/vs-warning by Yann Collet · 4 years, 3 months ago
- 5d81d44 Fixed VS variable shadowing warning (and added test) by Carl Woffenden · 4 years, 3 months ago
- acb3dd9 Use ZSTD_copy16 instead of memcpy by helloguo · 4 years, 3 months ago
- a8ebc14 Update bitstream.h by Niadb · 4 years, 3 months ago
- 216a63d Add files via upload by Niadb · 4 years, 3 months ago
- 493fd40 Add files via upload by Niadb · 4 years, 3 months ago
- 82b0cd8 Optimize ZSTD_wildcopy by helloguo · 4 years, 3 months ago
- 01261bc Merge pull request #2252 from helloguo/dev by Nick Terrell · 4 years, 3 months ago
- 8b9cdd2 fixed overlapping count & workspace special case by Yann Collet · 4 years, 3 months ago
- 0512322 optimized histogram by Yann Collet · 4 years, 3 months ago
- 6de87b3 fix preprocessor in ZSTD_wildcopy by helloguo · 4 years, 3 months ago
- 15c5e20 updated documentation by Yann Collet · 4 years, 4 months ago
- e33e5ee Merge pull request #2250 from facebook/twoFieldsArgs by Yann Collet · 4 years, 4 months ago
- cf6c4fc Merge pull request #2249 from facebook/fsefix by Yann Collet · 4 years, 4 months ago
- 610c41f improved 2-args macro to support both syntaxes by Yann Collet · 4 years, 4 months ago
- 23941ee added tests for newly enabled syntax by Yann Collet · 4 years, 4 months ago
- 7280c1d extended 2-fields macro usage to number arguments by Yann Collet · 4 years, 4 months ago
- a7e5652 CLI: simplified handling of separated-fields arguments by Yann Collet · 4 years, 4 months ago
- 40f20b6 Merge pull request #2197 from neheb/hj by Yann Collet · 4 years, 4 months ago
- 62df5bc Merge pull request #2243 from facebook/uclibc by Yann Collet · 4 years, 4 months ago