Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_zstd
/
e1e41addb3b5d318c1490f20b66a9e49d85a2ab6
e1e41ad
Adjust #ifndef logic
by senhuang42
· 5 years ago
a030560
Add new DCtx param: validateChecksum and update unit tests
by senhuang42
· 5 years ago
44c54a3
Addressing comments: more comments, cleanup, remove extra function, checksum logic
by senhuang42
· 5 years ago
ffaa0df
Document change in CLI for --no-check during decompression in --help menu
by senhuang42
· 5 years ago
e3f5f96
Added CLI tests for --no-check, fixed ignore checksum logic
by senhuang42
· 5 years ago
20eb095
Added unit test to fuzzer.c, changed definition param name
by senhuang42
· 5 years ago
47685ac
Move enum into zstd.h, and fix pesky switch() logic
by senhuang42
· 5 years ago
1b34b15
Adding CLI capability to invoke decompression with no checksum
by senhuang42
· 5 years ago
08d3567
Add function prototype
by senhuang42
· 5 years ago
6a8dbdc
Modify decompression loop to gnore checksums if flag is enabled
by senhuang42
· 5 years ago
2f39124
Rename to ZSTD_d_forceIgnoreChecksum, add to DCtx, add function to set the advanced param
by senhuang42
· 5 years ago
b5cddda
Add new definition of ZSTD_d_forceSkipChecksum in experimental section
by senhuang42
· 5 years ago
5d91206
Merge pull request #2277 from atnbueno/patch-1
by Yann Collet
· 5 years ago
77c9708
Fixed Markdown warnings. No visible changes.
by Antonio Bueno
· 5 years ago
5deeaf8
Merge pull request #2268 from bimbashrestha/actions-icc
by Yann Collet
· 5 years ago
bb265da
Merge pull request #2270 from felixhandte/fix-doc-cctx-set-param
by Felix Handte
· 5 years ago
99746ee
Fix Documentation for ZSTD_CCtxParams_setParameter()
by W. Felix Handte
· 5 years ago
a944fc8
removing icc from travis
by Bimba Shrestha
· 5 years ago
b413dac
adding icc to actions
by Bimba Shrestha
· 5 years ago
57df21e
Merge pull request #2267 from cwoffenden/clang-comma
by Yann Collet
· 5 years ago
4c81fae
Fix clang -Wcomma warning
by Carl Woffenden
· 5 years ago
49069a3
Merge pull request #2265 from terrelln/prefetch-fix
by Nick Terrell
· 5 years ago
e3bda59
Prefer __builtin_prefetch over inline asm
by Nick Terrell
· 5 years ago
63eebc8
Merge pull request #2262 from felixhandte/fewer-stat-syscalls
by Yann Collet
· 5 years ago
953f0a0
Fix MS Build
by W. Felix Handte
· 5 years ago
b02cdf6
Clean Up Redundant Checks, Rename FIO_remove() -> FIO_removeFile()
by W. Felix Handte
· 5 years ago
51ac020
Remove UTIL_statFile() and UTIL_statDir(); Decompose Former Call-Sites
by W. Felix Handte
· 5 years ago
93dda98
Remove Unused Function UTIL_fileExist()
by W. Felix Handte
· 5 years ago
7687869
Re-Organize and Document Prototypes in util.h
by W. Felix Handte
· 5 years ago
c144914
Share stat() Calls in Uses of UTIL_chmod()
by W. Felix Handte
· 5 years ago
0a8aacb
Use stat() to Check that File Should be chmod()-ed
by W. Felix Handte
· 5 years ago
7238cca
Deduplicate Some Low-Hanging Fruit of Redundant Stat Calls
by W. Felix Handte
· 5 years ago
44fa052
Introduce Variants of Various UTIL Functions that Take Pre-Populated stat_t Structs
by W. Felix Handte
· 5 years ago
b6e24bc
Rename UTIL_getFileStat() -> UTIL_statFile() and UTIL_getDirectoryStat() -> UTIL_statDir()
by W. Felix Handte
· 5 years ago
1a1003f
Mark stat_t Arg to UTIL_setFileStat() const
by W. Felix Handte
· 5 years ago
5fbc6ad
Additionally Convert UTIL_getFileStat() Calls to UTIL_stat() Where Appropriate
by W. Felix Handte
· 5 years ago
69cb9e7
Use New Stat Helper
by W. Felix Handte
· 5 years ago
b11bea5
Introduce Dedicated Helper to Call stat()
by W. Felix Handte
· 5 years ago
38e3854
Merge pull request #2258 from Niadb/dev
by Yann Collet
· 5 years ago
60b56e3
Merge pull request #2253 from facebook/histvec
by Yann Collet
· 5 years ago
f85a0f8
Merge pull request #2256 from helloguo/dev
by Nick Terrell
· 5 years ago
bff41a4
Merge pull request #2259 from cwoffenden/vs-warning
by Yann Collet
· 5 years ago
5d81d44
Fixed VS variable shadowing warning (and added test)
by Carl Woffenden
· 5 years ago
acb3dd9
Use ZSTD_copy16 instead of memcpy
by helloguo
· 5 years ago
a8ebc14
Update bitstream.h
by Niadb
· 5 years ago
216a63d
Add files via upload
by Niadb
· 5 years ago
493fd40
Add files via upload
by Niadb
· 5 years ago
82b0cd8
Optimize ZSTD_wildcopy
by helloguo
· 5 years ago
01261bc
Merge pull request #2252 from helloguo/dev
by Nick Terrell
· 5 years ago
8b9cdd2
fixed overlapping count & workspace special case
by Yann Collet
· 5 years ago
0512322
optimized histogram
by Yann Collet
· 5 years ago
6de87b3
fix preprocessor in ZSTD_wildcopy
by helloguo
· 5 years ago
15c5e20
updated documentation
by Yann Collet
· 5 years ago
e33e5ee
Merge pull request #2250 from facebook/twoFieldsArgs
by Yann Collet
· 5 years ago
cf6c4fc
Merge pull request #2249 from facebook/fsefix
by Yann Collet
· 5 years ago
610c41f
improved 2-args macro to support both syntaxes
by Yann Collet
· 5 years ago
23941ee
added tests for newly enabled syntax
by Yann Collet
· 5 years ago
7280c1d
extended 2-fields macro usage to number arguments
by Yann Collet
· 5 years ago
a7e5652
CLI: simplified handling of separated-fields arguments
by Yann Collet
· 5 years ago
40f20b6
Merge pull request #2197 from neheb/hj
by Yann Collet
· 5 years ago
62df5bc
Merge pull request #2243 from facebook/uclibc
by Yann Collet
· 5 years ago
c224367
ensure workspace is large enough
by Yann Collet
· 5 years ago
21c273d
import some minor fixes from FSE project
by Yann Collet
· 5 years ago
a35f135
Merge pull request #2246 from ffontaine/dev
by Felix Handte
· 5 years ago
0d0fc45
Merge pull request #2247 from facebook/revert-2244-dev
by Yann Collet
· 5 years ago
a44671b
Revert "Fix -Wunused-variable under FUZZING_BUILD_MODE..."
by Yann Collet
· 5 years ago
7d3d5f2
Merge pull request #2244 from hctim/dev
by Yann Collet
· 5 years ago
26d01bd
programs/util.c: fix build without st_mtime
by Fabrice Fontaine
· 5 years ago
23b55d6
Fix -Wunused-variable under FUZZING_BUILD_MODE...
by Mitch Phillips
· 5 years ago
1dcc478
fix uclibc's st_mtim
by Yann Collet
· 5 years ago
bd21e4b
Merge pull request #2242 from evverx/cifuzz-ubsan-msan
by Nick Terrell
· 5 years ago
8e20f13
cifuzz: turn on UBsan and MSan
by Evgeny Vereshchagin
· 5 years ago
16b353b
minor doc clarification regarding MT parameters
by Yann Collet
· 5 years ago
bdf716b
Merge pull request #2239 from evverx/evverx-cifuzz
by Nick Terrell
· 5 years ago
a3296da
Merge pull request #2219 from xxie24/output-dir-mirror
by Yann Collet
· 5 years ago
865ecf6
Merge pull request #2183 from tonytheodore/patch-1
by Yann Collet
· 5 years ago
78ebe4b
Merge pull request #2237 from marxin/gcda-to-gitignore
by Yann Collet
· 5 years ago
c0ee26e
Merge pull request #2236 from marxin/pgo-fix-comment
by Yann Collet
· 5 years ago
2fbc438
Merge pull request #2231 from marxin/use-threads-in-example
by Yann Collet
· 5 years ago
7276ab1
Add GCC PGO data files to .gitignore.
by Martin Liska
· 5 years ago
5b9d6b9
Update comment about PGO build.
by Martin Liska
· 5 years ago
461348c
Use threads in streaming_compression.c example.
by Martin Liska
· 5 years ago
3b9df58
cifuzz: don't upload artifacts when CIFuzz fails to build fuzz targets
by Evgeny Vereshchagin
· 5 years ago
978cea5
Merge pull request #2230 from cwoffenden/minor-tidy
by Yann Collet
· 5 years ago
fedecb2
Merge pull request #2235 from bimbashrestha/decom-macros
by Yann Collet
· 5 years ago
2598af4
removing min decomp
by Bimba Shrestha
· 5 years ago
9bfd371
Remove superfluous build-time options
by Carl Woffenden
· 5 years ago
2cdd33a
Merge pull request #2227 from yoshihitoh/single-file-dict-emscripten
by Yann Collet
· 5 years ago
bc5fe33
Change Emscripten docker image to the official one which is used for testing the single-file feature.
by yoshihitoh
· 5 years ago
f014c3c
Merge pull request #2228 from marxin/rename-ZSTDMT_NBTHREADS_MAX
by Yann Collet
· 5 years ago
4307e87
Rename ZSTDMT_NBTHREADS_MAX to ZSTDMT_NBWORKERS_MAX.
by Martin Liska
· 5 years ago
a035654
Enable docker based Emscripten build on single file library test if emcc is not available.
by yoshihitoh
· 5 years ago
a2b6a8f
Merge pull request #2220 from dkcasset/fix-lib-Makefile-older-sed-version
by Nick Terrell
· 5 years ago
3690fe3
Merge pull request #2221 from BioDataAnalysis/bda_install_dll
by Nick Terrell
· 5 years ago
82e7e2b
Add variable for sed extended RE option (defaults to -E)
by dkcasset
· 5 years ago
37f36b9
build/cmake/lib/CMakeLists.txt: Install shared library (dll) for Windows
by Mario Emmenlauer
· 5 years ago
c6548ea
Rename static vars to avoid redefinition error.
by yoshihitoh
· 5 years ago
b0ed66e
Replace -E option with equivalent -r for older versions of sed
by dkcasset
· 5 years ago
9a8ccd4
Add output-dir-mirror option
by Xin Xie
· 5 years ago
7afd5d8
Merge pull request #2218 from terrelln/assert-seq
by Nick Terrell
· 5 years ago
Next »