]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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  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...
2017-07-10  Yann Colletextended fuzzer MT memory tests
2017-07-10  Yann Colletfix : propagate custom allocator to ZSTDMT though ZSTD_...
2017-07-10  Yann Colletadded --memtest to fuzzer
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
next