]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-06-15  Paul Cruzallow analysis even if file does not have zst extension
2017-06-15  Paul Cruzcleaning up code for analyzing frames
2017-06-15  Paul Cruzcleaning up code
2017-06-15  Paul Cruzadd print statements for debugging and change malloc...
2017-06-15  Paul Cruzadded print statements for debugging, fixed first segfault
2017-06-15  Paul Cruzchanged samples to geometric distribution so that it...
2017-06-15  Paul Cruzchanged dictionary from using fixed amount of bytes...
2017-06-15  Paul CruzMerge pull request #2 from paulcruz74/list
2017-06-14  Paul Cruzchanged randomly generated samples to randomly selected...
2017-06-14  Yann ColletMerge pull request #722 from paulcruz74/dev
2017-06-14  Paul Cruzchanging formatting again
2017-06-14  Paul Cruzprint message when no files are given, rearrange code...
2017-06-14  Paul Cruzchanged U64 to unsigned long to get rid of build test...
2017-06-14  Paul Cruzadded error message to catch case where size not given
2017-06-14  Paul Cruzcode refactoring and adding some print statements for...
2017-06-14  Paul Cruzdebugging error with finalizeDictionary() not writing...
2017-06-13  Paul Cruzchanged makefile to include zdict functions, wrote...
2017-06-13  Paul Cruzadded code to generate dictionary using finalizeDictionary
2017-06-13  Paul Cruzcleaning up code
2017-06-13  Paul Cruzchanged print format for non-verbose version
2017-06-13  Paul Cruzyet more refactoring
2017-06-13  Paul Cruzmore refactoring for C90
2017-06-12  Paul Cruzrefactoring for C90 syntax
2017-06-12  Paul Cruzformatting issues resolved
2017-06-12  Paul Cruzcode refactorings with explicit conversion
2017-06-12  Paul Cruzformated information for verbose output
2017-06-12  Paul Cruzdisplayed decompressed size
2017-06-12  Paul Cruzincremented decompressedSize instead of setting value
2017-06-12  Paul Cruzremoved useless lines
2017-06-12  Paul Cruzadded in logic for parsing through blocks/frames
2017-06-12  Paul Cruzadded code to analyze the first frame header
2017-06-12  Paul Cruzadded line spacing for clarity
2017-06-12  Paul CruzMerge branch 'dev' into list
2017-06-12  Yann Colletminor man update on -B# option in benchmark mode
2017-06-12  Yann ColletMerge pull request #721 from manixate/typo-fix
2017-06-12  Muhammad AzeemMinor grammatical changes 721/head
2017-06-12  Yann Colletdisabled MT code path when ZSTD_MULTITHREAD is not...
2017-06-12  Yann Colletadded MT support to NEWAPI
2017-06-12  Yann Colletadded control stage to MT mode
2017-06-09  Paul Cruzremoved previous double free crash, used new crash... 722/head
2017-06-09  Paul Cruzadded error function for different compilation modes
2017-06-09  Paul Cruzadded code to extend the offset when a dictionary is...
2017-06-09  Paul Cruzmade sure dictionary ID was being written in the frame...
2017-06-09  Paul Cruzset the lower bits of frame header descriptor if dictio...
2017-06-09  Paul Cruzadded code for generating dictionary/test files randoml...
2017-06-06  Paul Cruzadded display for compressed size
2017-06-06  Yann Colletlinked newAPI to ZSTDMT
2017-06-05  Paul Cruzadded in check suffix check to ensure file was compress...
2017-06-05  Paul Cruzsetup basic functions for adding --list functionality
2017-06-05  cyan4973minor fix for -Wdocumentation
2017-06-05  cyan4973fixed g++ prototype mismatch
2017-06-05  cyan4973fixed fullbench project for VS2010+
2017-06-03  Paul CruzMerge pull request #1 from facebook/dev
2017-06-03  Yann Colletupdated ZSTDMT streaming API
2017-06-03  Yann Colletmade debug definitions common within zstd_internal.h
2017-06-03  Yann Colletcompleted NEWS for v1.3.0
2017-06-03  Yann Colletupdated NEWS for v1.3.0
2017-06-03  Yann Colletfixed missing initialization
2017-06-03  Yann Colletsignificant zlib wrapper code refactoring
2017-06-02  Yann Colletzlib_wrapper's uncompress() uses ZSTD_isFrame() for...
2017-06-02  Yann Colletensure zlibwrapper uses ZSTD_malloc() and ZSTD_free()
2017-06-02  Yann Colletminor indent
2017-06-02  Yann ColletMerge pull request #716 from paulcruz74/dev
2017-06-02  Yann Colletadded POOL_sizeof() for single-thread
2017-06-02  Paul Cruzadded a project support notice for VS2005 716/head
2017-06-02  Paul Cruzadded back documentation/notification for VS2005 in...
2017-06-02  Paul CruzRemoved VS2005 from the list of included projects
2017-06-02  Paul Cruzadding zstd/zstd.vcproj because it was ignored during...
2017-06-02  Paul CruzMoved VS2005 to the contrib directory
2017-06-02  Yann Colletadded support for multithreading parameters
2017-06-02  Yann Colletcreated ZSTDMT_sizeof_CCtx() and POOL_sizeof()
2017-06-01  Yann Colletprotected impossible switch(){default:} with assert(0)
2017-05-31  Yann ColletMerge branch 'advancedAPI2' of github.com:facebook...
2017-05-31  Yann Colletfixed visual warning
2017-05-31  Yann Colletfixed visual warnings
2017-05-31  Yann Colletfinally converted ZSTD_compressStream_generic() to...
2017-05-31  Yann ColletZSTD_createCCtx_advanced() now uses ZSTD_calloc()
2017-05-31  Yann Colletexpose ZSTD_compress_generic_simpleArgs()
2017-05-31  Yann Colletremoved defaultCustomMem
2017-05-30  Yann Colletremoved mtctx->cstream
2017-05-30  Yann ColletMerge branch 'dev' into advancedAPI2
2017-05-30  Yann Colletadded ZSTDMT_createCCtx_advanced()
2017-05-30  Yann ColletMerge branch 'advancedAPI2' of github.com:facebook...
2017-05-28  Yann Colletfixed minor cast warning
2017-05-27  Yann Colletmtctx->jobs allocate its own memory space
2017-05-27  Yann Colletstatic dctx is incompatible with legacy support
2017-05-26  Yann ColletMerge pull request #712 from terrelln/dev
2017-05-26  Nick Terrell[linux-kernel] Fix duplicate symbols when built-in... 712/head
2017-05-26  Yann Colletfixed a few code comments : ZSTD_getFrameParams =>...
2017-05-26  Yann ColletAdded ZSTD_initStaticCDict()
2017-05-26  Yann ColletMerge pull request #711 from ldv-alt/dev
2017-05-25  Dmitry V. LevinFix typo in libzstd.a-mt make rules 711/head
2017-05-25  Yann Colletadded ZSTD_initStaticDDict()
2017-05-25  Yann Colletupdated ZSTD_estimate?DictSize() to pass parameter...
2017-05-25  Nick Terrell[linux-kernel] Fix clang-format edge case with goto...
2017-05-25  Yann Colletadded ZSTD_initStaticDCtx()
2017-05-24  Yann Colletmerged DStream's inBuff and outBuff into a single buffer
2017-05-24  Yann ColletMerge pull request #710 from terrelln/dev
2017-05-24  Nick Terrell[linux-kernel] Fix some up clang-format edge cases 710/head
2017-05-24  Nick Terrell[zstd] Fix up formatting edge cases for clang-format
next