Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_zstd
/
942df522ccbb2cd41f6a5f5492acca0ed275dcc7
942df52
Merge pull request #1361 from facebook/streamdoc
by Yann Collet
· 7 years ago
92192b2
Merge pull request #1362 from felixhandte/fix-btlazy-skipping
by Yann Collet
· 7 years ago
4083bdc
Merge pull request #1356 from maxice8/fix-musl
by Yann Collet
· 7 years ago
b8235be
Avoid Searching Dictionary in ZSTD_btlazy2 When an Optimal Match is Found
by W. Felix Handte
· 7 years ago
d121b34
Clean Up Debug Log Statements
by W. Felix Handte
· 7 years ago
08da9ad
Remove Unused Variable
by W. Felix Handte
· 7 years ago
8fc79fa
clarify streaming api doc
by Yann Collet
· 7 years ago
1d75697
don't assume __linux__ means __GLIBC__ on BACKTRACES_ENABLE
by maxice8
· 7 years ago
33d6431
fixed fullbench-lib target
by Yann Collet
· 7 years ago
0854b06
Merge pull request #1351 from facebook/haikubuild
by Yann Collet
· 7 years ago
1f8a3df
Merge pull request #1353 from facebook/paramgrill
by Yann Collet
· 7 years ago
d4eba30
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 7 years ago
68bec4c
added graph for ZSTD_compress_usingCDict() in v1.3.6
by Yann Collet
· 7 years ago
a9217c9
Merge pull request #1352 from facebook/visual
by Yann Collet
· 7 years ago
efbc3e8
fixed paramgrill wrong assert() conditions
by Yann Collet
· 7 years ago
9ac8f2d
fixed VS2017Community build script
by Yann Collet
· 7 years ago
11cd2ea
finalized minor warnings on Haiku
by Yann Collet
· 7 years ago
4a85b12
changed ZSTD_NANOSLEEP_SUPPORT definition
by Yann Collet
· 7 years ago
549c19b
portability macro flags updates, for Haiku
by Yann Collet
· 7 years ago
bc93b80
Merge pull request #1330 from korli/haiku
by Yann Collet
· 7 years ago
b1407f9
fixed wrong assert() position
by Yann Collet
· 7 years ago
63f8fb0
Merge pull request #1350 from facebook/fixmsan
by Yann Collet
· 7 years ago
87c10e2
Enable building zstd on Haiku.
by Jerome Duval
· 8 years ago
22ddf35
fixed msan warning
by Yann Collet
· 7 years ago
c9843ec
Merge pull request #1348 from facebook/donotdelete
by Yann Collet
· 7 years ago
3ca6261
fixed static analyzer warnings
by Yann Collet
· 7 years ago
d98733b
restored backtrace on failure
by Yann Collet
· 7 years ago
8514bd8
updated NEWS in anticipation for v1.3.6
by Yann Collet
· 7 years ago
228c6e5
Merge pull request #1317 from felixhandte/split-logs
by Yann Collet
· 7 years ago
9012b6c
./zstd -f do no longer overwrite destination file
by Yann Collet
· 7 years ago
c7bd6a4
zstd -d -f do no longer erase destination file
by Yann Collet
· 7 years ago
5b29686
Revert Ability to Set HashLog and ChainLog on Context When Dict is Attached
by W. Felix Handte
· 7 years ago
1ab71a8
regroup name creation logic into its own function
by Yann Collet
· 7 years ago
69596c0
Merge pull request #1347 from terrelln/werror
by Yann Collet
· 7 years ago
918603c
Merge pull request #1346 from terrelln/small-block-fse
by Yann Collet
· 7 years ago
c2369fe
Restore Passing CParams to `ZSTD_insertAndFindFirstIndex_internal`
by W. Felix Handte
· 7 years ago
bad74c4
Use Working Ctx Logs when not in DMS Mode
by W. Felix Handte
· 7 years ago
c38acff
When Attaching Dictionary, Size Working Tables Based on Input Size Only
by W. Felix Handte
· 7 years ago
9d87d50
Remove Log Overriding for the Time Being
by W. Felix Handte
· 7 years ago
77fd17d
Remove Strategy-Dependency in Making Attachment Decision
by W. Felix Handte
· 7 years ago
00c088b
Support Split Logs in ZSTD_btopt..ZSTD_btultra
by W. Felix Handte
· 7 years ago
0783492
Bump Split Log Support to ZSTD_btultra
by W. Felix Handte
· 7 years ago
e4ac4a0
Support Split Logs in ZSTD_greedy..ZSTD_btlazy2
by W. Felix Handte
· 7 years ago
e710dc3
Bump Split Log Support to ZSTD_btlazy2
by W. Felix Handte
· 7 years ago
22fcb8d
Support Split Logs in ZSTD_dfast
by W. Felix Handte
· 7 years ago
a232b3b
Bump Split Log Support to ZSTD_dfast
by W. Felix Handte
· 7 years ago
fe96e98
Support a Separate Hash Log in ZSTD_fast
by W. Felix Handte
· 7 years ago
bc880eb
Stop Passing in `hashLog` and `stepSize` to `ZSTD_compressBlock_fast_generic`
by W. Felix Handte
· 7 years ago
b3107c7
Temporary Commit to Retain Requested Hash and Chain Logs During Dict Attach
by W. Felix Handte
· 7 years ago
34e0193
Allow Setting Hash and Chain Logs on Contexts with Attached CDict
by W. Felix Handte
· 7 years ago
eae8232
For Supported Strategies, Attach Dict Even When Params Don't Match
by W. Felix Handte
· 7 years ago
01ff945
Split Attach and Copy Reset Strategies into Separate Implementation Functions
by W. Felix Handte
· 7 years ago
a6d6bbe
Pull Attachment Decision into Separate Function
by W. Felix Handte
· 7 years ago
b7fba59
And Then Avoid the Unused Parameter Warning
by W. Felix Handte
· 7 years ago
1f188ae
Move Asserts into Function to Avoid Unused Function Warning
by W. Felix Handte
· 7 years ago
7212b5e
Move Match State CParams Setting into `resetCCtx` and `continueCCtx`
by W. Felix Handte
· 7 years ago
01e34d3
Strengthen Assertion to Assert Equality
by W. Felix Handte
· 7 years ago
50cc1cf
Remove CParams Arg from ZSTD_ldm_blockCompress
by W. Felix Handte
· 7 years ago
14764de
Stop Separately Passing CParams in ZSTD_lazy Internal Functions
by W. Felix Handte
· 7 years ago
97149f2
Stop Separately Passing CParams in ZSTD_opt Internal Functions
by W. Felix Handte
· 7 years ago
dcdf437
Also Remove CParams from Table Filling Functions' Args
by W. Felix Handte
· 7 years ago
3483f89
Also Assert Equivalency When Filling MatchState with Prefix
by W. Felix Handte
· 7 years ago
6cb2454
Remove CParams from Block Compressor Functions' Args
by W. Felix Handte
· 7 years ago
0310326
Assert `ctx` and `ms` cparams Equivalency
by W. Felix Handte
· 7 years ago
4e3ecee
Remove cParams from CDict
by W. Felix Handte
· 7 years ago
76ef87e
Add ZSTD_compressionParameters to ZSTD_matchState_t
by W. Felix Handte
· 7 years ago
ec1cb8e
changed macro name
by Yann Collet
· 7 years ago
05c0a07
minor improvement in the multi-format suffix selection
by Yann Collet
· 7 years ago
5aa9a1d
Fix minigzip in std=c99 mode
by Nick Terrell
· 7 years ago
09231da
[util] Fix lstat feature test macro
by Nick Terrell
· 7 years ago
43146d8
Add -Werror to *build rules
by Nick Terrell
· 7 years ago
eb4423e
Fix another warning
by Nick Terrell
· 7 years ago
0e7a7f1
Fix warnings
by Nick Terrell
· 7 years ago
6391cd1
[zstd] Fix newly added test case
by Nick Terrell
· 7 years ago
146049a
[zstreamtest] Add failing test case
by Nick Terrell
· 7 years ago
d987ab5
fixed unreachable section warning on Visual
by Yann Collet
· 7 years ago
e06f91a
Merge pull request #1343 from terrelln/faster-ci
by Nick Terrell
· 7 years ago
913a036
Merge branch 'dev' into donotdelete
by Yann Collet
· 7 years ago
8b86004
Merge pull request #1345 from facebook/fixLegacy
by Yann Collet
· 7 years ago
ef12727
fixed minor Visual conversion warnings
by Yann Collet
· 7 years ago
ff36513
fixed longmatch test too
by Yann Collet
· 7 years ago
73773c6
fixed legacy compilation tests
by Yann Collet
· 7 years ago
7318753
Merge pull request #1344 from terrelln/grub-fixes
by Yann Collet
· 7 years ago
9b45db7
minor refactoring of --list
by Yann Collet
· 7 years ago
a180ea0
Restore ZSTD_noCompressBlock() for clarity
by Nick Terrell
· 7 years ago
d8c73cd
Reset number of threads less often
by Nick Terrell
· 7 years ago
aec1a3e
Change byte to value to avoid a GRUB typedef
by Nick Terrell
· 7 years ago
109bd37
Include stddef.h for size_t
by Nick Terrell
· 7 years ago
f2d6db4
[zstd] Add -Wmissing-prototypes
by Nick Terrell
· 7 years ago
7ee910e
More aggressive limitations
by Nick Terrell
· 7 years ago
ca0cfa3
[zstreamtest] Reduce memory of newapi tests
by Nick Terrell
· 7 years ago
2a5cd85
Merge pull request #1342 from facebook/fixcatyd
by Yann Collet
· 7 years ago
404a7bf
moved again overflow correction
by Yann Collet
· 7 years ago
9bce916
Merge pull request #1340 from terrelln/generate-artifacts
by Yann Collet
· 7 years ago
0e2dbac
changed overflow correction place
by Yann Collet
· 7 years ago
e74eade
Merge pull request #1339 from facebook/grep_colors
by Yann Collet
· 7 years ago
8883af6
Merge pull request #1327 from facebook/adapt
by Yann Collet
· 7 years ago
f98c69d
fix : huge (>4GB) stream of blocks
by Yann Collet
· 7 years ago
3dae90c
Merge pull request #1338 from facebook/rfc
by Yann Collet
· 7 years ago
65ed6ee
Merge pull request #1337 from facebook/test_failure
by Yann Collet
· 7 years ago
Next »