]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-06-23  Yann Collet--no-big-tests for msan 725/head
2017-06-23  Yann ColletMerge branch 'advancedAPI2' of github.com:facebook...
2017-06-23  Yann Colletzstreamtest : disabled multi-threading tests with ...
2017-06-22  Yann Colletreduced --no-big-tests even more
2017-06-22  Yann Colletfixed minor cast warning
2017-06-22  Yann Colletreduced CLevelMax for --no-big-tests
2017-06-22  Yann Collet--no-big-tests for zstreamtest
2017-06-22  Yann Colletadd controls over streaming buffers
2017-06-21  Yann Colletadded --list command contrib by @paulcruz74
2017-06-21  Yann Colletfixed : decompression of skippable frames in streaming...
2017-06-21  Yann Colletswitched fileio.c to ZSTD_DEBUG trigger macro
2017-06-21  Yann Colletfixed streaming buffered allocation with CDict compression
2017-06-21  Yann Colletfixed dangling pointer risk, detected by @terrelln
2017-06-21  Yann Colletfree cdictLocal faster, suggested by @terrelln
2017-06-21  Yann Colletadded ZSTD_dictMode_e to control dictionary loading...
2017-06-21  Yann Colletfixed memcpy() overlap
2017-06-20  Yann Colletremoved one useless streaming compression stage, detect...
2017-06-20  Yann Colletfixed potential dangling pointer, detected by @terrelln
2017-06-20  Yann Colletfixed comments, following suggestion by @terrelln
2017-06-20  Yann Colletensure new ZSTD_strategy starts at value 1
2017-06-20  Yann Colletfixed fuzzer test
2017-06-20  Yann Colletfirst implementation of bench.c with new API ZSTD_compr...
2017-06-20  Yann Colletfix attempt : fullbench VS2008 project
2017-06-19  Yann Colletfixed IA64 compilation error, by @mcmilk
2017-06-19  Yann Colletfix attempts : fullbench for VS2008
2017-06-19  Yann Colletupdate new api presentation in zstd.h and manual
2017-06-19  Yann Colletupdated manual
2017-06-19  Yann Colletminor declaration statement warning fix
2017-06-19  Yann Colletnew api : setting compression parameters is refused...
2017-06-19  Yann Colletnewapi fuzzer tests : random flush orders in main loop
2017-06-19  Yann Colletnew api fuzzer tests : frame parameters are randonly set
2017-06-19  Yann Colletnew api fuzzer set : dictionary is randomly set
2017-06-19  Yann Colletnew api fuzzer tests : compression parameters are rando...
2017-06-17  Yann Colletremoved macro CLAMP from decodecorpus
2017-06-17  Yann Colletfuzzer tests for new API
2017-06-17  Yann Colletadded ZSTD_clampCParams()
2017-06-17  Yann Colletfixed +/-1 error for pledgedSrcSizePlusOne
2017-06-16  Yann Colletfix attempt 2 : Visual sign conversion warning
2017-06-16  Yann Colletfixed attempt : minor Visual sign conversion warning
2017-06-16  Yann Colletadded ZSTD_startNewCompression()
2017-06-16  Yann Colletchanged frameContentSize field to pledgedSrcSizePlusOne
2017-06-16  Yann Colletfix : pledgedSrcSize correctly reset to unknown in...
2017-06-16  Yann Colletfix : correctly reset pledgedSrcSize to unknown status
2017-06-16  Yann Colletfixed : new advanced AIP : setting nbThreads to the...
2017-06-16  Yann Colletfixed : calling ZSTD_compress_generic() to end-flush...
2017-06-16  Yann Colletadded ZSTD_CCtx_reset
2017-06-16  Yann Colletprotection : ZSTD_CONTENTSIZE_UNKNOWN automatically...
2017-06-16  Yann Colletadded protection : MT incompatible with Static allocation
2017-06-12  Yann Colletminor man update on -B# option in benchmark mode
2017-06-12  Yann Colletdisabled MT code path when ZSTD_MULTITHREAD is not...
2017-06-12  Yann Colletadded MT support to NEWAPI
2017-06-12  Yann Colletadded control stage to MT mode
2017-06-06  Yann Colletlinked newAPI to ZSTDMT
2017-06-05  cyan4973minor fix for -Wdocumentation
2017-06-05  cyan4973fixed g++ prototype mismatch
2017-06-05  cyan4973fixed fullbench project for VS2010+
2017-06-03  Yann Colletupdated ZSTDMT streaming API
2017-06-03  Yann Colletmade debug definitions common within zstd_internal.h
2017-06-03  Yann Colletcompleted NEWS for v1.3.0
2017-06-03  Yann Colletupdated NEWS for v1.3.0
2017-06-03  Yann Colletfixed missing initialization
2017-06-03  Yann Colletsignificant zlib wrapper code refactoring
2017-06-02  Yann Colletzlib_wrapper's uncompress() uses ZSTD_isFrame() for...
2017-06-02  Yann Colletensure zlibwrapper uses ZSTD_malloc() and ZSTD_free()
2017-06-02  Yann Colletminor indent
2017-06-02  Yann Colletadded POOL_sizeof() for single-thread
2017-06-02  Yann Colletadded support for multithreading parameters
2017-06-02  Yann Colletcreated ZSTDMT_sizeof_CCtx() and POOL_sizeof()
2017-06-01  Yann Colletprotected impossible switch(){default:} with assert(0)
2017-05-31  Yann ColletMerge branch 'advancedAPI2' of github.com:facebook...
2017-05-31  Yann Colletfixed visual warning
2017-05-31  Yann Colletfixed visual warnings
2017-05-31  Yann Colletfinally converted ZSTD_compressStream_generic() to...
2017-05-31  Yann ColletZSTD_createCCtx_advanced() now uses ZSTD_calloc()
2017-05-31  Yann Colletexpose ZSTD_compress_generic_simpleArgs()
2017-05-31  Yann Colletremoved defaultCustomMem
2017-05-30  Yann Colletremoved mtctx->cstream
2017-05-30  Yann ColletMerge branch 'dev' into advancedAPI2
2017-05-30  Yann Colletadded ZSTDMT_createCCtx_advanced()
2017-05-30  Yann ColletMerge branch 'advancedAPI2' of github.com:facebook...
2017-05-28  Yann Colletfixed minor cast warning
2017-05-27  Yann Colletmtctx->jobs allocate its own memory space
2017-05-27  Yann Colletstatic dctx is incompatible with legacy support
2017-05-26  Yann ColletMerge pull request #712 from terrelln/dev
2017-05-26  Nick Terrell[linux-kernel] Fix duplicate symbols when built-in... 712/head
2017-05-26  Yann Colletfixed a few code comments : ZSTD_getFrameParams =>...
2017-05-26  Yann ColletAdded ZSTD_initStaticCDict()
2017-05-26  Yann ColletMerge pull request #711 from ldv-alt/dev
2017-05-25  Dmitry V. LevinFix typo in libzstd.a-mt make rules 711/head
2017-05-25  Yann Colletadded ZSTD_initStaticDDict()
2017-05-25  Yann Colletupdated ZSTD_estimate?DictSize() to pass parameter...
2017-05-25  Nick Terrell[linux-kernel] Fix clang-format edge case with goto...
2017-05-25  Yann Colletadded ZSTD_initStaticDCtx()
2017-05-24  Yann Colletmerged DStream's inBuff and outBuff into a single buffer
2017-05-24  Yann ColletMerge pull request #710 from terrelln/dev
2017-05-24  Nick Terrell[linux-kernel] Fix some up clang-format edge cases 710/head
2017-05-24  Nick Terrell[zstd] Fix up formatting edge cases for clang-format
2017-05-24  Yann Colletfixed performance regression with ZSTD_decompress(...
2017-05-24  Yann ColletMerge pull request #709 from codicodi/fix-cmake
2017-05-24  codicodiCMake improvements 709/head
next