]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-07-13  Nick Terrell[libzstd] Pull CTables into sub-structure 759/head
2017-07-12  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
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-10  Yann Colletadded ZSTD_sizeof_CCtx() test
2017-07-08  Yann Colletbumped version nb to v1.3.1
2017-07-08  Yann Colletfixed several conversion warnings
2017-07-07  Yann Colletremoved zbufftest from list of `all` tests
2017-07-07  Yann Colletfixed minor Visual compilation limitation
2017-07-07  Yann Colletfixed minor cast warning
2017-07-07  Yann Collettarget gpptest uses CXX environment variable
2017-07-07  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-07-07  Yann Colletnew field frameHeader.headerSize
2017-07-07  Yann ColletZSTD_getFrameHeader : control of windowSize limits...
2017-07-07  Yann Colletnew field : ZSTD_frameHeader.frameType
2017-07-07  Yann Colletextended frameHeader.windowSize to unsigned long long
2017-07-06  Yann ColletMerge pull request #751 from ivuk/fix-typo
2017-07-06  Igor VukFix typos in README.md 751/head
2017-07-06  Yann Colletfixed fullbench, part 2
2017-07-06  Yann Colletfixed fullbench
2017-07-06  Yann Colletfixed #718, reported by @GregSlazinski, solution sugges...
2017-07-06  Yann Colletminor code refactoring
2017-07-06  Yann Colletcli : use new advanced API by default
2017-07-06  Yann Colletclarified status of zstdmt_compress.h API
2017-07-05  Yann Colletfixed wrong assert() condition 750/head
2017-07-04  Yann Colletmore precise estimation of amount to flush at end of... 748/head
2017-07-04  Yann Colletfixed : 0-copy in NULL is UB
2017-07-04  Yann ColletMerge pull request #743 from facebook/fullbench
2017-07-04  Yann ColletMerge pull request #747 from facebook/noExit
2017-07-03  Yann Colletrefactor ZSTDMT_compress() 743/head
2017-07-03  Yann Colletfixed comments
2017-07-03  Yann Colletfixed wrong function name in comment
2017-07-03  Yann ColletMerge pull request #745 from terrelln/libfuzzer
2017-07-03  Yann Colletminor code refactoring 747/head
2017-07-03  Yann Colletfixed gz error reporting
2017-07-03  Yann Colletgzip : only display inflateEnd error when there is...
2017-07-03  Yann ColletMerge pull request #746 from terrelln/dev
2017-07-03  Yann Colletgzip decoding does no longer exit() on invalid input
2017-07-03  Nick Terrell[fuzz] Move from fuzz/ to tests/fuzz/ 745/head
2017-07-03  Nick Terrell[libzstd] Fix memcpy() on potential NULL source 746/head
2017-07-03  Yann Colletdecoding malformed lz4 frames does no longer exit()
2017-07-03  Yann Colletfileio : decoding malformed lzma frame does no longer...
2017-07-01  Yann Colletfixed legacy version init bug
2017-07-01  cyan4973blindfix : fullbench's one-time leak, detected by valgrind
2017-07-01  cyan4973added --show-leak-kind=all to valgrind tests
2017-07-01  cyan4973Merge branch 'dev' into fullbench
2017-07-01  cyan4973fix : ZSTDMT_compressStream_generic() can accept NULL...
2017-07-01  Yann ColletMerge pull request #744 from terrelln/dev
2017-07-01  Nick Terrell[fuzz] Add libFuzzer targets
2017-06-30  Nick Terrell[pzstd] Remove appveyor tests 744/head
2017-06-30  Nick Terrell[man] Specify that strategies start at 1
2017-06-30  Yann Colletfixed : dictionary compression with new advanced API...
2017-06-30  Yann ColletOptimized ZSTDMT single-pass mode speed on large sources
2017-06-30  Yann Colletimplemented shortcut for zstd_compress_generic() in...
2017-06-30  Yann ColletMerge pull request #742 from stellamplau/stack-space
2017-06-30  Stella LauFix typo 742/head
2017-06-30  Stella LauAdd comment to HUF_DECOMPRESS_WORKSPACE_SIZE
2017-06-30  Stella LauClarify typedef of rankVal_t and rankValCol_t
2017-06-30  Stella LauRename ALIGN and ALIGN_MASK to HUF_ALIGN and HUF_ALIGN_MASK
2017-06-30  cyan4973fixed Visual compilation of fullbench-dll
2017-06-30  Yann Colletmade fullbench compatible with multi-threading
2017-06-30  Yann Colletzstreamtest : big tests are only enabled in 64-bits...
2017-06-29  Stella LauDelegate HUF_decompress4X_hufOnly to workspace version
2017-06-29  Stella LauFix bitshift error
2017-06-29  Yann ColletMerge pull request #741 from facebook/promotion
2017-06-29  Yann Colletcompression optimization opportunity
2017-06-29  Stella LauFix pointer casting warning
2017-06-29  Yann Colletupdated fullbench to also measure ZSTD_compress_generic()
2017-06-29  Stella LauFix alignment warnings with pointer casting
2017-06-29  Stella LauReduce stack usage of HUF_readDTableX4 and HUF_readDTableX2
2017-06-29  Yann Colletminor : fix typo 741/head
2017-06-29  Yann Colletminor : specify compression level in tags
2017-06-29  Yann ColletMerge pull request #738 from terrelln/lk-div
2017-06-29  Yann ColletZSTD_getFrameContentSize() is promoted to "stable"...
2017-06-29  Yann ColletMerge pull request #739 from facebook/refPrefix
2017-06-29  Nick Terrell[linux-kernel] Update patches for v2 738/head
2017-06-29  Yann ColletMerge pull request #736 from terrelln/cover-default-api
2017-06-29  Yann ColletMerge pull request #737 from facebook/advancedAPI2
2017-06-29  Yann Colletrefactor ZSTD_check_compressionLevel_monotonicIncrease_... 739/head
2017-06-28  Yann ColletMerge branch 'advancedAPI2' into refPrefix
2017-06-28  Yann Colletadded a test to ensure ZSTD_refPrefix() doesn't impact...
2017-06-28  Yann Colletfixed -Wdeclaration-after-statement 737/head
2017-06-28  Yann ColletMerge pull request #740 from paulcruz74/dev
2017-06-28  Yann Colletadded function to control monotonic memory budget incre...
2017-06-28  Yann Colletadjusted compression levels to guarantee a monotonicall...
2017-06-28  Paul Cruzremoved fnum from DISPLAY statements 740/head
2017-06-28  Paul Cruzfixed generation of buggy test, corrected DISPLAY state...
2017-06-28  Yann Colletfixed ZSTD_refPrefix with Multithread-enabled CCtx
2017-06-28  Yann Colletfixed zstreamtest
2017-06-28  Paul CruzMerge remote-tracking branch 'upstream/dev' into dev
2017-06-28  Yann Colletcontrolled dictMode
2017-06-27  Yann Colletimplemented ZSTD_refPrefix()
2017-06-27  Yann Colletexposed ZSTD_MAGIC_DICTIONARY in zstd.h
2017-06-27  Yann Colletadded parameter ZSTD_p_refDictContent
2017-06-27  Yann ColletMerge pull request #735 from terrelln/xz-default
2017-06-27  Nick Terrell[tests] Fix HAVE_LZMA flag 735/head
2017-06-27  Nick Terrell[zdict] Make COVER the default algorithm 736/head
2017-06-27  Yann Colletfixed minor conversion warning
2017-06-27  Yann ColletMerge pull request #729 from paulcruz74/corpus
2017-06-27  Yann Colletrefactored ZSTD_estimateDStreamSize()
next