2020-09-10 |
W. Felix Handte | Simplify DDS Hash Table Construction |
commit | commitdiff | tree |
2020-09-10 |
W. Felix Handte | Document the ZSTD_c_enableDedicatedDictSearch Parameter |
commit | commitdiff | tree |
2020-09-10 |
W. Felix Handte | Rename and Move DD_BLOG Constant to ZSTD_LAZY_DDSS_BUCK... |
commit | commitdiff | tree |
2020-09-10 |
W. Felix Handte | Prefetch First Batch of Match Positions; +11% Speed... |
commit | commitdiff | tree |
2020-09-10 |
W. Felix Handte | Fix Off-By-One Error in Counting DDS Search Attempts |
commit | commitdiff | tree |
2020-09-10 |
W. Felix Handte | Enable Dedicated Dict Search in the CLI |
commit | commitdiff | tree |
2020-09-10 |
W. Felix Handte | Init CCtx's Local Dict with CCtxParams |
commit | commitdiff | tree |
2020-09-10 |
W. Felix Handte | Decision for Whether to Attach Should be Based on CDict... |
commit | commitdiff | tree |
2020-09-10 |
W. Felix Handte | Move Prefetch Before Insertion; Speed Up ~6% |
commit | commitdiff | tree |
2020-09-10 |
W. Felix Handte | Misc Refactor of DDS Search Code |
commit | commitdiff | tree |
2020-09-10 |
W. Felix Handte | Rename enableDedicatedDictSearch to dedicatedDictSearch... |
commit | commitdiff | tree |
2020-09-10 |
W. Felix Handte | Always Init CDict's enableDedicatedDictSearch Field |
commit | commitdiff | tree |
2020-09-10 |
W. Felix Handte | Add a ZSTD_dedicatedDictSearch ZSTD_dictMode_e to Allow... |
commit | commitdiff | tree |
2020-09-10 |
W. Felix Handte | Fix ZSTD_c_forceAttachDict Bounds |
commit | commitdiff | tree |
2020-09-10 |
W. Felix Handte | Make ZSTD_c_enableDedicatedDictSearch an Experimental... |
commit | commitdiff | tree |
2020-09-10 |
W. Felix Handte | Add Fuzzer Test for the Various Dict Attachment Strategies |
commit | commitdiff | tree |
2020-09-10 |
W. Felix Handte | TODO: Comment |
commit | commitdiff | tree |
2020-09-10 |
W. Felix Handte | Fix Compilation Warnings |
commit | commitdiff | tree |
2020-09-10 |
Bimba Shrestha | updating cold benchmark |
commit | commitdiff | tree |
2020-09-10 |
Bimba Shrestha | creating ZSTD_createCDict_advanced_internal |
commit | commitdiff | tree |
2020-09-10 |
Bimba Shrestha | changing to int for consistency |
commit | commitdiff | tree |
2020-09-10 |
Bimba Shrestha | using dict mls instead of src mls |
commit | commitdiff | tree |
2020-09-10 |
Bimba Shrestha | add hashtable head prefetching |
commit | commitdiff | tree |
2020-09-10 |
Bimba Shrestha | change method name for consistency |
commit | commitdiff | tree |
2020-09-10 |
Bimba Shrestha | pass correct cparams |
commit | commitdiff | tree |
2020-09-10 |
Bimba Shrestha | removing wrong comment |
commit | commitdiff | tree |
2020-09-10 |
Bimba Shrestha | making cctxParams a pointer |
commit | commitdiff | tree |
2020-09-10 |
Bimba Shrestha | loading dict using new algorithm |
commit | commitdiff | tree |
2020-09-10 |
Bimba Shrestha | adding dedicatedDictSearch algorithm |
commit | commitdiff | tree |
2020-09-10 |
Bimba Shrestha | adding enableDedicatedDictSearch to matchState_t |
commit | commitdiff | tree |
2020-09-10 |
Bimba Shrestha | adding dedicated dict load method to lazy |
commit | commitdiff | tree |
2020-09-10 |
Bimba Shrestha | adding ZSTD_createCDict_advanced2 to zstd.h |
commit | commitdiff | tree |
2020-09-10 |
Bimba Shrestha | always attach dict when using dedicatedDictSearch |
commit | commitdiff | tree |
2020-09-10 |
Bimba Shrestha | adding dedicatedDictSearch cParams helper methods |
commit | commitdiff | tree |
2020-09-10 |
Bimba Shrestha | adding ZSTD_dedicatedDictSearch_defaultCParameters... |
commit | commitdiff | tree |
2020-09-10 |
Bimba Shrestha | Add ZSTD_c_enableDedicatedDictSearch Param |
commit | commitdiff | tree |
2020-09-10 |
Nick Terrell | Merge pull request #2301 from terrelln/prepare-for... |
commit | commitdiff | tree |
2020-09-10 |
Nick Terrell | [lib] Bump version number to 1.4.6 2301/head |
commit | commitdiff | tree |
2020-09-10 |
Nick Terrell | Update CHANGELOG for the next release |
commit | commitdiff | tree |
2020-09-10 |
Nick Terrell | [doc] Document new build macros in lib/README.md |
commit | commitdiff | tree |
2020-09-09 |
Nick Terrell | Merge pull request #2289 from terrelln/zstd-kernel-2 |
commit | commitdiff | tree |
2020-09-09 |
Nick Terrell | [linux-kernel] Update README with initial instructions... 2289/head |
commit | commitdiff | tree |
2020-09-09 |
Nick Terrell | [linux-kernel] Add test that checks the ifdef hardwiring |
commit | commitdiff | tree |
2020-09-09 |
Nick Terrell | Add linux-kernel freestanding |
commit | commitdiff | tree |
2020-09-09 |
Nick Terrell | [contrib] Add preprocessor hardwiring to freestanding.py |
commit | commitdiff | tree |
2020-09-09 |
Nick Terrell | [lib] Add ZSTD_NO_UNUSED_FUNCTIONS macro to hide unused... |
commit | commitdiff | tree |
2020-09-09 |
Nick Terrell | [lib] Replace 64-bit divisions with ZSTD_div64() |
commit | commitdiff | tree |
2020-09-09 |
Nick Terrell | [lib] Reduce zstd stack usage by 1KB |
commit | commitdiff | tree |
2020-09-09 |
Nick Terrell | Fix ZSTD_initCStream_advanced() with no dictionary... |
commit | commitdiff | tree |
2020-09-09 |
Nick Terrell | Add ZSTD_NO_INTRINSICS macro to avoid explicit intrinsics |
commit | commitdiff | tree |
2020-09-09 |
Nick Terrell | [lib] s/current/curr because it collides with Linux... |
commit | commitdiff | tree |
2020-09-08 |
Nick Terrell | Merge pull request #2291 from i-do-cpp/fix-compression... |
commit | commitdiff | tree |
2020-09-04 |
Felix Handte | Merge pull request #2294 from felixhandte/makefile... |
commit | commitdiff | tree |
2020-09-03 |
W. Felix Handte | Fix Makefile Variable Concatenation Order 2294/head |
commit | commitdiff | tree |
2020-09-03 |
Nick Terrell | Merge pull request #2293 from allanjude/coverity |
commit | commitdiff | tree |
2020-09-03 |
Allan Jude | Resolve Coverity 1432392 Unintentional integer overflow 2293/head |
commit | commitdiff | tree |
2020-09-02 |
Nick Terrell | Merge pull request #2279 from senhuang42/show_warnings_... |
commit | commitdiff | tree |
2020-09-02 |
senhuang42 | Adjusted extra explanation warning to always pop up... 2279/head |
commit | commitdiff | tree |
2020-09-01 |
senhuang42 | Fixed newline issue and adjusted wording in comment |
commit | commitdiff | tree |
2020-08-31 |
i-do-cpp | Update zstd_compress.c 2291/head |
commit | commitdiff | tree |
2020-08-31 |
i-do-cpp | Fix setParameter not falling back to default compressio... |
commit | commitdiff | tree |
2020-08-27 |
senhuang42 | Improve documentation, update man |
commit | commitdiff | tree |
2020-08-27 |
Yann Collet | Merge pull request #2288 from animalize/doc_version |
commit | commitdiff | tree |
2020-08-27 |
animalize | Add ZSTD_versionString() function to manual. 2288/head |
commit | commitdiff | tree |
2020-08-27 |
Nick Terrell | Merge pull request #2264 from terrelln/zstd-kernel |
commit | commitdiff | tree |
2020-08-26 |
senhuang42 | Fix potential memory leak |
commit | commitdiff | tree |
2020-08-26 |
senhuang42 | Fix UTIL_requireUserConfirmation() declaration |
commit | commitdiff | tree |
2020-08-26 |
senhuang42 | Move logic into new function FIO_removeMultiFilesWarnin... |
commit | commitdiff | tree |
2020-08-26 |
senhuang42 | Fix merge conflicts |
commit | commitdiff | tree |
2020-08-26 |
Nick Terrell | [contrib] Add freestanding translator prototype 2264/head |
commit | commitdiff | tree |
2020-08-26 |
Nick Terrell | ZSTD_ prefix mem{cpy,move,set},malloc,calloc,free |
commit | commitdiff | tree |
2020-08-26 |
Nick Terrell | Rename ZSTD_{malloc,calloc,free} to ZSTD_custom{Malloc... |
commit | commitdiff | tree |
2020-08-26 |
Nick Terrell | Move standard includes to zstd_deps.h |
commit | commitdiff | tree |
2020-08-26 |
Yann Collet | Merge pull request #2283 from senhuang42/progress_bars_... |
commit | commitdiff | tree |
2020-08-26 |
Nick Terrell | Merge pull request #2282 from terrelln/ncount-fix |
commit | commitdiff | tree |
2020-08-26 |
senhuang42 | Remove extraneous FIO_setNbFiles() 2283/head |
commit | commitdiff | tree |
2020-08-26 |
senhuang42 | Fix bug in user prompt where line was not flushed on... |
commit | commitdiff | tree |
2020-08-26 |
senhuang42 | Adjust playTests.sh refuse overwrite test to include -q |
commit | commitdiff | tree |
2020-08-26 |
senhuang42 | Fix single file decompression summary, remove escape... |
commit | commitdiff | tree |
2020-08-26 |
Nick Terrell | Merge pull request #2285 from terrelln/oss-fuzz-fixes |
commit | commitdiff | tree |
2020-08-26 |
Yann Collet | Merge pull request #2284 from terrelln/github-actions-arm |
commit | commitdiff | tree |
2020-08-26 |
Nick Terrell | [fuzz] Fix stream_decompress timeouts 2285/head |
commit | commitdiff | tree |
2020-08-26 |
Nick Terrell | [fuzz] Disable superblock expansion test |
commit | commitdiff | tree |
2020-08-25 |
Nick Terrell | [github actions] Disable armbuild and armfuzz tests 2284/head |
commit | commitdiff | tree |
2020-08-25 |
Nick Terrell | [bug] Fix FSE_readNCount() 2282/head |
commit | commitdiff | tree |
2020-08-25 |
senhuang42 | Small formatting changes |
commit | commitdiff | tree |
2020-08-25 |
senhuang42 | Remove decompression status update |
commit | commitdiff | tree |
2020-08-25 |
senhuang42 | Small cleanups |
commit | commitdiff | tree |
2020-08-25 |
senhuang42 | Make compatible with displaylevel = 2 and decompression |
commit | commitdiff | tree |
2020-08-25 |
senhuang42 | Add initial live update with displayLevel = 2, add... |
commit | commitdiff | tree |
2020-08-25 |
Yann Collet | Merge pull request #2278 from senhuang42/ignore_checksu... |
commit | commitdiff | tree |
2020-08-25 |
senhuang42 | Add initial functionality to support -q |
commit | commitdiff | tree |
2020-08-25 |
senhuang42 | Unified warning prompts into new function UTIL_requireU... |
commit | commitdiff | tree |
2020-08-25 |
Nick Terrell | Merge pull request #2271 from terrelln/small-blocks |
commit | commitdiff | tree |
2020-08-25 |
senhuang42 | Only ask to proceed if using --rm, otherwise just displ... |
commit | commitdiff | tree |
2020-08-24 |
senhuang42 | Add a warning whenever (de)compressing multiple files... |
commit | commitdiff | tree |
2020-08-24 |
Nick Terrell | Fix compiler warnings 2271/head |
commit | commitdiff | tree |
2020-08-24 |
Nick Terrell | Merge pull request #2272 from terrelln/dstSize_tooSmall |
commit | commitdiff | tree |
2020-08-24 |
Nick Terrell | Document the BMI2 default() functions |
commit | commitdiff | tree |
2020-08-24 |
senhuang42 | Adjust #ifndef logic 2278/head |
commit | commitdiff | tree |
next |