]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2018-05-26  Yann Colletfixed minor visual warning 1153/head
2018-05-26  Yann Colletchanged dynamic fse threshold for offset
2018-05-25  Yann ColletMerge pull request #1141 from facebook/staticDictCost
2018-05-25  Yann Colletslightly nudge choices towards less sequences 1141/head
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
2018-05-22  Nick TerrellFixes 1144/head
2018-05-22  Yann ColletMerge branch 'dev' into staticDictCost
2018-05-22  Yann Colletdisable 2-passes strategy
2018-05-22  Nick TerrellApproximate FSE encoding costs for selection
2018-05-19  Yann ColletMerge pull request #1143 from facebook/tableLevels
2018-05-19  Yann ColletMerge branch 'tableLevels' of github.com:facebook/zstd... 1143/head
2018-05-19  Yann ColletMerge branch 'dev' into tableLevels
2018-05-19  Yann ColletMerge pull request #1142 from terrelln/better-dict
2018-05-19  Yann ColletMerge branch 'dev' into tableLevels
2018-05-19  Yann Colletupdated compression levels for blocks of 256KB
2018-05-18  Nick Terrell[cover] Small compression ratio improvement 1142/head
2018-05-18  Yann ColletMerge branch 'dev' into staticDictCost
2018-05-18  Yann Colletadding some debug functions to observe statistics
2018-05-18  Yann ColletMerge pull request #1139 from fbrosson/prefetch
2018-05-18  fbrosson__builtin_prefetch did probably not exist before gcc... 1139/head
2018-05-18  Yann ColletMerge pull request #1140 from fbrosson/cpu-asm
2018-05-18  fbrossonDrop colon in asm snippet to make old versions of gcc... 1140/head
2018-05-18  Yann Colletfixed minor conversion warning
2018-05-17  Yann Colletfixed a pretty complex bug when combining ldm + btultra
2018-05-17  Yann Colletcollect statistics for first block in ultra mode
2018-05-17  Yann Colletslightly improved weight calculation
2018-05-16  Yann Colletupdate table levels for blocks <= 16K
2018-05-16  Yann Colletintroduced bit-fractional cost evaluation
2018-05-15  Yann ColletMerge pull request #1135 from facebook/frameCSize
2018-05-15  Yann ColletMerge pull request #1136 from terrelln/fix
2018-05-15  Nick TerrellFix failing Travis tests 1136/head
2018-05-15  Yann ColletMerge branch 'dev' into staticDictCost
2018-05-15  Yann Colletopt: removed static prices
2018-05-15  Yann ColletMerge pull request #1127 from facebook/staticDictCost
2018-05-14  Yann Colletdecompress: changed error code when input is too large 1135/head
2018-05-14  Yann ColletMerge branch 'dev' into tableLevels
2018-05-14  Yann ColletMerge pull request #1131 from facebook/zstdcli
2018-05-14  Yann ColletMerge pull request #1130 from facebook/man
2018-05-14  Yann ColletMerge pull request #1129 from facebook/paramgrill
2018-05-14  Yann ColletMerge branch 'dev' into tableLevels
2018-05-14  Yann ColletMerge pull request #1133 from felixhandte/travis-fix
2018-05-14  W. Felix HandteTravis CI Runs apt-get Update 1133/head
2018-05-14  Yann Colletparamgrill: use NB_LEVELS_TRACKED in loop 1129/head
2018-05-14  Yann Colletupdate table for 128 KB blocks
2018-05-13  Yann Colletupdate compression levels for large inputs
2018-05-12  Yann Colletcli: control numeric argument overflow 1131/head
2018-05-12  Yann Colletminor : factor out errorOut()
2018-05-12  Yann Colletfix #1115 1130/head
2018-05-12  Yann Colletparamgrill: subtle change in level spacing
2018-05-12  Yann Colletadded programmable constraints
2018-05-12  Yann Colletgeneralized use of readU32FromChar()
2018-05-11  Yann Colletreplaced FSE_count by FSE_count_simple 1127/head
2018-05-11  Yann ColletMerge pull request #1128 from facebook/libdir
2018-05-11  Yann Colletminor patch, ensuring LIBDIR is created before installation 1128/head
2018-05-11  Yann Colletfixed wrong assertion
2018-05-11  Yann Colletfixed c++ conversion warning
2018-05-11  Yann Colletminor adjusting of weights
2018-05-11  Yann Colletopt: init statistics from dictionary
next