]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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  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-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  Yann ColletMerge pull request #729 from paulcruz74/corpus
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-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
2017-06-21  Paul Cruzadded error check for when file could not be opened
2017-06-21  Paul Cruzreversed calculation of ratio
2017-06-21  Yann Colletfree cdictLocal faster, suggested by @terrelln
2017-06-21  Yann Colletadded test cases for new command --list
2017-06-21  Yann Colletadded ZSTD_dictMode_e to control dictionary loading...
2017-06-21  Yann ColletMerge pull request #723 from paulcruz74/dev
2017-06-21  Yann Colletfixed memcpy() overlap
2017-06-21  Paul Cruzadded test for files with no frame content size 723/head
2017-06-20  Yann Colletremoved one useless streaming compression stage, detect...
2017-06-20  Yann Colletfixed potential dangling pointer, detected by @terrelln
2017-06-20  Paul Cruzfixed strange spacing
2017-06-20  Paul Cruzfree the context object once done with decompression
2017-06-20  Paul Cruzallocate statically so we don't have to deal with freeing
2017-06-20  Paul Cruzadded tests with null files, changed condition to check...
2017-06-20  Yann Colletfixed comments, following suggestion by @terrelln
2017-06-20  Paul Cruzspacing matters for test scripts
2017-06-20  Yann Colletensure new ZSTD_strategy starts at value 1
2017-06-20  Paul Cruzfixed error where extremely small files were not being...
2017-06-20  Paul Cruzchanged to use LONG_SEEK
2017-06-20  Paul Cruzadded progress metric to display
2017-06-20  Paul Cruzmoved signifcant operations to fileio.c
2017-06-20  Yann Colletfixed fuzzer test
2017-06-20  Yann ColletMerge pull request #728 from terrelln/ubsan-failure
2017-06-20  Paul Cruzremoved double if statements for same condition
2017-06-20  Paul Cruzminor update to logic
2017-06-20  Paul Cruzsize_t const value
2017-06-20  Paul Cruzadded additional tests for error detection
2017-06-20  Paul Cruzchanged displayInfo alignment and const
2017-06-20  Paul Cruzconst dictOffset
2017-06-20  Paul Cruzconst value
2017-06-20  Paul Cruzmade changes to accommodate single file use case
2017-06-20  Paul Cruzchange test to list info on .zst files
2017-06-20  Paul Cruzadded description to advanced usage, changed to use...
2017-06-20  Paul Cruzremoved testing code from generation code
2017-06-20  Paul Cruzadded comments for clarity
2017-06-20  Paul Cruzchanged error condition
next