]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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-29  senMerge pull request #2375 from senhuang42/ldm_oss_fuzz_t...
2020-10-28  senhuang42Un-mix declarations and code 2375/head
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  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  Björn Ketelaars'head -c BYTES' is non-portable 2374/head
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
2020-10-21  Yann Colletbuild libzstd.so from object files
2020-10-21  Yann Colletdecouple zstd object files from lib/ 2367/head
2020-10-21  Yann Colletfixed travis tests
2020-10-20  senhuang42Add a function for LDM enable check 2366/head
2020-10-20  senhuang42Move ldm enable to compressStream2()
2020-10-20  Nick TerrellMerge pull request #2365 from senhuang42/move_opt_parse...
2020-10-20  senhuang42Include LDM tables size for CCtx size estimation where...
2020-10-19  senhuang42Move ldm no regression test to fuzzer longtests 2365/head
2020-10-19  senhuang42Add compatibility for multithreading
2020-10-19  senhuang42Document ldm enabled by default in zstd.h
2020-10-19  senhuang42Add unit test for no cctx requested params change
2020-10-19  senhuang42Add ldm enable condition in ZSTD_resetCCtx_internal
2020-10-17  senhuang42Expose and call ZSTD_ldm_skipRawSeqStoreBytes() 2362/head
2020-10-16  Yann Colletfix appveyor test
2020-10-16  Nick TerrellMerge pull request #2359 from senhuang42/fuzz_makefile_...
2020-10-16  Yann ColletMerge pull request #2355 from senhuang42/change_ldm_mt_...
2020-10-16  Yann ColletMerge pull request #2357 from senhuang42/fix_ldm_nd_beh...
2020-10-16  Yann Colletminor : change test order
2020-10-16  Yann Colletfix .deps list
2020-10-16  Yann Colletsupport verbose build output with V=1
2020-10-16  Yann Collettrack header dependencies during build
2020-10-16  Yann Colletfaster rebuild of zstd
2020-10-15  Yann ColletMerge pull request #2361 from senhuang42/fix_travis_min...
2020-10-15  senhuang42Change make -j all check to make -j all && make check 2361/head
2020-10-15  Yann ColletMerge pull request #2360 from facebook/zwrap_parallel_build
2020-10-15  Yann Colletfix zlibwrap parallel build 2360/head
2020-10-15  senhuang42Add libregression build target, also fix make clean... 2359/head
2020-10-15  senhuang42Change cycleLog adjustment to +3 from +4 2355/head
2020-10-15  senhuang42Reset posInSequence when using ZSTD_referenceExternalSe...
2020-10-14  senhuang42Clarify argument names, fix DEBUGLOG() statements 2357/head
2020-10-14  senhuang42Adjust match backwards count args
2020-10-14  senhuang42Introduce, implement, and call ZSTD_ldm_countBackwardsM...
2020-10-14  senhuang42Merge branch 'dev' of github.com:senhuang42/zstd into...
2020-10-13  Nick TerrellMerge pull request #2356 from bsdimp/neon
2020-10-13  Yann ColletMerge pull request #2281 from likema/fix-aix-51
2020-10-13  Yann ColletMerge pull request #2341 from senhuang42/ldm_optimized_...
2020-10-13  Warner Loshaarch64: use __ARM_NEON instead of __aarch64__ to contr... 2356/head
2020-10-13  senhuang42Fix incorrect usage of cycleLog() in --patch-from
2020-10-13  Nick TerrellMerge pull request #2337 from terrelln/adjust-params
2020-10-12  Nick Terrell[minor] Improve docs and add an assert in response... 2337/head
2020-10-12  senhuang42Use cycleLog instead of chainLog to determine LDM jobLog
2020-10-12  Nick Terrell[zstdmt] Clarify a comment 2339/head
2020-10-12  Nick Terrell[zstdmt] Fix determinism issue with rsyncable mode
2020-10-12  Nick Terrell[zstdmt] Fix bug where extra empty blocks are emitted
2020-10-12  Nick Terrell[zstreamtest] Add compression determinism tests
2020-10-12  Nick Terrell[zstdmt] Rip out the zstdmt API
2020-10-12  Nick Terrell[zstdmt] Remove single-pass shortcut
2020-10-12  Nick Terrell[zstdmt] Remove singleBlockingThread mode
next