]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2020-12-01  senhuang42Add sequence nb validation to compressSequences(),... 2405/head
2020-11-30  senhuang42Use cctx's minMatch instead of global MINMATCH, make...
2020-11-30  Nick TerrellMerge pull request #2397 from dscheg/fixtrainfrombuffer
2020-11-30  Yann ColletMerge pull request #2404 from facebook/lz4check
2020-11-30  Yann Colletfix lz4 test messed by console detection 2404/head
2020-11-30  Yann ColletMerge pull request #2403 from facebook/no_strncpy
2020-11-30  Yann Colletadded tests presumed to break lz4 console detection
2020-11-30  Yann Colletfix gcc10 warnings 2403/head
2020-11-24  senMerge pull request #2398 from senhuang42/fix_seq_compre...
2020-11-23  senhuang42Force CCtx minmatch to be same as generated minmatch 2398/head
2020-11-22  Dmitriy TitarenkoPass dictBufferCapacity to COVER_selectDict() 2397/head
2020-11-22  senMerge pull request #2394 from senhuang42/seq_compress_f...
2020-11-20  senhuang42Fix generating 1 too few characters in random string... 2394/head
2020-11-20  senhuang42Add appropriate bound to matchlengths, and reduce srcSi...
2020-11-20  senhuang42Add a bound for matchlength dependent on window size
2020-11-20  senhuang42Variety of minor fixups, reduce allocation, make determ...
2020-11-20  senhuang42Add built binary to .gitignore
2020-11-20  senhuang42Add new fuzzer to build targets
2020-11-20  senhuang42Implement new fuzzer for sequence compression
2020-11-20  senMerge pull request #2387 from senhuang42/compress_seque...
2020-11-20  senhuang42Add experimental param for sequence validation 2387/head
2020-11-20  senhuang42Remove unnecessary repcode backup, apply style choices...
2020-11-19  senMerge pull request #2395 from senhuang42/is_rle_speedup
2020-11-19  senExplicit cast for visual warnings 2395/head
2020-11-19  senhuang42Unroll isRLE loop
2020-11-18  senhuang42Clean up visual conversion warnings
2020-11-18  senhuang42Improve documentation on ZSTD_compressSequences()
2020-11-17  senhuang42Modification to offset validation to include entire...
2020-11-16  senhuang42Fix assert edge case, improve documentation in zstd.h
2020-11-16  senhuang42Fix warnings and make validation enabled by default
2020-11-16  senhuang42Fix unit tests to agree with new changes
2020-11-16  senhuang42Add new sequence format as an experimental CCtx param
2020-11-16  senhuang42Overhaul logic to simplify, add in proper validations...
2020-11-16  senhuang42Add new sequence compress api params to cctx
2020-11-16  senhuang42Fix srcSize=0 edge case
2020-11-16  senhuang42Fix literals length calculation
2020-11-16  senhuang42Adjust unit tests to agree with new sequence generation API
2020-11-16  senhuang42Remove dstCapacity error check
2020-11-16  senhuang42Remove extraneous function in this API
2020-11-16  senhuang42Add check comparing offset to window size
2020-11-16  senhuang42Fix MSAN errors
2020-11-16  senhuang42Address edge case with endPosInSequence
2020-11-16  senhuang42Change debug levels to appropriate ones
2020-11-16  senhuang42Add RLE support
2020-11-16  senhuang42Fix various build warnings
2020-11-16  senhuang42Add test case to roundtrip using ZSTD_getSequences...
2020-11-16  senhuang42Add documentation for new api functions
2020-11-16  senhuang42Refactor for enhanced code clarity
2020-11-16  senhuang42Rename internal function compressSequences(), and promo...
2020-11-16  senhuang42Add another API function to compress with existing...
2020-11-16  senhuang42More adjustments to improve code clarity
2020-11-16  senhuang42Pull compressStream2() transparent initialization into...
2020-11-16  senhuang42Add initial support for new ZSTD_Sequence mode
2020-11-16  senhuang42Add sequence compression format param
2020-11-16  senhuang42Always ensure sequenceRange updates properly, add more...
2020-11-16  senhuang42Various minor logical refactors to improve clarity
2020-11-16  senhuang42Fix cSize calculation for noCompressBlocks
2020-11-16  senhuang42Rebased, roundtrips silesia.tar
2020-11-16  senhuang42Refactor for better debugging info
2020-11-16  senhuang42Corrections and edge-case fixes to be able to roundtrip...
2020-11-16  senhuang42Multi-block compression scaffolding - works on single...
2020-11-16  senhuang42Add support for uncompressible blocks
2020-11-16  senhuang42Enable usage of ZSTD_sequenceRange for single-block...
2020-11-16  senhuang42Add logic to handle ZSTD_sequenceRange
2020-11-16  senhuang42Add last literals handling like getSequences()
2020-11-16  senhuang42Pull block compression out of main compressSequences...
2020-11-16  senhuang42Implement ZSTD_updateSequenceRange
2020-11-16  senhuang42Modify SequenceRange to have posInSequence
2020-11-16  senhuang42Add function definition for sequenceRange updater
2020-11-16  senhuang42Add ZSTD_SequenceRange to count ranges in array of...
2020-11-16  senhuang42Add support for repcodes
2020-11-16  senhuang42Code cleanup, add debuglog statments
2020-11-16  senhuang42Implement first pass at compressSequences()
2020-11-16  senhuang42Add initial function prototype for ZSTD_compressSequenc...
2020-11-15  senMerge pull request #2393 from senhuang42/fix_sequence_e...
2020-11-14  senhuang42Reduce number of memcpy() calls 2393/head
2020-11-12  senhuang42Use existing repcode update function to implement updates
2020-11-12  senhuang42Add in proper block repcode histories
2020-11-12  senhuang42Let block reps persist
2020-11-12  senhuang42Fix incorrect repcode setting
2020-11-12  senhuang42Improve unit test
2020-11-12  senhuang42Overhaul repcode handling logic
2020-11-06  Yann ColletMerge pull request #2388 from facebook/fix2386
2020-11-06  senMerge pull request #2381 from senhuang42/expand_sequenc...
2020-11-06  Yann Colletfix multiple minor conversion warnings 2388/head
2020-11-06  Yann Colletfix incorrect assert
2020-11-06  senhuang42Update unit tests 2381/head
2020-11-06  senhuang42Implement mergeGeneratedSequences()
2020-11-06  senhuang42Rename getSequences() to generateSequences()
2020-11-06  senhuang42Add new mergeGeneratedSequences() function
2020-11-05  Nick TerrellMerge pull request #2385 from LuAPi/add-ZSTD_getDictID_...
2020-11-04  Luke PittAdd ZSTD_getDictID_fromCDict function to experimental... 2385/head
2020-11-02  senhuang42Change block delimiter removing to linear time approach
2020-11-02  senhuang42Remove trailing comma
2020-11-02  senhuang42Use ZSTD_memmove() instead of memmove()
2020-11-02  senhuang42Revert compressibility change
2020-11-02  senhuang42Update name of enum, clarify documentation
2020-11-02  senhuang42Update unit test
2020-11-02  senhuang42Revert unnecessary seqCollector adjustment
2020-11-02  senhuang42Fix incorrect index increment in merge algorithm
next