]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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
2020-11-02  senhuang42Add algorithm to remove all delimiters
2020-11-02  senhuang42Update seqCollector definition
2020-11-02  senhuang42Update ZSTD_getSequences function signature
2020-11-02  senhuang42Add new enum for different sequence formats for ingesti...
2020-11-02  senMerge pull request #2378 from senhuang42/free_cress_ptr
2020-10-30  Nick TerrellMerge pull request #2379 from terrelln/regression-test
2020-10-30  Nick TerrellMerge pull request #2354 from terrelln/stable-buffer
2020-10-30  Nick Terrell[regression] Add README explaining the test 2379/head
2020-10-30  Nick Terrell[regression] Update results.csv
2020-10-30  senMerge pull request #2376 from senhuang42/clarify_sequen...
2020-10-30  Nick Terrell[test] Add unit tests for ZSTD_c_stable{In,Out}Buffer 2354/head
2020-10-30  Nick Terrell[lib] Avoid allocating the input buffer when ZSTD_c_sta...
2020-10-30  Nick Terrell[lib] Skip the input window buffer when ZSTD_c_stableIn...
2020-10-30  Nick Terrell[cwksp] Return NULL when 0 bytes are requested
2020-10-30  Nick Terrell[lib] Avoid allocating output buffer when ZSTD_c_stable...
2020-10-30  Nick Terrell[lib] Compress directly into output when ZSTD_c_stableO...
2020-10-30  Nick Terrell[lib] Take the shortcut when ZSTD_c_stableOutBuffer...
2020-10-30  Nick Terrell[lib] Set ZSTD_c_stable{In,Out}Buffer in ZSTD_compress2()
2020-10-30  Nick Terrell[lib] Validate buffers when ZSTD_c_stable{In,Out}Buffer...
2020-10-30  Nick Terrell[API] Add ZSTD_c_stable{In,Out}Buffer parameters
2020-10-30  Nick Terrell[lib] Set appliedParams in zstdmt mode
2020-10-30  senhuang42Specify that getSequences() will always emit block... 2376/head
2020-10-30  senhuang42Sequence extractor should update CBlockState
2020-10-29  senhuang42Emit last literals of 0 size as well, to indicate block...
2020-10-29  senhuang42Correct literalsRead calculation to include longLength
2020-10-29  senMerge pull request #2375 from senhuang42/ldm_oss_fuzz_t...
2020-10-28  senhuang42Un-mix declarations and code 2375/head
2020-10-28  senhuang42Remove implicit typecast to appease appVeyor windows...
2020-10-28  senhuang42Add check for allocation
2020-10-28  Yann ColletMerge pull request #2373 from facebook/libzstd_autoconf...
2020-10-28  Yann ColletMerge branch 'dev' into libzstd_autoconf_full 2373/head
2020-10-28  Yann ColletMerge branch 'libzstd_autoconf_full' of github.com...
2020-10-28  Yann Colletminor Makefile refactor
2020-10-28  senhuang42Clarify comments in zstd.h some more
2020-10-28  Nick TerrellMerge pull request #2339 from terrelln/zstdmt-stability
2020-10-27  Yann ColletMerge branch 'dev' into libzstd_autoconf_full
2020-10-27  Yann ColletMerge pull request #2374 from bket/portability
2020-10-27  senhuang42Move test to appropriate location
2020-10-27  senhuang42Add test to fuzzer.c
2020-10-27  senMerge pull request #2366 from senhuang42/enable_ldm_by_...
2020-10-27  Nick TerrellMerge pull request #2362 from senhuang42/fix_ldm_fuzz_issue
2020-10-27  senhuang42Remove unused variable position
2020-10-27  senhuang42Add test compatibility with last literals in sequences
2020-10-27  Björn Ketelaars'head -c BYTES' is non-portable 2374/head
2020-10-27  senhuang42Add support for representing last literals in the extra...
2020-10-27  senhuang42Improve documentation of seqStore_t
2020-10-27  senhuang42Improve documentation regarding various operations...
2020-10-27  senhuang42Modify ZSTD_copyBlockSequences to agree with new API
2020-10-27  senhuang42Clarify and modify ZSTD_Sequence definition
2020-10-26  Yann ColletMerge branch 'dev' into libzstd_autoconf_full
2020-10-26  Yann ColletMerge pull request #2370 from facebook/libzstd_autoconf
2020-10-23  Yann Colletmake install only rebuild binaries if they don't exist
2020-10-23  Yann Colletmake zstd is now differentiated from zstd-nomt
2020-10-23  Yann Colletsimplified silent mode maintenance
2020-10-23  Yann Colletfix partial lib test
2020-10-23  Yann Colletsimplified silent mode
2020-10-23  Yann Colletfixed building libzstd with manual BUILD_DIR
2020-10-23  Yann Colletfix partial-build test 2370/head
2020-10-23  Yann ColletMerge branch 'dev' into libzstd_autoconf
2020-10-23  Yann Colletcan integrate later dynamic flags changes
2020-10-23  Yann ColletMerge pull request #2368 from facebook/progressive_libzstd
2020-10-22  Yann Colletupdated build documentation
2020-10-22  Yann Colletfixed libzstd.dll compilation on mingw
2020-10-22  Yann Colletfix DEBUGLEVEL redefinition from tests/
2020-10-22  Yann Colletfix directory creation for Windows' libzstd
2020-10-22  Yann Colletfix test
2020-10-22  Yann Colletprograms/zstd also automatically generate object dir...
2020-10-22  Yann Colletzstd in programs/ can also receive a DEBUGLEVEL value
2020-10-22  Yann ColletMerge branch 'dev' into libzstd_autoconf
2020-10-22  Yann Colletautomatically detect configuration changes
2020-10-22  Yann Colletautomatic %.h header dependency tracking 2368/head
2020-10-21  Yann ColletMerge pull request #2367 from facebook/progressive_build
2020-10-21  Yann Colletconsolidated vpath
2020-10-21  Yann Colletstore %.o object files into obj/
2020-10-21  Yann Colletminor cleaning
next