]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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
2017-05-23  Yann ColletMerged ZSTD_DCtx and ZSTD_DStream objects
2017-05-23  Yann Colletmove MEM_readMINMATCH() into zstd_opt.h
2017-05-23  Yann Colletadded ZSTD_initStaticCCtx()
2017-05-23  Yann ColletBuffered are now allocated inside workSpace
2017-05-23  Yann ColletSimplifier compression call graph
2017-05-23  Yann Colletsimplified reset by removing full-reset policy
2017-05-23  Yann ColletImplemented separation between requested and applied...
2017-05-22  Yann ColletMerge pull request #708 from terrelln/lk
2017-05-22  Yann ColletImplemented ZSTD_CCtx_refCDict()
2017-05-22  Yann ColletMerge branch 'dev' into advancedAPI2
2017-05-22  Yann ColletMerge pull request #705 from terrelln/dev
2017-05-20  Yann ColletZSTD_compress_generic() can handle dictionary compression
2017-05-20  Nick Terrell[libzstd] Allow users to define custom visibility 705/head
2017-05-19  Yann Colletfixing symbol.c test
2017-05-19  Yann ColletZSTD_CCtx_setParameter() only works during initializati...
2017-05-19  Yann Colletfixed declaration-after-statement warning
2017-05-19  Yann Colletchanged ZSTD_BLOCKSIZE_ABSOLUTEMAX into ZSTD_BLOCKSIZE_MAX
2017-05-19  Yann ColletZSTD_compress_generic() supports multiple successive...
2017-05-18  Yann ColletAdded ZSTD_compress_generic()
2017-05-17  Nick Terrell[linux-kernel] Fix a weird clang-format corner case 708/head
2017-05-17  Nick Terrell[linux-kernel] Update tests Makefile 704/head
2017-05-17  Nick Terrell[linux-kernel] Update zstd.diff
2017-05-17  Nick Terrell[linux-kernel] Move ZSTD_STATIC_ASSERT to zstd_internal.h
2017-05-17  Nick Terrell[linux-kernel] clang-format lib/zstd/
2017-05-17  Nick Terrell[linux-kernel] Rename MEM_* functions to ZSTD_*
next