Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
830fd4468f099358fb370e00f2b25ac0c0159043
830fd44
better make -j all behavior
by Yann Collet
· 6 years ago
79e83d1
refactor travis CI test
by Yann Collet
· 6 years ago
30ee23e
ensure seekable_format/examples generated libzstd.a
by Yann Collet
· 6 years ago
bdb6736
Merge pull request #1162 from facebook/corruptionFix
by Yann Collet
· 6 years ago
357c648
changed a few variable names
by Yann Collet
· 6 years ago
54f0564
Merge pull request #1161 from GeorgeLu97/paramgrillformat
by Yann Collet
· 6 years ago
3f054dc
forgot \n, ;
by George Lu
· 6 years ago
ddf143b
Update usage_advanced
by George Lu
· 6 years ago
2108dec
Fixed a nasty corruption bug
by Yann Collet
· 6 years ago
5e586aa
-O# with no file fails
by George Lu
· 6 years ago
e355f0a
Added Level Option
by George Lu
· 6 years ago
d3615c2
Merge pull request #1159 from GeorgeLu97/suffixlist
by Yann Collet
· 6 years ago
ae6d1fd
Add Error Print
by George Lu
· 6 years ago
2b5b2ea
Merge pull request #1160 from GeorgeLu97/formatzstd
by Yann Collet
· 6 years ago
110ec90
Remove echo
by George Lu
· 6 years ago
c9b4d20
Added new --zstd= format
by George Lu
· 6 years ago
41249bf
Modified Tests
by George Lu
· 6 years ago
53ea32c
Suffix list test
by George Lu
· 6 years ago
143fc9f
Merge pull request #1157 from facebook/decompressedSize
by Yann Collet
· 6 years ago
cfc3451
Added Test Case
by George Lu
· 6 years ago
8984cc9
update display
by George Lu
· 6 years ago
547096d
update man
by George Lu
· 6 years ago
c9b1068
removed strcats
by George Lu
· 6 years ago
cec205c
copy paste
by George Lu
· 6 years ago
7c33b48
Merge pull request #1151 from felixhandte/zstd-dfast-in-place-dict-goto
by Yann Collet
· 6 years ago
5ff30fe
Unknown Suffix Error
by George Lu
· 6 years ago
140f59d
Added --format=zstd
by George Lu
· 6 years ago
48deab9
Allow Different Dict Attachment Cut-Offs for Different Strategies
by W. Felix Handte
· 6 years ago
f867966
Remove Incorrect and Extraneous Repcode Bounds Check
by W. Felix Handte
· 6 years ago
9b979d0
minor : improved API code comment
by Yann Collet
· 6 years ago
ac4f7ea
Merge pull request #1154 from facebook/altOpt
by Yann Collet
· 6 years ago
809f2f9
minor update of literal cost function
by Yann Collet
· 6 years ago
463a0fe
simplified optimal parser
by Yann Collet
· 6 years ago
bb6eaf6
Merge pull request #1153 from facebook/dynThreshold
by Yann Collet
· 6 years ago
e916c36
fixed minor visual warning
by Yann Collet
· 6 years ago
c6ccf43
Merge pull request #1152 from facebook/lowCompression
by Yann Collet
· 6 years ago
a7fdcee
changed dynamic fse threshold for offset
by Yann Collet
· 6 years ago
4b3a36d
Merge branch 'dev' into lowCompression
by Yann Collet
· 6 years ago
744f36a
Merge pull request #1141 from facebook/staticDictCost
by Yann Collet
· 6 years ago
5f177f1
btultra accepts blocks with poorer compression ratio
by Yann Collet
· 6 years ago
e2c0e3d
slightly nudge choices towards less sequences
by Yann Collet
· 6 years ago
5b292b5
Check Long + 1 Matches in Both Prefix and Dict in Bothe Short Match Paths
by W. Felix Handte
· 6 years ago
88b733b
Interleave Prefix and Dict Searches
by W. Felix Handte
· 7 years ago
1850025
Refactor ZSTD_dfast to Use `goto`s
by W. Felix Handte
· 7 years ago
43606f9
... When I Said "HashTable", I Meant "ChainTable"
by W. Felix Handte
· 6 years ago
ec7efe8
Fix Off-By-One Error
by W. Felix Handte
· 6 years ago
2bfe432
Disallow Too-Long Repcodes When Using an Attached Dict
by W. Felix Handte
· 6 years ago
b97ad3f
Port Changes Made to ZSTD_fast to ZSTD_dfast
by W. Felix Handte
· 7 years ago
2313cca
Implement Second Repcode Check
by W. Felix Handte
· 7 years ago
0998f10
Implement First Repcode Check
by W. Felix Handte
· 7 years ago
50c5b2b
Find Dict Hash Table Matches
by W. Felix Handte
· 7 years ago
7a25f7e
Existing Repcode Check Only Applies to noDict Case
by W. Felix Handte
· 7 years ago
8b241da
Properly Initialize Repcode Values
by W. Felix Handte
· 7 years ago
7097a03
Add Necessary Dict Variables
by W. Felix Handte
· 7 years ago
aacbbf4
Rename 'lowest' to 'localLowest' to Prepare to Introduce Dict Indices
by W. Felix Handte
· 7 years ago
c10d1b4
Skeleton for In-Place Impl for ZSTD_dfast
by W. Felix Handte
· 7 years ago
f6ad59a
Merge branch 'dev' into staticDictCost
by Yann Collet
· 6 years ago
a7c7574
Merge pull request #1149 from terrelln/fuzz-py
by Yann Collet
· 6 years ago
fdd4d85
Improve compiler detection to work on Mac
by Nick Terrell
· 6 years ago
ac852ab
Define BIT_DEBUG for --debug
by Nick Terrell
· 6 years ago
2a9975f
Increase the maximum file size
by Nick Terrell
· 6 years ago
e712a3a
Small fixes to fuzz.py
by Nick Terrell
· 6 years ago
47d2331
Merge pull request #1150 from facebook/fracFse
by Yann Collet
· 6 years ago
b5ef32f
Merge branch 'dev' into fracFse
by Yann Collet
· 6 years ago
776128d
fix corner case when requiring cost of an FSE symbol
by Yann Collet
· 6 years ago
08c5be5
Merge pull request #1117 from felixhandte/zstd-fast-in-place-dict
by Yann Collet
· 6 years ago
06b7017
Work around bug in zstd decoder (#1147)
by Nick Terrell
· 6 years ago
712318a
Merge pull request #1146 from terrelln/fse-fix
by Yann Collet
· 6 years ago
f2d0924
Variable declarations
by Nick Terrell
· 6 years ago
d9c7e67
Assert that Dict and Current Window are Adjacent in Index Space
by W. Felix Handte
· 6 years ago
298d24f
Make loadedDictEnd an Index, not the Dict Len
by W. Felix Handte
· 6 years ago
7ef85e0
Fixes in re Comments
by W. Felix Handte
· 6 years ago
582b7f8
Don't Attach Empty Dict Contents
by W. Felix Handte
· 7 years ago
9c92223
Avoid Undefined Behavior in Match Ptr Calculation
by W. Felix Handte
· 7 years ago
a44ab3b
Remove Out-of-Date Comment
by W. Felix Handte
· 7 years ago
95bdf20
Moar Renames
by W. Felix Handte
· 7 years ago
7e0402e
Also Attach Dict When Source Size is Unknown
by W. Felix Handte
· 7 years ago
3ba70cc
Clear the Dictionary When Sliding the Window
by W. Felix Handte
· 7 years ago
b05ae9b
Refine ip Initialization to Avoid ARM Weirdness
by W. Felix Handte
· 7 years ago
1a7b34e
Use New Index Invariant to Simplify Conditionals
by W. Felix Handte
· 7 years ago
2d598e6
Force Working Context Indices Greater than Dict Indices
by W. Felix Handte
· 7 years ago
d005e5d
Whitespace Fix
by W. Felix Handte
· 7 years ago
154eb09
Switch to Original Match Calc for noDict Repcode Check
by W. Felix Handte
· 7 years ago
191fc74
Rename 'hasDict' to 'dictMode'
by W. Felix Handte
· 7 years ago
ae4fcf7
Respond to PR Comments; Formatting/Style/Lint Fixes
by W. Felix Handte
· 7 years ago
ca26cec
Rename and Reformat
by W. Felix Handte
· 7 years ago
66bc1ca
Change Cut-Off to 8 KB
by W. Felix Handte
· 7 years ago
c31ee3c
Fix Rep Code Initialization
by W. Felix Handte
· 7 years ago
b67196f
Coalesce hasDictMatchState and extDict Checks into One Enum and Rename Stuff
by W. Felix Handte
· 7 years ago
265c286
Split Wrapper Functions to Cause Inlining
by W. Felix Handte
· 7 years ago
6929964
Add bounds check in repcode tests
by W. Felix Handte
· 7 years ago
70a537d
Initial Repcode Check Support for Ext Dict Ctx
by W. Felix Handte
· 7 years ago
8d24ff0
Preliminary Support in ZSTD_compressBlock_fast_generic() for Ext Dict Ctx
by W. Felix Handte
· 7 years ago
d18a405
Refer to the Dictionary Match State In-Place (Sometimes)
by W. Felix Handte
· 7 years ago
c92dd11
Error if reported size is too large in edge case
by Nick Terrell
· 6 years ago
a97e9a6
[zstd] Fix decompression edge case
by Nick Terrell
· 6 years ago
27dc078
Merge pull request #1144 from terrelln/fse-entropy
by Yann Collet
· 6 years ago
4a498f0
Merge pull request #1145 from terrelln/spec
by Yann Collet
· 6 years ago
73f4c89
Clarify what happens when Number_of_Sequences == 0
by Nick Terrell
· 6 years ago
e3959d5
Fixes
by Nick Terrell
· 6 years ago
Next »