]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2018-06-09  Ryan SchmidtFix name of macOS 1175/head
2018-06-08  Yann ColletMerge pull request #1171 from facebook/negLevels
2018-06-07  Yann Colletfixed minor conversion warning 1171/head
2018-06-07  Yann Colletfixed regressiontest
2018-06-07  Yann ColletMerge branch 'dev' into negLevels
2018-06-07  Yann Colletsupport targetlen==0 with strategy==ZSTD_fast
2018-06-07  Yann Colletremoved literalCompression directive
2018-06-07  Yann Colletfuzzer: make negative compression level fail
2018-06-07  Yann ColletMerge branch 'zstd_compress' into negLevels
2018-06-07  Yann Colletnegative compression level test
2018-06-07  Yann ColletMerge pull request #1165 from facebook/ctxSizeDown
2018-06-07  Yann Colletclean ZSTD_compress() initialization 1170/head
2018-06-07  Yann Colletdisable aarch64 test on travis CI 1165/head
2018-06-07  Yann Colletadded ld -v to aarch64fuzz
2018-06-06  Yann ColletMerge pull request #1164 from GeorgeLu97/CustomMacros
2018-06-06  Yann Colletbumped version number to v1.3.5
2018-06-06  George LuRename tests 1164/head
2018-06-06  Yann Colletcontext can be sized down even with constant parameters
2018-06-06  Yann Colletchanged member name to workSpaceOversizedDuration
2018-06-06  Yann ColletMerge pull request #1167 from facebook/seekable_gcc5
2018-06-06  Yann Colletfixed seekable_format type mismatch 1167/head
2018-06-06  Yann Colletbetter make -j all behavior
2018-06-06  Yann Colletrefactor travis CI test
2018-06-06  Yann Colletensure seekable_format/examples generated libzstd.a
2018-06-06  George LuMore Tests
2018-06-05  George LuRemove test from Circle
2018-06-05  George LuMove stuff around
2018-06-05  Yann Colletadded test case
2018-06-05  George LuRemove optimizations
2018-06-05  George Lucircle test
2018-06-05  George LuRevert "Partial compilation test?"
2018-06-05  George LuPartial compilation test?
2018-06-05  Yann Colletadded workSpaceTooLarge and workSpaceWasteful
2018-06-05  Yann ColletMerge pull request #1162 from facebook/corruptionFix
2018-06-05  George LuFix Typos
2018-06-05  Yann Colletchanged a few variable names 1162/head
2018-06-04  Yann ColletMerge pull request #1161 from GeorgeLu97/paramgrillformat
2018-06-04  George LuAdded Deprecated Dependencies
2018-06-04  George Luforgot \n, ; 1161/head
2018-06-04  George LuRemove old file declaration
2018-06-04  George LuUpdate usage_advanced
2018-06-04  George LuDocumentation
2018-06-04  George LuCreated Macros
2018-06-02  Yann ColletFixed a nasty corruption bug
2018-06-02  George Lu-O# with no file fails
2018-06-01  George LuAdded Level Option
2018-06-01  Yann ColletMerge pull request #1159 from GeorgeLu97/suffixlist
2018-06-01  George LuAdd Error Print
2018-06-01  Yann ColletMerge pull request #1160 from GeorgeLu97/formatzstd
2018-06-01  George LuRemove echo 1159/head
2018-06-01  George LuAdded new --zstd= format
2018-06-01  George LuModified Tests 1160/head
2018-06-01  George LuSuffix list test
2018-06-01  Yann ColletMerge pull request #1157 from facebook/decompressedSize
2018-06-01  George LuAdded Test Case
2018-06-01  George Luupdate display
2018-06-01  George Luupdate man
2018-06-01  George Luremoved strcats
2018-06-01  George Lucopy paste
2018-06-01  Yann ColletMerge pull request #1151 from felixhandte/zstd-dfast...
2018-05-31  George LuUnknown Suffix Error
2018-05-31  George LuAdded --format=zstd
2018-05-31  W. Felix HandteAllow Different Dict Attachment Cut-Offs for Different... 1151/head
2018-05-31  W. Felix HandteRemove Incorrect and Extraneous Repcode Bounds Check
2018-05-31  Yann Colletminor : improved API code comment 1157/head
2018-05-30  Yann ColletMerge pull request #1154 from facebook/altOpt
2018-05-29  Yann Colletminor update of literal cost function 1154/head
2018-05-29  Yann Colletsimplified optimal parser
2018-05-26  Yann ColletMerge pull request #1153 from facebook/dynThreshold
2018-05-26  Yann Colletfixed minor visual warning 1153/head
2018-05-26  Yann ColletMerge pull request #1152 from facebook/lowCompression
2018-05-26  Yann Colletchanged dynamic fse threshold for offset
2018-05-25  Yann ColletMerge branch 'dev' into lowCompression 1152/head
2018-05-25  Yann ColletMerge pull request #1141 from facebook/staticDictCost
2018-05-25  Yann Colletbtultra accepts blocks with poorer compression ratio
2018-05-25  Yann Colletslightly nudge choices towards less sequences 1141/head
2018-05-25  W. Felix HandteCheck Long + 1 Matches in Both Prefix and Dict in Bothe...
2018-05-25  W. Felix HandteInterleave Prefix and Dict Searches
2018-05-25  W. Felix HandteRefactor ZSTD_dfast to Use `goto`s
2018-05-25  W. Felix Handte... When I Said "HashTable", I Meant "ChainTable" 1138/head
2018-05-25  W. Felix HandteFix Off-By-One Error
2018-05-25  W. Felix HandteDisallow Too-Long Repcodes When Using an Attached Dict
2018-05-25  W. Felix HandtePort Changes Made to ZSTD_fast to ZSTD_dfast
2018-05-25  W. Felix HandteImplement Second Repcode Check
2018-05-25  W. Felix HandteImplement First Repcode Check
2018-05-25  W. Felix HandteFind Dict Hash Table Matches
2018-05-25  W. Felix HandteExisting Repcode Check Only Applies to noDict Case
2018-05-25  W. Felix HandteProperly Initialize Repcode Values
2018-05-25  W. Felix HandteAdd Necessary Dict Variables
2018-05-25  W. Felix HandteRename 'lowest' to 'localLowest' to Prepare to Introduc...
2018-05-25  W. Felix HandteSkeleton for In-Place Impl for ZSTD_dfast
2018-05-24  Yann ColletMerge branch 'dev' into staticDictCost
2018-05-24  Yann ColletMerge pull request #1149 from terrelln/fuzz-py
2018-05-24  Nick TerrellImprove compiler detection to work on Mac 1149/head
2018-05-24  Nick TerrellDefine BIT_DEBUG for --debug
2018-05-24  Nick TerrellIncrease the maximum file size
2018-05-24  Nick TerrellSmall fixes to fuzz.py
2018-05-24  Yann ColletMerge pull request #1150 from facebook/fracFse
2018-05-24  Yann ColletMerge branch 'dev' into fracFse 1150/head
2018-05-24  Yann Colletfix corner case when requiring cost of an FSE symbol
next