]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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
2017-06-20  Paul Cruzrefactoring for readability
2017-06-20  Paul Cruzchanged computation for readability
2017-06-20  Paul Cruzchanged fileInfo initialization, updated error code
2017-06-20  Nick Terrell[linux] Add xxhash and zstd in-kernel tests 728/head
2017-06-20  Nick Terrell[linux] Add libfuzzer targets
2017-06-20  Yann Colletfirst implementation of bench.c with new API ZSTD_compr...
2017-06-20  Paul Cruzconst value that doesn't change
2017-06-20  Yann Colletfix attempt : fullbench VS2008 project
2017-06-20  Paul Cruzchanged scope to avoid errors
2017-06-20  Paul Cruzadhere to min dict size
2017-06-20  Paul Cruzchanged dictionary to stay reasonable size during test
2017-06-20  Paul Cruzadded test to runTestMode
2017-06-20  Paul Cruzfixed for loop declaration, fixed test case
2017-06-20  Paul Cruzwrote a test for dictionary corpus
2017-06-19  Paul Cruzchanging for loop declaration
2017-06-19  Paul Cruzfor loop declaration not allowed
2017-06-19  Paul Cruzscope change
2017-06-19  Paul Cruzchanged scope so that warning disappears
2017-06-19  Paul Cruzchanged scope to get rid of mixed code/variables warning
2017-06-19  Paul Cruzadded in struct to keep functions more orderly
2017-06-19  Paul Cruzmade some small changes to dictInfo struct and initDictInfo
2017-06-19  Paul Cruzcleaning up code
2017-06-19  Nick Terrell[linux] Port libzstd UBSAN fix
2017-06-19  Yann ColletMerge pull request #727 from terrelln/ubsan-failure
2017-06-19  Yann Colletfixed IA64 compilation error, by @mcmilk
2017-06-19  Yann Colletfix attempts : fullbench for VS2008
2017-06-19  Nick Terrell[libzstd] Fix UBSAN failure 727/head
2017-06-19  Paul Cruzadded comment to anotate decompressed error code
2017-06-19  Paul Cruzsmall stylistic changes
2017-06-19  Yann ColletMerge pull request #726 from terrelln/malloc-failure
2017-06-19  Paul Cruzchanged if statement styling
2017-06-19  Paul Cruzadded calls to free to match calls to malloc, made...
2017-06-19  Paul Cruzgot files to decompress
2017-06-19  Yann Colletupdate new api presentation in zstd.h and manual
2017-06-19  Nick Terrell[linux] Fix decompression memory allocation 726/head
2017-06-19  Yann Colletupdated manual
2017-06-19  Yann Colletminor declaration statement warning fix
2017-06-19  Yann Colletnew api : setting compression parameters is refused...
2017-06-19  Paul Cruzfixed decompression so that it uses compressed version
2017-06-19  Paul Cruzmade changes so that HUF_writeCTable no longer fails
2017-06-19  Yann Colletnewapi fuzzer tests : random flush orders in main loop
2017-06-19  Paul Cruzmade style changes, added description in man file
2017-06-19  Paul Cruzsmall style changes
2017-06-19  Yann Colletnew api fuzzer tests : frame parameters are randonly set
2017-06-19  Yann Colletnew api fuzzer set : dictionary is randomly set
2017-06-19  Yann Colletnew api fuzzer tests : compression parameters are rando...
2017-06-17  Yann ColletMerge pull request #724 from yurivict/fix-install-stati...
2017-06-17  YuriINSTALL_DATA instead of INSTALL_LIB for libzstd.a 724/head
2017-06-17  Yann Colletremoved macro CLAMP from decodecorpus
2017-06-17  Yann Colletfuzzer tests for new API
2017-06-17  Yann Colletadded ZSTD_clampCParams()
2017-06-17  Yann Colletfixed +/-1 error for pledgedSrcSizePlusOne
2017-06-16  Yann Colletfix attempt 2 : Visual sign conversion warning
2017-06-16  Yann Colletfixed attempt : minor Visual sign conversion warning
2017-06-16  Yann Colletadded ZSTD_startNewCompression()
2017-06-16  Yann Colletchanged frameContentSize field to pledgedSrcSizePlusOne
2017-06-16  Yann Colletfix : pledgedSrcSize correctly reset to unknown in...
2017-06-16  Yann Colletfix : correctly reset pledgedSrcSize to unknown status
2017-06-16  Yann Colletfixed : new advanced AIP : setting nbThreads to the...
2017-06-16  Yann Colletfixed : calling ZSTD_compress_generic() to end-flush...
2017-06-16  Yann Colletadded ZSTD_CCtx_reset
2017-06-16  Yann Colletprotection : ZSTD_CONTENTSIZE_UNKNOWN automatically...
2017-06-16  Paul CruzMerge branch 'list' into dev
2017-06-16  Paul Cruzfixing more spacing on loops
2017-06-16  Paul Cruzfixing general style
2017-06-16  Yann Colletadded protection : MT incompatible with Static allocation
2017-06-16  Paul CruzMerge branch 'list' into dev
2017-06-16  Paul Cruzadded in correct error return from main in zstdcli.c
2017-06-16  Paul Cruzinitialized info manually to avoid error
2017-06-16  Paul Cruzchanged spacing on if statements
2017-06-16  Paul Cruzadded const
2017-06-16  Paul Cruzadded case for when file is not compressed with zstd...
2017-06-15  Paul Cruzadded tests in playTest.sh
2017-06-15  Paul CruzMerge branch 'list' into dev
2017-06-15  Paul Cruzrefactoring brackets to allow for const values
2017-06-15  Paul Cruzrearranging code to allow for consts
2017-06-15  Paul Cruzchanged implicit precision loss again
2017-06-15  Paul Cruzgot rid of imlpicit precision loss
2017-06-15  Paul Cruzmade another function static
2017-06-15  Paul Cruzclosed file at end of function, created another variabl...
2017-06-15  Paul Cruzchanged info to static allocation
2017-06-15  Paul Cruzcleaned up if statements
2017-06-15  Paul Cruzadded --list command
next