]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-11-28  W. Felix HandteFix LZ4 Compression Buffer Overflow 893/head
2017-11-28  W. Felix HandteAdd Test on LZ4 Format Input Buffer Overrun
2017-11-27  Yann Colletinstall: changed variable MANDIR into MAN1DIR
2017-11-27  Yann Colletzstreamtest : in `-T#s`, s considered a suffix meaning...
2017-11-25  Yann Colletupdated man page
2017-11-25  Yann Colletminor update
2017-11-24  Yann ColletMerge pull request #931 from scottchiefbaker/documentation
2017-11-23  Scott BakerInclude information about the benchmark output/methodology 931/head
2017-11-22  Yann ColletMerge pull request #924 from facebook/opt2
2017-11-21  Yann Colletfixed comment, reported by @gyscos 924/head
2017-11-21  Yann Colletfixed comment, as suggested by @terrelln
2017-11-20  Yann ColletMerge pull request #925 from dusta/patch-1
2017-11-20  DustaMissing dot 925/head
2017-11-20  Yann Colletstrategy ZSTD_btopt pinned to (0) variant (faster one)
2017-11-19  Yann Colletslightly improved compression speed
2017-11-19  Yann Colletslightly improved ratio at -22
2017-11-19  Yann Colletminor : search early-out on sufficient_len for hc3...
2017-11-19  Yann Colletbtopt0 : a bit faster and weaker
2017-11-19  Yann Colletcreated (hidden) new strategy btopt0
2017-11-19  Yann Colletzstd_opt: minor speed optimization
2017-11-18  Yann Colletbench: slightly adjusted display format
2017-11-18  Yann Colletminor spelling fixes
2017-11-18  Yann Colletfix ZSTD_COMPRESSBOUND() macro
2017-11-18  Yann ColletMerge pull request #922 from terrelln/signal
2017-11-18  Yann ColletMerge pull request #921 from facebook/ubfix
2017-11-18  Nick Terrell[zstd] Fix rare bug with signal handler 922/head
2017-11-17  Yann Colletfix un-initialized memory warning 921/head
2017-11-17  Yann ColletMerge pull request #920 from facebook/benchSeparate
2017-11-17  Yann Colletfix one UB pointer arithmetic in encoder
2017-11-17  Yann Colletfixed one UB pointer arithmetic
2017-11-17  Yann ColletMerge pull request #916 from facebook/optMergeRep
2017-11-17  Yann Colletfixed circle-ci script 920/head
2017-11-17  Yann Colletminor interface adjustments
2017-11-17  Yann Colletbench: added cli command `-S` to benchmark multiple...
2017-11-17  Yann Colletbench: realTime is a global parameter
2017-11-16  Yann Colletfixed minor warning 916/head
2017-11-16  Yann Colletfixed some complex scenarios
2017-11-16  Yann ColletFixed Btree update
2017-11-15  Yann Colletremoved wrong assertion
2017-11-15  Yann Colletremoved a few specialized traces
2017-11-15  Yann Colletshortened repcode match finder implementation
2017-11-15  Yann Colletfixed corruption issue
2017-11-15  Yann Colletstill fighting data corruption
2017-11-15  Yann Colletmerged rep search into btMatchSearch
2017-11-14  Yann ColletMerge pull request #912 from facebook/opt
2017-11-13  Yann Colletmerged repcode search into BT match search
2017-11-10  Yann Colletcmake: fixed lib/CMakeLists.txt 912/head
2017-11-10  Yann Colletreduced scope of multiple variables
2017-11-08  Yann Colletlib/compress: created ZSTD_LLcode() and ZSTD_MLcode()
2017-11-08  Yann Colletzstd_opt: simplified ZSTD_getPrice() and ZSTD_updatePri...
2017-11-08  Yann Colletzstd_opt: refactor code for improved readability
2017-11-08  Yann Colletzstd_opt: ensure sufficient_len < ZSTD_OPT_NUM to simpl...
2017-11-08  Yann Colletrenamed zstd_compress.h into zstd_compress_internal.h
2017-11-08  Yann Colletmoved a few structures from `zstd_internal.h` to `zstd_...
2017-11-07  Yann ColletMerge pull request #908 from facebook/ubsan
2017-11-02  Yann ColletMerge pull request #906 from facebook/fixAutoPledge
2017-11-02  Yann Colletfixed zstreamtest declaration after statement 908/head
2017-11-02  Yann Colletremoved line with `//` comment 906/head
2017-11-01  Yann Colletminor refactor
2017-11-01  Yann ColletMerge pull request #905 from terrelln/skip
2017-11-01  Yann Colletfix : ZSTD_compress_generic(,,,ZSTD_e_end) automaticall...
2017-11-01  Nick TerrellTest large skippable frames 905/head
2017-11-01  Nick TerrellAllow skippable frames of any size
2017-11-01  Yann Colletremoved direct call to malloc() from pool.c
2017-10-29  Yann ColletMerge pull request #903 from terrelln/empty-input
2017-10-29  Yann ColletMerge pull request #902 from terrelln/buck
2017-10-26  Nick Terrell[libzstd] Fix parameter selection for empty input 903/head
2017-10-25  Nick TerrellUpdate BUCK files 902/head
2017-10-19  Yann Colletfixed zbufftest
2017-10-19  Yann ColletMerge pull request #896 from facebook/simplifyio
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
next