2020-12-05 |
Yann Collet | fix gcc-10 aliasing warning in zlib_wrapper 2415/head |
commit | commitdiff | tree |
2020-12-05 |
Yann Collet | fix aliasing warning in decodecorpus |
commit | commitdiff | tree |
2020-12-05 |
Yann Collet | fix gcc-10 strict aliasing warnings |
commit | commitdiff | tree |
2020-12-05 |
Yann Collet | minor speed improvement to HUF_readCTable() |
commit | commitdiff | tree |
2020-12-04 |
Nick Terrell | Merge pull request #2410 from terrelln/zlib-wrapper |
commit | commitdiff | tree |
2020-12-03 |
Nick Terrell | Merge pull request #2406 from terrelln/linux-wrapper-api |
commit | commitdiff | tree |
2020-12-02 |
Nick Terrell | [zlibWrapper] Only use public zstd functions 2410/head |
commit | commitdiff | tree |
2020-12-02 |
Yann Collet | Merge pull request #2409 from facebook/test_makefile |
commit | commitdiff | tree |
2020-12-02 |
Nick Terrell | Merge pull request #2390 from animalize/clamp_level |
commit | commitdiff | tree |
2020-12-02 |
Nick Terrell | [contrib][linux] Add SPDX-License-Identifier 2406/head |
commit | commitdiff | tree |
2020-12-02 |
Nick Terrell | [contrib][linux] Fix make import-upstream |
commit | commitdiff | tree |
2020-12-02 |
sen | Merge pull request #2407 from senhuang42/sequence_compr... |
commit | commitdiff | tree |
2020-12-02 |
Nick Terrell | [contrib][linux] Follow style guide more closely |
commit | commitdiff | tree |
2020-12-02 |
Nick Terrell | [contrib][linux] Add a make target to import upstream |
commit | commitdiff | tree |
2020-12-02 |
Yann Collet | fixed fuzzer multithreading tests 2409/head |
commit | commitdiff | tree |
2020-12-02 |
Yann Collet | fixed fuzzer32 to support multithreading tests |
commit | commitdiff | tree |
2020-12-02 |
senhuang42 | Move max nb seq check to per-block 2407/head |
commit | commitdiff | tree |
2020-12-02 |
Nick Terrell | [contrib][linux-kernel] Fix test warnings |
commit | commitdiff | tree |
2020-12-02 |
Nick Terrell | [minor][lib] Remove double semicolon |
commit | commitdiff | tree |
2020-12-02 |
Nick Terrell | [contrib][linux] Add wrapper API |
commit | commitdiff | tree |
2020-12-02 |
Yann Collet | removed fullbench-lib from tests/all |
commit | commitdiff | tree |
2020-12-02 |
Yann Collet | fixed API documentation |
commit | commitdiff | tree |
2020-12-02 |
Yann Collet | streamline fuzzer |
commit | commitdiff | tree |
2020-12-02 |
Yann Collet | better usage of default build rules |
commit | commitdiff | tree |
2020-12-02 |
Yann Collet | simplified test makefile |
commit | commitdiff | tree |
2020-12-02 |
Yann Collet | Merge pull request #2348 from dscheg/dev |
commit | commitdiff | tree |
2020-12-01 |
sen | Merge pull request #2405 from senhuang42/sequence_compr... |
commit | commitdiff | tree |
2020-12-01 |
senhuang42 | Add sequence nb validation to compressSequences(),... 2405/head |
commit | commitdiff | tree |
2020-11-30 |
Yann Collet | Merge pull request #2399 from brawner/brawner/update... |
commit | commitdiff | tree |
2020-11-30 |
senhuang42 | Use cctx's minMatch instead of global MINMATCH, make... |
commit | commitdiff | tree |
2020-11-30 |
Nick Terrell | Merge pull request #2397 from dscheg/fixtrainfrombuffer |
commit | commitdiff | tree |
2020-11-30 |
Yann Collet | Merge pull request #2404 from facebook/lz4check |
commit | commitdiff | tree |
2020-11-30 |
Yann Collet | fix lz4 test messed by console detection 2404/head |
commit | commitdiff | tree |
2020-11-30 |
Yann Collet | Merge pull request #2403 from facebook/no_strncpy |
commit | commitdiff | tree |
2020-11-30 |
Yann Collet | added tests presumed to break lz4 console detection |
commit | commitdiff | tree |
2020-11-30 |
Yann Collet | fix gcc10 warnings 2403/head |
commit | commitdiff | tree |
2020-11-24 |
Stephen Brawner | Update cmake_minimum_required to 2.8.12 2399/head |
commit | commitdiff | tree |
2020-11-24 |
sen | Merge pull request #2398 from senhuang42/fix_seq_compre... |
commit | commitdiff | tree |
2020-11-23 |
senhuang42 | Force CCtx minmatch to be same as generated minmatch 2398/head |
commit | commitdiff | tree |
2020-11-22 |
Dmitriy Titarenko | Pass dictBufferCapacity to COVER_selectDict() 2397/head |
commit | commitdiff | tree |
2020-11-22 |
sen | Merge pull request #2394 from senhuang42/seq_compress_f... |
commit | commitdiff | tree |
2020-11-20 |
senhuang42 | Fix generating 1 too few characters in random string... 2394/head |
commit | commitdiff | tree |
2020-11-20 |
senhuang42 | Add appropriate bound to matchlengths, and reduce srcSi... |
commit | commitdiff | tree |
2020-11-20 |
senhuang42 | Add a bound for matchlength dependent on window size |
commit | commitdiff | tree |
2020-11-20 |
senhuang42 | Variety of minor fixups, reduce allocation, make determ... |
commit | commitdiff | tree |
2020-11-20 |
senhuang42 | Add built binary to .gitignore |
commit | commitdiff | tree |
2020-11-20 |
senhuang42 | Add new fuzzer to build targets |
commit | commitdiff | tree |
2020-11-20 |
senhuang42 | Implement new fuzzer for sequence compression |
commit | commitdiff | tree |
2020-11-20 |
sen | Merge pull request #2387 from senhuang42/compress_seque... |
commit | commitdiff | tree |
2020-11-20 |
senhuang42 | Add experimental param for sequence validation 2387/head |
commit | commitdiff | tree |
2020-11-20 |
senhuang42 | Remove unnecessary repcode backup, apply style choices... |
commit | commitdiff | tree |
2020-11-19 |
sen | Merge pull request #2395 from senhuang42/is_rle_speedup |
commit | commitdiff | tree |
2020-11-19 |
sen | Explicit cast for visual warnings 2395/head |
commit | commitdiff | tree |
2020-11-19 |
senhuang42 | Unroll isRLE loop |
commit | commitdiff | tree |
2020-11-18 |
senhuang42 | Clean up visual conversion warnings |
commit | commitdiff | tree |
2020-11-18 |
senhuang42 | Improve documentation on ZSTD_compressSequences() |
commit | commitdiff | tree |
2020-11-17 |
senhuang42 | Modification to offset validation to include entire... |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Fix assert edge case, improve documentation in zstd.h |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Fix warnings and make validation enabled by default |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Fix unit tests to agree with new changes |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Add new sequence format as an experimental CCtx param |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Overhaul logic to simplify, add in proper validations... |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Add new sequence compress api params to cctx |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Fix srcSize=0 edge case |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Fix literals length calculation |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Adjust unit tests to agree with new sequence generation API |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Remove dstCapacity error check |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Remove extraneous function in this API |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Add check comparing offset to window size |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Fix MSAN errors |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Address edge case with endPosInSequence |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Change debug levels to appropriate ones |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Add RLE support |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Fix various build warnings |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Add test case to roundtrip using ZSTD_getSequences... |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Add documentation for new api functions |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Refactor for enhanced code clarity |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Rename internal function compressSequences(), and promo... |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Add another API function to compress with existing... |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | More adjustments to improve code clarity |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Pull compressStream2() transparent initialization into... |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Add initial support for new ZSTD_Sequence mode |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Add sequence compression format param |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Always ensure sequenceRange updates properly, add more... |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Various minor logical refactors to improve clarity |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Fix cSize calculation for noCompressBlocks |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Rebased, roundtrips silesia.tar |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Refactor for better debugging info |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Corrections and edge-case fixes to be able to roundtrip... |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Multi-block compression scaffolding - works on single... |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Add support for uncompressible blocks |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Enable usage of ZSTD_sequenceRange for single-block... |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Add logic to handle ZSTD_sequenceRange |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Add last literals handling like getSequences() |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Pull block compression out of main compressSequences... |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Implement ZSTD_updateSequenceRange |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Modify SequenceRange to have posInSequence |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Add function definition for sequenceRange updater |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Add ZSTD_SequenceRange to count ranges in array of... |
commit | commitdiff | tree |
2020-11-16 |
senhuang42 | Add support for repcodes |
commit | commitdiff | tree |
next |