Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_zstd
/
cc907770bdadf49edaaebdfa31a82b3bffa1f46e
cc90777
Fix building on AIX 5.1
by Like Ma
· 5 years ago
b951ad2
Merge pull request #2329 from senhuang42/prevent_summary_updates_when_using_stdout
by Yann Collet
· 5 years ago
1254193
Merge pull request #2328 from marxin/zstd-pool-api
by Yann Collet
· 5 years ago
6fdb0cb
Merge pull request #2303 from senhuang42/let_cdict_take_clevel_priority
by Yann Collet
· 5 years ago
c3ee284
Merge pull request #2319 from facebook/fullbench_stream2
by Yann Collet
· 5 years ago
7259b25
Add callsites to zstdcli.c and tests to playTests.sh
by senhuang42
· 5 years ago
93cd9d8
Add hasStdoutOutput setter to fileio.h
by senhuang42
· 5 years ago
dd3dac9
Fixed logic for stdout output
by senhuang42
· 5 years ago
1ebe360
Add new stdoutOutput field
by senhuang42
· 5 years ago
b684900
Allow external creation of POOLs that can be shared.
by Martin Liska
· 5 years ago
f7d4943
Merge pull request #2330 from senhuang42/fix_stdinout_error_messages
by Yann Collet
· 5 years ago
4b4d8b4
Merge pull request #2338 from terrelln/comments
by Nick Terrell
· 5 years ago
0057c4a
Merge pull request #2333 from terrelln/stable-dst
by Nick Terrell
· 5 years ago
2e7d174
Reset all decompression parameters in ZSTD_DCtx_reset()
by Nick Terrell
· 5 years ago
27c969e
Add comments to ZSTD_getLowest{Match,Prefix}Index()
by Nick Terrell
· 5 years ago
cc88eb7
Merge pull request #2317 from animalize/msvc_inline
by Yann Collet
· 5 years ago
6932216
Merge pull request #2321 from senhuang42/disallow_repcode_0_in_dict
by Yann Collet
· 5 years ago
83461ce
Merge pull request #2322 from senhuang42/guard_against_stdin_for_warning_prompts
by Yann Collet
· 5 years ago
d69d08e
Merge pull request #2326 from terrelln/kernel-test-fix
by Nick Terrell
· 5 years ago
ce56810
Modify error messages on console input/output
by senhuang42
· 5 years ago
02422db
Fix Stdin typo
by senhuang42
· 5 years ago
236b98e
Merge pull request #2310 from senhuang42/fix_multifile_status_bar
by Yann Collet
· 5 years ago
f1cbeec
[superblock] Reduce stack usage by correctly sizing header buffers
by Nick Terrell
· 5 years ago
6a1e526
[lib] Add ZSTD_COMPRESS_HEAPMODE tuning parameter
by Nick Terrell
· 5 years ago
b841387
[freestanding] Improve macro resolution to handle #if X
by Nick Terrell
· 5 years ago
caecd8c
Allow user to override ASAN/MSAN detection
by Nick Terrell
· 5 years ago
88fac5d
Remove call to memset
by Nick Terrell
· 5 years ago
683150e
[linux-kernel] Avoid including <string.h> in the tests
by Nick Terrell
· 5 years ago
9ae0483
Reorganize zstd_deps.h and mem.h + replace mem.h for the kernel
by Nick Terrell
· 5 years ago
260fc75
Move __has_builtin() fallback define to compiler.h
by Nick Terrell
· 5 years ago
4d63ee5
Move ASAN/MSAN support declarations to compiler.h
by Nick Terrell
· 5 years ago
b09ec5c
Remove MEM_STATIC_ASSERT and use DEBUG_STATIC_ASSERT instead
by Nick Terrell
· 5 years ago
9f7212a
Update unit tests
by senhuang42
· 5 years ago
88f4410
Add more useful failure message when stdin is an input
by senhuang42
· 5 years ago
93d63ea
Expand UTIL_requireUserConfirmation to include stdin input check
by senhuang42
· 5 years ago
432186c
Add FIO_determineHasStdinInput() function and member to fCtx
by senhuang42
· 5 years ago
0e8ac6b
Add fCtx to FIO_openDstFile()
by senhuang42
· 5 years ago
c6c0a57
Merge pull request #2315 from senhuang42/allow_zstd_suffix
by Yann Collet
· 5 years ago
9009b59
[linux-kernel] Add missing semicolon in zstd_deps.h
by Nick Terrell
· 5 years ago
9261476
[lib] Wrap customMem xor checks in parens for readability
by Nick Terrell
· 5 years ago
2fc1d50
Merge pull request #2324 from terrelln/kernel-test-fix
by Nick Terrell
· 5 years ago
a70fa34
[CI][linux-kernel] Enable -Wunused-const-variable and -Wunused-but-set-variable
by Nick Terrell
· 5 years ago
dec7fb0
[lib] Silence -Wunused-const-variable warnings
by Nick Terrell
· 5 years ago
978659d
[linux-kernel] Fix unused variable warnings with malloc, calloc, and free
by Nick Terrell
· 5 years ago
21cd640
Add unit tests to guard against bad stdin
by senhuang42
· 5 years ago
7aa3da1
Use IS_CONSOLE macro to detect that we're indeed using a console
by senhuang42
· 5 years ago
8170e3c
Merge pull request #2320 from terrelln/test-fix
by Nick Terrell
· 5 years ago
8adeb9f
Updated to repcode documentation to reflect dict content size
by senhuang42
· 5 years ago
9dcfe4d
Update documentation about repcodes in dictionaries
by senhuang42
· 5 years ago
973f2ad
[tests] Don't write to stdout
by Nick Terrell
· 5 years ago
5618e00
update fullbench for compressStream2()
by Yann Collet
· 5 years ago
2e5d73d
Use `MEM_STATIC FORCE_INLINE_ATTR` instead of `FORCE_INLINE_TEMPLATE`
by animalize
· 5 years ago
0a69a6b
Let MSVC force inline ZSTD_hashPtr() function
by animalize
· 5 years ago
200c960
Merge pull request #2311 from felixhandte/ddss-fix-cparam-derivation
by Felix Handte
· 5 years ago
0703495
Add -f to .zstd decompression CLI test
by senhuang42
· 5 years ago
6b6cc80
Support .zstd suffix only for decompression
by senhuang42
· 5 years ago
5870c47
Merge pull request #2313 from felixhandte/fuzzer-separate-long-tests
by Felix Handte
· 5 years ago
e991f99
Run Long Tests in GitHub CI
by W. Felix Handte
· 5 years ago
9398acb
Move Last Two Long Tests in fuzzer.c into Separate --long-tests Section
by W. Felix Handte
· 5 years ago
f23a321
Update Regression Test Results
by W. Felix Handte
· 5 years ago
8930c6e
Use ZSTD_CCtxParams_init() to Init CCtxParams, not memset()
by W. Felix Handte
· 5 years ago
e8a4432
Avoid Redundancy in ZSTD_initCDict_internal() Args; Don't Take CParams + CCtxParams
by W. Felix Handte
· 5 years ago
29b8f2e
Fix multifile decompression summary
by senhuang42
· 5 years ago
1d5c6fd
Add filename truncations to decompression
by senhuang42
· 5 years ago
eee51a6
Fall Back if Derived CParams are Incompatible with DDSS; Refactor CDict Creation
by W. Felix Handte
· 5 years ago
ab0d332
Add display clears
by senhuang42
· 5 years ago
bc6521a
Make ZSTD_createCDict_advanced2() cctxParams Arg Const
by W. Felix Handte
· 5 years ago
26a96a5
Do More Complete CParams Deduction in Non-DDSS Path of ZSTD_createCDict_advanced2
by W. Felix Handte
· 5 years ago
a2af804
Pull CParam Override Logic into Helper
by W. Felix Handte
· 5 years ago
cad6bf9
Add padding to remove previous line's leftovers, and keep the printed line to around the same size
by senhuang42
· 5 years ago
d96e98c
Merge pull request #2308 from terrelln/zstd-kernel
by Nick Terrell
· 5 years ago
0562299
Merge pull request #2292 from senhuang42/multifile_status_update_fio_refactor
by Yann Collet
· 5 years ago
e583e0b
Merge pull request #2299 from senhuang42/env_var_num_threads
by Yann Collet
· 5 years ago
517956e
Merge pull request #2306 from facebook/check_endDirective
by Yann Collet
· 5 years ago
5651fe9
[contrib][linux-kernel] Add decompress_sources.h
by Nick Terrell
· 5 years ago
dec1a78
minor fix casting for Visual
by Yann Collet
· 5 years ago
c91a085
check endDirective in ZSTD_compressStream2()
by Yann Collet
· 5 years ago
17b56f9
Coding style cleanup
by senhuang42
· 5 years ago
801513b
Modify params rather than cctx->requestedParams
by senhuang42
· 5 years ago
d903b55
Merge pull request #2295 from felixhandte/dedicated-dict-search-structure-chain
by Felix Handte
· 5 years ago
d6246d4
Print More During Fuzzer Test to Avoid CI Killing it Due to Timeout
by W. Felix Handte
· 5 years ago
6d3f816
Test Fewer Dictionary Sizes
by W. Felix Handte
· 5 years ago
b6df3fd
Fix Debug Logging in 32-bit Build
by W. Felix Handte
· 5 years ago
c5fab88
Document searchFuncs Table
by W. Felix Handte
· 5 years ago
85a9584
Further Consolidate Dict Mode Checks
by W. Felix Handte
· 5 years ago
032010f
Improve Documentation Slightly
by W. Felix Handte
· 5 years ago
0faefbf
Make DDSS Selection Override ForceCopy Directive
by W. Felix Handte
· 5 years ago
2cc2b40
Test DDSS A Little More Thoroughly
by W. Felix Handte
· 5 years ago
efa3386
Attempt to Fix MSVC Warnings
by W. Felix Handte
· 5 years ago
ed43832
Simplify Match Limit Checks
by W. Felix Handte
· 5 years ago
06d240b
Use All Available Space in the Hash Table to Extent Chain Table Reach
by W. Felix Handte
· 5 years ago
b2b0641
Rewrite Table Fill to Retain Cache Entries Beyond Chain Window
by W. Felix Handte
· 5 years ago
916238d
Avoid Malloc in Table Fill; Pack Tmp Structure into Hash Table
by W. Felix Handte
· 5 years ago
f42c5bd
Truncate Chain at Last Possible Attempt
by W. Felix Handte
· 5 years ago
20a020e
Prefetch Chain Table Matches
by W. Felix Handte
· 5 years ago
9b9feb8
Lay Out Chain Table Chains Contiguously
by W. Felix Handte
· 5 years ago
66509c7
Only Insert Positions Inside the Chain Window
by W. Felix Handte
· 5 years ago
13c5ec3
Only Allow Dedicated Dict Search for Dicts Loaded in 1 Chunk
by W. Felix Handte
· 5 years ago
005ceaa
Merge pull request #2276 from felixhandte/dedicated-dict-search-structure
by Felix Handte
· 5 years ago
0779354
Fix Bug: Only Use DDSS Insertion on CDict MatchStates
by W. Felix Handte
· 5 years ago
Next »