| 2020-09-10 |
W. Felix Handte | Add Fuzzer Test for the Various Dict Attachment Strategies |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
W. Felix Handte | TODO: Comment |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
W. Felix Handte | Fix Compilation Warnings |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Bimba Shrestha | updating cold benchmark |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Bimba Shrestha | creating ZSTD_createCDict_advanced_internal |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Bimba Shrestha | changing to int for consistency |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Bimba Shrestha | using dict mls instead of src mls |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Bimba Shrestha | add hashtable head prefetching |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Bimba Shrestha | change method name for consistency |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Bimba Shrestha | pass correct cparams |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Bimba Shrestha | removing wrong comment |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Bimba Shrestha | making cctxParams a pointer |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Bimba Shrestha | loading dict using new algorithm |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Bimba Shrestha | adding dedicatedDictSearch algorithm |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Bimba Shrestha | adding enableDedicatedDictSearch to matchState_t |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Bimba Shrestha | adding dedicated dict load method to lazy |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Bimba Shrestha | adding ZSTD_createCDict_advanced2 to zstd.h |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Bimba Shrestha | always attach dict when using dedicatedDictSearch |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Bimba Shrestha | adding dedicatedDictSearch cParams helper methods |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Bimba Shrestha | adding ZSTD_dedicatedDictSearch_defaultCParameters... |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Bimba Shrestha | Add ZSTD_c_enableDedicatedDictSearch Param |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Nick Terrell | Merge pull request #2301 from terrelln/prepare-for... |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
senhuang42 | Adjust ZSTD_createCDict_byReference() function, and... |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Nick Terrell | [lib] Bump version number to 1.4.6 2301/head |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Nick Terrell | Update CHANGELOG for the next release |
commit | commitdiff | tree | snapshot |
| 2020-09-10 |
Nick Terrell | [doc] Document new build macros in lib/README.md |
commit | commitdiff | tree | snapshot |
| 2020-09-09 |
Nick Terrell | Merge pull request #2289 from terrelln/zstd-kernel-2 |
commit | commitdiff | tree | snapshot |
| 2020-09-09 |
Nick Terrell | [linux-kernel] Update README with initial instructions... 2289/head |
commit | commitdiff | tree | snapshot |
| 2020-09-09 |
Nick Terrell | [linux-kernel] Add test that checks the ifdef hardwiring |
commit | commitdiff | tree | snapshot |
| 2020-09-09 |
Nick Terrell | Add linux-kernel freestanding |
commit | commitdiff | tree | snapshot |
| 2020-09-09 |
Nick Terrell | [contrib] Add preprocessor hardwiring to freestanding.py |
commit | commitdiff | tree | snapshot |
| 2020-09-09 |
Nick Terrell | [lib] Add ZSTD_NO_UNUSED_FUNCTIONS macro to hide unused... |
commit | commitdiff | tree | snapshot |
| 2020-09-09 |
Nick Terrell | [lib] Replace 64-bit divisions with ZSTD_div64() |
commit | commitdiff | tree | snapshot |
| 2020-09-09 |
Nick Terrell | [lib] Reduce zstd stack usage by 1KB |
commit | commitdiff | tree | snapshot |
| 2020-09-09 |
Nick Terrell | Fix ZSTD_initCStream_advanced() with no dictionary... |
commit | commitdiff | tree | snapshot |
| 2020-09-09 |
Nick Terrell | Add ZSTD_NO_INTRINSICS macro to avoid explicit intrinsics |
commit | commitdiff | tree | snapshot |
| 2020-09-09 |
Nick Terrell | [lib] s/current/curr because it collides with Linux... |
commit | commitdiff | tree | snapshot |
| 2020-09-09 |
senhuang42 | nbThreads instead of numThreads 2299/head |
commit | commitdiff | tree | snapshot |
| 2020-09-08 |
Nick Terrell | Merge pull request #2291 from i-do-cpp/fix-compression... |
commit | commitdiff | tree | snapshot |
| 2020-09-08 |
senhuang42 | Add ZSTD_NUMTHREADS tests to playTests.sh |
commit | commitdiff | tree | snapshot |
| 2020-09-08 |
senhuang42 | Add include guards for init_numThreads() |
commit | commitdiff | tree | snapshot |
| 2020-09-08 |
senhuang42 | Update documentation for environment variable |
commit | commitdiff | tree | snapshot |
| 2020-09-07 |
senhuang42 | Add quick documentation for ZSTD_NUMTHREADS in the... |
commit | commitdiff | tree | snapshot |
| 2020-09-07 |
senhuang42 | Change param name to ZSTDCLI_NUMTHREADS_DEFAULT |
commit | commitdiff | tree | snapshot |
| 2020-09-07 |
senhuang42 | Change default num_threads value |
commit | commitdiff | tree | snapshot |
| 2020-09-07 |
senhuang42 | Adjust function signatures 2292/head |
commit | commitdiff | tree | snapshot |
| 2020-09-04 |
Felix Handte | Merge pull request #2294 from felixhandte/makefile... |
commit | commitdiff | tree | snapshot |
| 2020-09-04 |
senhuang42 | Always update bytes status in FIO_ctx_t |
commit | commitdiff | tree | snapshot |
| 2020-09-04 |
senhuang42 | Remove extraneous FIO_ctx_t functions |
commit | commitdiff | tree | snapshot |
| 2020-09-03 |
W. Felix Handte | Fix Makefile Variable Concatenation Order 2294/head |
commit | commitdiff | tree | snapshot |
| 2020-09-03 |
Nick Terrell | Merge pull request #2293 from allanjude/coverity |
commit | commitdiff | tree | snapshot |
| 2020-09-03 |
Allan Jude | Resolve Coverity 1432392 Unintentional integer overflow 2293/head |
commit | commitdiff | tree | snapshot |
| 2020-09-03 |
senhuang42 | Address memory leak in CLI from fCtx |
commit | commitdiff | tree | snapshot |
| 2020-09-03 |
senhuang42 | Fix FIO_removeMultiFilesWarning conflict |
commit | commitdiff | tree | snapshot |
| 2020-09-03 |
senhuang42 | Merge branch 'dev' into multifile_status_update_fio_ref... |
commit | commitdiff | tree | snapshot |
| 2020-09-03 |
senhuang42 | Remove comma-separated decls |
commit | commitdiff | tree | snapshot |
| 2020-09-03 |
senhuang42 | Adjust comments and struct to better reflect FIO_ctx_t |
commit | commitdiff | tree | snapshot |
| 2020-09-03 |
senhuang42 | Fix 1 file multifile logic, remove unnecessary variable... |
commit | commitdiff | tree | snapshot |
| 2020-09-02 |
Nick Terrell | Merge pull request #2279 from senhuang42/show_warnings_... |
commit | commitdiff | tree | snapshot |
| 2020-09-02 |
senhuang42 | Adjusted extra explanation warning to always pop up... 2279/head |
commit | commitdiff | tree | snapshot |
| 2020-09-01 |
senhuang42 | Fixed newline issue and adjusted wording in comment |
commit | commitdiff | tree | snapshot |
| 2020-09-01 |
senhuang42 | Cleanup comments, add function to set FIO_ctx_t.nbFiles... |
commit | commitdiff | tree | snapshot |
| 2020-09-01 |
senhuang42 | Fix the logic in printing final status updates |
commit | commitdiff | tree | snapshot |
| 2020-09-01 |
senhuang42 | Integrate refactor into status print for multifiles... |
commit | commitdiff | tree | snapshot |
| 2020-09-01 |
senhuang42 | Change name to ZSTD_NUMTHREADS |
commit | commitdiff | tree | snapshot |
| 2020-08-31 |
i-do-cpp | Update zstd_compress.c 2291/head |
commit | commitdiff | tree | snapshot |
| 2020-08-31 |
i-do-cpp | Fix setParameter not falling back to default compressio... |
commit | commitdiff | tree | snapshot |
| 2020-08-28 |
senhuang42 | First pass at refactoring and creating new FIO_ctx_t */ |
commit | commitdiff | tree | snapshot |
| 2020-08-27 |
senhuang42 | Improve documentation, update man |
commit | commitdiff | tree | snapshot |
| 2020-08-27 |
Yann Collet | Merge pull request #2288 from animalize/doc_version |
commit | commitdiff | tree | snapshot |
| 2020-08-27 |
animalize | Add ZSTD_versionString() function to manual. 2288/head |
commit | commitdiff | tree | snapshot |
| 2020-08-27 |
Nick Terrell | Merge pull request #2264 from terrelln/zstd-kernel |
commit | commitdiff | tree | snapshot |
| 2020-08-26 |
senhuang42 | Fix potential memory leak |
commit | commitdiff | tree | snapshot |
| 2020-08-26 |
senhuang42 | Fix UTIL_requireUserConfirmation() declaration |
commit | commitdiff | tree | snapshot |
| 2020-08-26 |
senhuang42 | Move logic into new function FIO_removeMultiFilesWarnin... |
commit | commitdiff | tree | snapshot |
| 2020-08-26 |
senhuang42 | Fix merge conflicts |
commit | commitdiff | tree | snapshot |
| 2020-08-26 |
Nick Terrell | [contrib] Add freestanding translator prototype 2264/head |
commit | commitdiff | tree | snapshot |
| 2020-08-26 |
Nick Terrell | ZSTD_ prefix mem{cpy,move,set},malloc,calloc,free |
commit | commitdiff | tree | snapshot |
| 2020-08-26 |
Nick Terrell | Rename ZSTD_{malloc,calloc,free} to ZSTD_custom{Malloc... |
commit | commitdiff | tree | snapshot |
| 2020-08-26 |
Nick Terrell | Move standard includes to zstd_deps.h |
commit | commitdiff | tree | snapshot |
| 2020-08-26 |
Yann Collet | Merge pull request #2283 from senhuang42/progress_bars_... |
commit | commitdiff | tree | snapshot |
| 2020-08-26 |
Nick Terrell | Merge pull request #2282 from terrelln/ncount-fix |
commit | commitdiff | tree | snapshot |
| 2020-08-26 |
senhuang42 | Remove extraneous FIO_setNbFiles() 2283/head |
commit | commitdiff | tree | snapshot |
| 2020-08-26 |
senhuang42 | Fix bug in user prompt where line was not flushed on... |
commit | commitdiff | tree | snapshot |
| 2020-08-26 |
senhuang42 | Adjust playTests.sh refuse overwrite test to include -q |
commit | commitdiff | tree | snapshot |
| 2020-08-26 |
senhuang42 | Fix single file decompression summary, remove escape... |
commit | commitdiff | tree | snapshot |
| 2020-08-26 |
Nick Terrell | Merge pull request #2285 from terrelln/oss-fuzz-fixes |
commit | commitdiff | tree | snapshot |
| 2020-08-26 |
Yann Collet | Merge pull request #2284 from terrelln/github-actions-arm |
commit | commitdiff | tree | snapshot |
| 2020-08-26 |
Nick Terrell | [fuzz] Fix stream_decompress timeouts 2285/head |
commit | commitdiff | tree | snapshot |
| 2020-08-26 |
Nick Terrell | [fuzz] Disable superblock expansion test |
commit | commitdiff | tree | snapshot |
| 2020-08-25 |
Nick Terrell | [github actions] Disable armbuild and armfuzz tests 2284/head |
commit | commitdiff | tree | snapshot |
| 2020-08-25 |
senhuang42 | Added env var function for threads |
commit | commitdiff | tree | snapshot |
| 2020-08-25 |
Nick Terrell | [bug] Fix FSE_readNCount() 2282/head |
commit | commitdiff | tree | snapshot |
| 2020-08-25 |
senhuang42 | Small formatting changes |
commit | commitdiff | tree | snapshot |
| 2020-08-25 |
senhuang42 | Remove decompression status update |
commit | commitdiff | tree | snapshot |
| 2020-08-25 |
senhuang42 | Small cleanups |
commit | commitdiff | tree | snapshot |
| 2020-08-25 |
senhuang42 | Make compatible with displaylevel = 2 and decompression |
commit | commitdiff | tree | snapshot |
| 2020-08-25 |
senhuang42 | Add initial live update with displayLevel = 2, add... |
commit | commitdiff | tree | snapshot |
| 2020-08-25 |
Yann Collet | Merge pull request #2278 from senhuang42/ignore_checksu... |
commit | commitdiff | tree | snapshot |
| 2020-08-25 |
senhuang42 | Add initial functionality to support -q |
commit | commitdiff | tree | snapshot |
| next |