]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-07-03  Nick Terrell[libzstd] Fix memcpy() on potential NULL source 746/head
2017-07-01  Yann ColletMerge pull request #744 from terrelln/dev
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 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-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  Stella LauFix pointer casting warning
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 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...
2017-06-22  Paul Cruzadded cli test case in Makefile
2017-06-22  Paul Cruzshould be updating seed whenever multiple files are...
2017-06-22  Paul Cruzchanged format of command to --use-dict=#
2017-06-22  Yann ColletMerge pull request #732 from terrelln/dev
2017-06-22  Yann Colletreduced --no-big-tests even more
2017-06-22  Nick Terrell[linux] Write all the patch summaries 732/head
2017-06-22  Paul Cruzfixed offset in this case os that it always goes past...
2017-06-22  Yann Colletfixed minor cast warning
2017-06-22  Paul Cruzmore meaningful names for count variables
2017-06-22  Paul Cruzmalloc samples instead of static allocation
2017-06-22  Yann Colletreduced CLevelMax for --no-big-tests
2017-06-22  Paul Cruzremoved comment regarding windowSize requirement
2017-06-22  Paul Cruzremoved requirement that offset be less than windowSize
2017-06-22  Yann Collet--no-big-tests for zstreamtest
2017-06-22  Paul Cruzadded const x2
2017-06-22  Paul Cruzadded const
2017-06-22  Paul Cruzgot rid of unnecessary casting to void*
2017-06-22  Paul Cruzadded comment addressing use of bits in frame header...
2017-06-22  Yann Colletadd controls over streaming buffers
2017-06-21  Yann Colletadded --list command contrib by @paulcruz74
2017-06-21  Yann ColletMerge pull request #730 from paulcruz74/dev
2017-06-21  Yann Colletfixed : decompression of skippable frames in streaming...
2017-06-21  Nick Terrell[linux] Rename last 2 diffs to patch names
2017-06-21  Nick Terrell[linux] Add summaries to xxhash and zstd patches
2017-06-21  Nick Terrell[linux] Rename diffs to patch names
2017-06-21  Nick Terrell[linux] Switch BtrFS compression level to 1
2017-06-21  Yann Colletswitched fileio.c to ZSTD_DEBUG trigger macro
2017-06-21  Yann Colletfixed streaming buffered allocation with CDict compression
2017-06-21  Yann Colletfixed dangling pointer risk, detected by @terrelln
2017-06-21  Paul CruzMerge pull request #3 from facebook/dev 730/head
2017-06-21  Paul Cruzadded newline to align output
next