]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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()
2017-06-26  Yann ColletZSTD_estimateCDictSize_advanced()
2017-06-26  Yann ColletZSTD_estimateCStreamSize_advanced()
2017-06-26  Yann ColletZSTD_estimateCCtx_advanced()
2017-06-26  Nick Terrell[zstdcli] Document HAVE_LZMA and zstd-noxz
2017-06-26  Nick Terrell[zstdcli] Add unlzma and unxz symlinks
2017-06-26  Nick Terrell[zstdcli] Disable lzma support for MSAN testing
2017-06-26  Paul CruzMerge pull request #4 from facebook/dev
2017-06-24  Nick Terrell[zstdcli] Support xz by default when liblzma is available
2017-06-24  Paul Cruzadded cli tests to test-all 729/head
2017-06-23  Paul Cruzadded additional condition so large offsets into the...
2017-06-23  Yann ColletMerge pull request #733 from terrelln/pzstd-deadlock
2017-06-23  Paul Cruzfixed bug detected by the API test
2017-06-23  Paul Cruztype warnings
2017-06-23  Paul Cruzfixed bus error bug
2017-06-23  Yann ColletMerge pull request #725 from facebook/advancedAPI2
2017-06-23  Yann Collet--no-big-tests for msan 725/head
2017-06-23  Yann ColletMerge branch 'advancedAPI2' of github.com:facebook...
2017-06-23  Yann Colletzstreamtest : disabled multi-threading tests with ...
2017-06-23  Nick Terrell[pzstd] Fix deadlock in the case of errors 733/head
2017-06-22  Paul Cruzadded sizeof for clarity
2017-06-22  Paul Cruzchanged makefile test
2017-06-22  Paul Cruzchanged assignment
2017-06-22  Paul Cruzadded description for dictionary cli tests
2017-06-22  Paul Cruzmade changes to cli test so it runs properly
2017-06-22  Paul Cruzadded cli test for decodecorpus inside tests/Makefile...
next