]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-09-06  Yann Colletupdate and clarify lib/README
2017-09-06  Yann ColletMerge pull request #834 from stellamplau/regressionDriv...
2017-09-06  Yann ColletMerge pull request #831 from terrelln/split-compress
2017-09-06  Stella LauFix function name in tests/fuzz/regression_driver 834/head
2017-09-06  Nick TerrellUpdate build scripts 831/head
2017-09-06  Nick TerrellSplit parsers out of zstd_compress.c
2017-09-05  Yann ColletMerge pull request #833 from stellamplau/copyCCtxFix
2017-09-05  Stella LauFix parameter handling with ZSTD_copyCCtx 833/head
2017-09-05  Yann ColletMerge pull request #832 from terrelln/assert
2017-09-05  Nick Terrell[POOL] Allow free on NULL when multithreading is disabled 832/head
2017-09-01  Yann ColletMerge pull request #829 from facebook/fix828
2017-09-01  Yann Colletupdated NEWS 829/head
2017-09-01  Yann Colletrestored 32-bits decoder ability to decode long offsets...
2017-09-01  Yann Colletbench stops immediately on decoding error
2017-09-01  Yann Colletimproved decoding speed
2017-09-01  Yann ColletMerge pull request #830 from Etsukata/fix-tests-fuzz...
2017-09-01  Eiichi Tsukatatests/fuzz: change ZSTD_BLOCKSIZE_ABSOLUTEMAX into... 830/head
2017-09-01  Eiichi Tsukatatests/fuzz: fix make all target names
2017-09-01  Yann Colletfixed minor warning (empty translation unit)
2017-09-01  Yann Colletfixed decompression bug reported by @Etsukata (#828)
2017-09-01  Yann Colletupdated zstd API manual
2017-09-01  Yann Colletfixed impact of merge conflict for longRange
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  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
next