]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2020-12-05  Yann Colletfix gcc-10 aliasing warning in zlib_wrapper 2415/head
2020-12-05  Yann Colletfix aliasing warning in decodecorpus
2020-12-05  Yann Colletfix gcc-10 strict aliasing warnings
2020-12-05  Yann Colletminor speed improvement to HUF_readCTable()
2020-12-04  Nick TerrellMerge pull request #2410 from terrelln/zlib-wrapper
2020-12-03  Nick TerrellMerge pull request #2406 from terrelln/linux-wrapper-api
2020-12-02  Nick Terrell[zlibWrapper] Only use public zstd functions 2410/head
2020-12-02  Yann ColletMerge pull request #2409 from facebook/test_makefile
2020-12-02  Nick TerrellMerge pull request #2390 from animalize/clamp_level
2020-12-02  Nick Terrell[contrib][linux] Add SPDX-License-Identifier 2406/head
2020-12-02  Nick Terrell[contrib][linux] Fix make import-upstream
2020-12-02  senMerge pull request #2407 from senhuang42/sequence_compr...
2020-12-02  Nick Terrell[contrib][linux] Follow style guide more closely
2020-12-02  Nick Terrell[contrib][linux] Add a make target to import upstream
2020-12-02  Yann Colletfixed fuzzer multithreading tests 2409/head
2020-12-02  Yann Colletfixed fuzzer32 to support multithreading tests
2020-12-02  senhuang42Move max nb seq check to per-block 2407/head
2020-12-02  Nick Terrell[contrib][linux-kernel] Fix test warnings
2020-12-02  Nick Terrell[minor][lib] Remove double semicolon
2020-12-02  Nick Terrell[contrib][linux] Add wrapper API
2020-12-02  Yann Colletremoved fullbench-lib from tests/all
2020-12-02  Yann Colletfixed API documentation
2020-12-02  Yann Colletstreamline fuzzer
2020-12-02  Yann Colletbetter usage of default build rules
2020-12-02  Yann Colletsimplified test makefile
2020-12-02  Yann ColletMerge pull request #2348 from dscheg/dev
2020-12-01  senMerge pull request #2405 from senhuang42/sequence_compr...
2020-12-01  senhuang42Add sequence nb validation to compressSequences(),... 2405/head
2020-11-30  Yann ColletMerge pull request #2399 from brawner/brawner/update...
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  Stephen BrawnerUpdate cmake_minimum_required to 2.8.12 2399/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
next