]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-09-11  Stella LauExplicitly cast raw numerals when left-shifting 783/head
2017-09-06  Stella LauRemove debug code
2017-09-06  Stella LauAdd ldm documentation in README
2017-09-06  Stella LauAdd tests and fix pointer alignment
2017-09-06  Stella LauRename and add short ldm parameters in cli
2017-09-06  Stella LauFix setting of nextToUpdate at end of ldm matcher
2017-09-05  Stella LauFix parameter handling in copyCCtx with cdict
2017-09-05  Stella LauAdd ldm options to 'man zstd'
2017-09-03  Stella LauAdd ldmBucketSizeLog param
2017-09-01  Stella LauMove hashEveryLog to cctxParams and update cli
2017-09-01  Stella LauMove ldm hashLog, bucketLog, and mml to cctxParams
2017-09-01  Stella LauMerge remote-tracking branch 'upstream/longRangeMatcher...
2017-09-01  Stella LauAdd long distance matching as a CCtxParam
2017-09-01  Yann ColletMerge pull request #827 from facebook/dev
2017-09-01  Yann ColletMerge branch 'longRangeMatcher' into dev 827/head
2017-09-01  Yann ColletMerge branch 'modTests' into dev
2017-08-31  Yann Colletimproved console log of utils.h
2017-08-31  Yann Colletblind attempt at removing gcc dependency
2017-08-31  Yann ColletMerge branch 'dev' into modTests
2017-08-31  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-08-31  Yann Colletfixed poolTests
2017-08-31  Yann Colletfixed poolTest
2017-08-31  Yann Colletchanged target allarch into allzstd
2017-08-31  Stella LauAdd long distance matcher
2017-08-31  Yann ColletMerge pull request #826 from terrelln/license
2017-08-31  Nick Terrell[linux-kernel] Update license 826/head
2017-08-31  Yann Colletlast batch of header files changed to reflect new licen...
2017-08-31  Yann Colletfixed more file headers after license change (#825)
2017-08-31  Yann ColletMerge pull request #810 from stellamplau/params
2017-08-31  Yann Colletfixed a bunch of headers after license change (#825)
2017-08-31  Yann Colletupdated NEWS
2017-08-30  Stella LauPass dictMode to ZSTDMT_initCStream; fix nits 810/head
2017-08-30  Yann ColletMerge pull request #821 from facebook/licenseExample
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  Yann ColletMerge pull request #817 from terrelln/pool-custom-alloc
2017-08-29  Stella LauReplace 'byReference' with enum
2017-08-29  Nick Terrell[error] Don't guard undef X with ifdef X 817/head
2017-08-29  Stella LauRename estimateCCtxSize_advanced() and estimateCStreamS...
2017-08-29  Yann Colletchanged license for examples 821/head
2017-08-29  Stella LauFix getting cParams from CCtxParams
2017-08-29  Nick Terrell[pool] Visual Studios disallows empty structs
2017-08-28  Nick Terrell[threading] Fix ERROR macro after including windows.h
2017-08-26  Yann ColletMerge pull request #818 from bmwiedemann/sort
2017-08-26  Bernhard M... Sort input file list 818/head
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-25  Yann ColletMerge pull request #816 from terrelln/default-level
2017-08-25  Nick Terrell[zstdmt] Use POOL_create_advanced()
2017-08-25  Nick TerrellFix zstd_internal.h for C++ mode
2017-08-25  Nick Terrell[pool] Accept custom allocators
2017-08-24  Nick Terrell[pool] Fix formatting
2017-08-24  Stella LauEnforce nbThreads<=1 for estimateCCtxSize
2017-08-24  Nick Terrell[dictBuilder] Set default compression level to 3 816/head
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  Yann ColletMerge pull request #812 from facebook/longRangeFix
2017-08-23  Yann ColletMerge pull request #813 from stellamplau/highbit32fix
2017-08-23  Yann ColletMerge pull request #814 from dscheg/dev
2017-08-23  Stella LauRemove formatting-only changes
2017-08-23  Dmitriy TitarenkoFix displayLevel overflow 814/head
2017-08-22  Stella LauAdd function to make cctxParams from ZSTD_parameters
2017-08-22  Yann ColletMerge pull request #811 from terrelln/segmentSize
2017-08-22  Stella LauRemove 'opaque' naming from internal functions
2017-08-22  Stella LauRemove unused functions
2017-08-22  Yann Colletfixed extraordinary scenario where all fields use maxim... 812/head
2017-08-22  Stella LauFix undefined behavior when srcSize==1 813/head
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  Nick Terrell[cover] Turn down notification for ZDICT subroutines 811/head
2017-08-21  Nick Terrell[cover] Add dictionary size to compressed size
2017-08-21  Yann ColletMerge pull request #809 from terrelln/dev
2017-08-21  Nick Terrell[cover] Convert score to U32 and check for zero
2017-08-21  Stella LauCheck parameters are valid in initCCtxParams
2017-08-21  Stella LauAdd documentation for CCtx_params
2017-08-21  Nick Terrell[cover] Stop when segmentSize is less than d
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  Yann Colletfixed a few headers that were too hastily copy/pasted...
2017-08-21  Nick Terrell[cover] Test small maxdict 809/head
2017-08-21  Nick Terrell[cover] Fix divide by zero
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
next