]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-10-19  Yann Colletfixed missing zstdmt_compress.h dependency 896/head
2017-10-19  Yann Colletbench: fixed Visual warning regarding struct initialization
2017-10-19  Yann ColletIO and bench : ZSTD_NEWAPI is the only remaining code...
2017-10-18  Yann ColletMerge pull request #895 from facebook/fileSize_unknown
2017-10-18  Yann Colletfixed wrong test to display compression status 895/head
2017-10-18  Yann Colletfixed zlib wrapper
2017-10-18  Yann ColletMerge pull request #891 from facebook/contentSize
2017-10-17  Yann ColletMerge pull request #890 from terrelln/dev
2017-10-17  Yann Colletadded a check to ensure 0-size is present in frame...
2017-10-17  Yann ColletUTIL_getFileSize() returns UTIL_FILESIZE_UNKNOWN on...
2017-10-17  Yann ColletMerge pull request #892 from terrelln/seq-test
2017-10-17  Yann Colletfixed : Visual build compressing stdin with multi-threa... 891/head
2017-10-17  Yann ColletMerge pull request #894 from felixhandte/add-check...
2017-10-17  W. Felix HandteAdd `check` Target to Makefile 894/head
2017-10-17  Nick Terrell[test] Exercise all codes in dictionary tables 892/head
2017-10-16  Yann Colletedited ZSTD_initCStream_advanced() comment
2017-10-16  Yann Colletplaytest : minor cosmetic changes
2017-10-16  Nick TerrellDon't allow default tables to repeat 890/head
2017-10-14  Yann ColletMerge pull request #889 from terrelln/bug-fix
2017-10-14  Yann Colletdictionary compression use correct file size estimation
2017-10-14  Yann Colletchanged API comments to invite using macro ZSTD_CONTENT...
2017-10-14  Yann Colletminor : zstd -l -v display each file name
2017-10-14  Yann Colletadd test for presence of decompressed size field in...
2017-10-14  Yann Colletfixed ZSTDMT_initCStream() when contentSizeFlag==1...
2017-10-14  Yann Colletfixed ZSTD_initCStream_advanced() behavior, which depen...
2017-10-14  Yann ColletcontentSizeFlag enabled by default would also fail...
2017-10-14  Yann Colletensure fParams.contentSizeFlag starts at 1
2017-10-13  Yann Colletfileio: content size is enabled by default
2017-10-13  Nick TerrellAdd DEBUGLOG() that prints FSE encoding types 889/head
2017-10-13  Nick TerrellFix invalid use of dictionary offcode table
2017-10-13  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-10-13  Yann Colletminor code formatting
2017-10-09  Yann ColletMerge pull request #885 from terrelln/dev
2017-10-09  Nick Terrell[doc] Add images for release notes 885/head
2017-10-07  Yann Colletfixed a small error in decodeCorpus 883/head
2017-10-06  Yann Colletplaytests: do not use cat on large files
2017-10-04  Yann ColletMerge pull request #882 from terrelln/list
2017-10-04  Nick Terrell[zstdcli] Add window size to verbose list 882/head
2017-10-03  Yann ColletMerge pull request #881 from terrelln/dev
2017-10-03  Nick TerrellEnsure dictionary Huff table can encode any symbol 881/head
2017-10-03  Yann Colletfixed minor conversion warnings for printf
2017-10-02  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-10-02  Yann ColletMerge branch 'srcSize' into dev
2017-10-02  Yann Colletbumped version number
2017-10-02  Yann ColletMerge pull request #876 from facebook/srcSize
2017-10-02  Yann ColletMerge pull request #879 from terrelln/block-size
2017-10-02  Nick Terrell[libzstd] Set CLEVEL_CUSTOM correctly 879/head
2017-10-02  Yann Colletremoved isRegularFile parameter 876/head
2017-10-02  Yann Colletinterruption handler and variable are static
2017-10-02  Yann Collet/contrib: fixed license header
2017-10-02  Yann Colletremoved the statement for all versions of Visual Studio
2017-10-02  Yann Colletsame error in Visual Studio 2012 ...
2017-10-02  Yann ColletThe issue also impacts Visual Studio 2010
2017-10-02  Yann Colletadded (void)sig to avoid compilers complaining that...
2017-10-02  Yann Colletconditionnally removed invocation that generates a...
2017-10-01  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-10-01  Yann Colletblindfix for Visual : minor casting issue
2017-10-01  Yann ColletMerge pull request #877 from facebook/compressBound
2017-10-01  Yann Colletcli: add Ctrl-C support, requested by @mike155 in #854
2017-10-01  Yann Colletadded comment on ZSTD_COMPRESSBOUND() 877/head
2017-10-01  Yann ColletMerge branch 'dev' into compressBound
2017-09-30  Yann Colletmacro compatible with scenario where windowSize = 1024...
2017-09-30  Yann ColletZSTD_adjustCParams_internal : minor optimization
2017-09-30  Yann ColletMerge pull request #878 from terrelln/adjust
2017-09-30  Nick TerrellDon't `size -= 1` in ZSTD_adjustCParams() 878/head
2017-09-30  Yann Colletfix proper naming on FSE_createCTable() arguments in...
2017-09-30  Yann Colletadded ZSTD_COMPRESSBOUND() as a macro
2017-09-30  Yann ColletMerge pull request #860 from felixhandte/zstd-lz4-suppo...
2017-09-30  Yann Colletcli: fixed wrong initialization in MT mode
2017-09-30  Yann ColletMerge pull request #875 from facebook/zstdcat
2017-09-30  Yann Colletminor fix : no longer use fake srcSize during resource...
2017-09-30  Yann Colletfix : srcSize written in frame header when multiple...
2017-09-30  Yann ColletMerge pull request #873 from facebook/shorterTests
2017-09-29  Yann Colleterase existence of a buffer when it's sent out of the... 873/head
2017-09-29  Yann Colletdecode more data before triggering error 875/head
2017-09-29  Yann Colletzstdmt : fixed : buffer dst0 wasn't properly set to...
2017-09-29  Yann Colletremoved ZSTDMT_waitForAllJobsCompleted() from ZSTDMT_fr...
2017-09-29  Yann Colletmake test : removed zstreamtest unit tests for variants
2017-09-29  Yann Colletzstreamtest : run unit tests only during "normal" session
2017-09-29  Yann ColletadjustCParams : restored previous behavior
2017-09-28  W. Felix HandteUpdate documentation to reflect other format support 860/head
2017-09-28  W. Felix HandteAdd CLI Program Name Detection for LZ4
2017-09-28  W. Felix HandteAdd basic tests for the lz4 integration
2017-09-28  Yann Colletzstdmt : reduced maximum nb of threads
2017-09-28  Yann ColletMerge branch 'dev' into shorterTests
2017-09-28  Yann Colletzstreamtest --newapi : reduced maximum allocated memory
2017-09-28  Yann Colletzstdmt : move on when not enough memory for a new input...
2017-09-28  Yann Colletfixed minor Visual conversion warning
2017-09-28  Yann Colletzstdmt : better behavior when freeing a context right...
2017-09-28  Yann Colletminor : rewrite unit tests using CHECK_Z macro
2017-09-28  Yann Colletfixed maximum windowLog for zstreamtest --newapi
2017-09-28  Yann Colletensure adjustCParams adjust hLog and cLog even without...
2017-09-28  Yann ColletMerge pull request #863 from facebook/newFormats
2017-09-28  Yann ColletMerge pull request #872 from terrelln/fuzz-minor
2017-09-28  Nick Terrell[fuzz] Small changes for oss-fuzz integration 872/head
2017-09-28  Yann Colletreduced memory usage of zstreamtest --newapi
2017-09-28  Yann Colletreduced zstreamtest --mt memory load
2017-09-27  Yann ColletMerge branch 'dev' into newFormats 863/head
2017-09-27  Yann ColletMerge pull request #869 from terrelln/dev
2017-09-27  Yann ColletMerge pull request #866 from facebook/list
next