]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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-05  Yann ColletMerge pull request #1162 from facebook/corruptionFix
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 Luforgot \n, ; 1161/head
2018-06-04  George LuUpdate usage_advanced
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
2018-05-24  Yann ColletMerge pull request #1117 from felixhandte/zstd-fast...
2018-05-24  Nick TerrellWork around bug in zstd decoder (#1147)
2018-05-23  Yann ColletMerge pull request #1146 from terrelln/fse-fix
2018-05-23  Nick TerrellVariable declarations 1146/head
2018-05-23  W. Felix HandteAssert that Dict and Current Window are Adjacent in... 1117/head
2018-05-23  W. Felix HandteMake loadedDictEnd an Index, not the Dict Len
2018-05-23  W. Felix HandteFixes in re Comments
2018-05-23  W. Felix HandteDon't Attach Empty Dict Contents
2018-05-23  W. Felix HandteAvoid Undefined Behavior in Match Ptr Calculation
2018-05-23  W. Felix HandteRemove Out-of-Date Comment
2018-05-23  W. Felix HandteMoar Renames
2018-05-23  W. Felix HandteAlso Attach Dict When Source Size is Unknown
2018-05-23  W. Felix HandteClear the Dictionary When Sliding the Window
2018-05-23  W. Felix HandteRefine ip Initialization to Avoid ARM Weirdness
2018-05-23  W. Felix HandteUse New Index Invariant to Simplify Conditionals
2018-05-23  W. Felix HandteForce Working Context Indices Greater than Dict Indices
2018-05-23  W. Felix HandteWhitespace Fix
2018-05-23  W. Felix HandteSwitch to Original Match Calc for noDict Repcode Check
2018-05-23  W. Felix HandteRename 'hasDict' to 'dictMode'
2018-05-23  W. Felix HandteRespond to PR Comments; Formatting/Style/Lint Fixes
2018-05-23  W. Felix HandteRename and Reformat
2018-05-23  W. Felix HandteChange Cut-Off to 8 KB
2018-05-23  W. Felix HandteFix Rep Code Initialization
2018-05-23  W. Felix HandteCoalesce hasDictMatchState and extDict Checks into...
2018-05-23  W. Felix HandteSplit Wrapper Functions to Cause Inlining
2018-05-23  W. Felix HandteAdd bounds check in repcode tests
2018-05-23  W. Felix HandteInitial Repcode Check Support for Ext Dict Ctx
2018-05-23  W. Felix HandtePreliminary Support in ZSTD_compressBlock_fast_generic...
2018-05-23  W. Felix HandteRefer to the Dictionary Match State In-Place (Sometimes)
2018-05-23  Nick TerrellError if reported size is too large in edge case
2018-05-23  Nick Terrell[zstd] Fix decompression edge case
2018-05-23  Yann ColletMerge pull request #1144 from terrelln/fse-entropy
2018-05-22  Yann ColletMerge pull request #1145 from terrelln/spec
2018-05-22  Nick TerrellClarify what happens when Number_of_Sequences == 0 1145/head
next