]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-08-30  Stella LauPass dictMode to ZSTDMT_initCStream; fix nits 810/head
2017-08-30  Stella LauMinor fixes; remove formatting only changes
2017-08-30  Stella LauAdd test for raw content starting with dict header
2017-08-30  Stella LauUse ZSTD_dm_rawContent in zstdmt_compress
2017-08-30  Stella LauRename applyCCtxParams()
2017-08-30  Stella LauDelay creation of ZSTDMT_CCtx
2017-08-29  Stella LauLocalize 'dictMode' from cctx to function param
2017-08-29  Stella LauReplace 'byReference' with enum
2017-08-29  Stella LauRename estimateCCtxSize_advanced() and estimateCStreamS...
2017-08-29  Stella LauFix getting cParams from CCtxParams
2017-08-26  Stella LauFix parameter retrieval from cdict
2017-08-25  Stella LauFix typo with ZSTDMT_parameter
2017-08-25  Stella LauRemove ZSTD_setCCtxParameter()
2017-08-25  Stella LauAdd function initializing cctxParams from clevel
2017-08-25  Stella LauMove jobSize and overlapLog in zstdmt to cctxParams
2017-08-25  Stella LauDistinguish between jobParams and cctxParams in zstdmt
2017-08-25  Stella LauRemove ZSTD_p_refDictContent and dictContentByRef
2017-08-24  Stella LauEnforce nbThreads<=1 for estimateCCtxSize
2017-08-24  Stella LauFix interaction with ZSTD_setCCtxParameter() and cleanup
2017-08-24  Stella LauFix forceWindow and dictMode setting for zstdmt jobs
2017-08-24  Stella LauEnsure zstdmt uses 'job version' of cctx parameters
2017-08-23  Stella LauRemove duplicated testing code
2017-08-23  Stella LauFix cstream compression level
2017-08-23  Stella LauAdd prototype support for customMem with cctxParams
2017-08-23  Stella LauRemove formatting-only changes
2017-08-22  Stella LauAdd function to make cctxParams from ZSTD_parameters
2017-08-22  Stella LauRemove 'opaque' naming from internal functions
2017-08-22  Stella LauRemove unused functions
2017-08-21  Stella LauExplicitly create a job cctxParam for multithreading
2017-08-21  Stella LauComment out CCtx_param versions of CDict functions
2017-08-21  Stella LauCheck parameters are valid in initCCtxParams
2017-08-21  Stella LauAdd documentation for CCtx_params
2017-08-21  Stella LauPass ZSTD_CCtx_params as const ptr when possible
2017-08-21  Stella LauReduce code duplication in zstreamtest
2017-08-21  Stella LauReturn error code when initializing NULL cctxParams
2017-08-21  Stella LauSet some parameters to zero before initializing cdict
2017-08-21  Stella LauUse cctxParam version of createCDict internally
2017-08-21  Stella LauRemove test parameter
2017-08-21  Stella LauDisable tests and refactor
2017-08-21  Stella LauAdd cctx param tests
2017-08-19  Stella LauAdd internal createCDict function
2017-08-19  Stella LauAdd cctxParam versions of internal functions
2017-08-18  Stella LauPass cctx parameters to MTCtx
2017-08-18  Stella LauAdd function to apply cctx params
2017-08-18  Stella LauMove nbThreads to cctx params
2017-08-18  Stella LauMove dictContentByRef to cctx params
2017-08-18  Stella LauMove dictMode to cctxParams
2017-08-18  Stella LauMove compression level to cctx params
2017-08-18  Stella LauAdd function to set opaque parameters
2017-08-18  Stella LauAdd initialization/allocation functions for opaque...
2017-08-18  Stella LauAdd opaque interfaces for static initialization
2017-08-18  Stella LauCreate opaque parameter structure
2017-07-25  Yann ColletMerge pull request #776 from terrelln/dev
2017-07-25  Nick Terrell[libzstd] Fix CHECK_V_F macros 776/head
2017-07-21  Yann Colletfixed minor warning on unused variable in shell function
2017-07-20  Yann ColletVisual blind fix 2
2017-07-20  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-07-20  Yann Colletfixed fuzzer test for non OS-X platforms
2017-07-20  Yann ColletMerge pull request #773 from terrelln/lk-v3
2017-07-20  Nick Terrell[linux] Update patches for v3 773/head
2017-07-20  Yann Colletpool.c : blindfix for Visual warnings
2017-07-19  Yann Colletadded --memtest=# command to fuzzer
2017-07-19  Yann Colletblind fix for Windows Multithreading module
2017-07-19  Yann Colletcheck pthread_*_init() success condition
2017-07-18  Yann ColletMerge pull request #770 from terrelln/test-mode
2017-07-18  Yann ColletMerge pull request #769 from terrelln/real-block-split
2017-07-18  Nick Terrell[zstdcli] Fix -t in streaming mode 770/head
2017-07-18  Nick Terrell[libzstd] Fix bug in Huffman encoding 769/head
2017-07-18  Yann ColletMerge pull request #766 from terrelln/real-block-split
2017-07-18  Yann ColletMerge pull request #765 from terrelln/real-block-split
2017-07-17  Nick Terrell[libzstd] Pull optimal parser state out of seqStore_t 766/head
2017-07-17  Yann ColletMerge pull request #764 from terrelln/real-block-split
2017-07-17  Nick Terrell[libzstd] Remove ZSTD_CCtx* argument of ZSTD_compressSe... 765/head
2017-07-17  Nick Terrell[libzstd] Refactor ZSTD_compressSequences() 764/head
2017-07-14  Yann ColletMerge pull request #761 from paulcruz74/file-rename
2017-07-14  Yann ColletMerge pull request #762 from facebook/errorCodes
2017-07-14  Yann Colletfixed clang's -Wdocumentation 762/head
2017-07-14  Yann Colletpinned down error code enum values
2017-07-13  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-07-13  Yann Colletupdated NEWS regarding #760
2017-07-13  Nick Terrell[libzstd] Increase granularity of FSECTable repeat...
2017-07-13  Yann ColletMerge pull request #759 from terrelln/real-block-split
2017-07-13  Yann Colletpolicy change : ZSTDMT automatically caps nbThreads...
2017-07-13  Yann Colletswitched ZSTDMT_compress_advanced() last argument to...
2017-07-13  Yann Colletclarified comment on ZSTD_p_contentSizeFlag
2017-07-13  Nick Terrell[libzstd] Pull CTables into sub-structure 759/head
2017-07-13  Yann ColletMerge pull request #756 from facebook/memOpt
2017-07-12  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-07-12  Yann Colletslightly increased buffer pool, to cover normal "full... 756/head
2017-07-12  Yann Colletfix : ZSTDMT_compress_advanced() correctly generates...
2017-07-11  Yann Colletrelease input buffers from inside worker thread
2017-07-11  Yann Colletbuffer pool : all buffers have same size
2017-07-11  Yann Colletzstdmt : intermediate outBuffer allocated from within...
2017-07-11  Yann Colletbuffer pool can be invoked from multiple threads
2017-07-11  Yann ColletMerge pull request #755 from jacquesg/solaris
2017-07-11  Jacques Germishuysfix missing symbol 'nanosleep' for Solaris 755/head
2017-07-11  Yann Colletzstdmt: removed margin for improved memory usage
2017-07-11  Yann Colletimproved ZSTDMT_compress() memory usage
2017-07-10  Yann Colletoptimized memory usage for ZSTDMT_compress()
2017-07-10  Yann Colletfix : custom allocator correctly propagated to child...
next