Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_zstd
/
222ec7e6ec467e1fab55156a7a0fa46962e576ec
222ec7e
Merge pull request #1837 from terrelln/magic-isnt-real
by Nick Terrell
· 6 years ago
b1ec94e
Fix ZSTD_f_zstd1_magicless for small data
by Nick Terrell
· 6 years ago
919d1d8
Merge pull request #1831 from terrelln/zstdmt-bad-memset
by Nick Terrell
· 6 years ago
6cf04c0
Merge pull request #1834 from facebook/winFix
by Yann Collet
· 6 years ago
bad35bd
turned off zlib tests during msan
by Yann Collet
· 6 years ago
632e077
minor refactor of FIO_compressGzFrame()
by Yann Collet
· 6 years ago
cf72563
Merge pull request #1795 from felixhandte/workspace-asan
by Felix Handte
· 6 years ago
0f9866a
Merge pull request #1835 from facebook/format034
by Yann Collet
· 6 years ago
ff7bd16
clarifications for the FSE decoding table
by Yann Collet
· 6 years ago
ed65210
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 6 years ago
ca73c21
added mode documentation on ZSTD_CLEVEL
by Yann Collet
· 6 years ago
0492c57
fixed visual defined test
by Yann Collet
· 6 years ago
f379637
removed Visual warning
by Yann Collet
· 6 years ago
9d666bb
Merge pull request #1832 from terrelln/fuzz-stream-fix
by Nick Terrell
· 6 years ago
1bd6c15
fix function cast warning on Windows with gcc9
by Yann Collet
· 6 years ago
58c5934
updated windows binary resources
by Yann Collet
· 6 years ago
2ad75bb
validated 'make test' for mingw environment
by Yann Collet
· 6 years ago
85a016e
made `make check` faster
by Yann Collet
· 6 years ago
0bc39bc
[zstdmt] Don't memset the jobDescription
by Nick Terrell
· 6 years ago
2438245
[threading] Add debug utilities
by Nick Terrell
· 6 years ago
0e154fc
minor appveyor test script fix
by Yann Collet
· 6 years ago
03ef7b7
attempt to run 'make check' tests on Appveyor
by Yann Collet
· 6 years ago
29e46ed
fix test on windows
by Yann Collet
· 6 years ago
8c11f08
[fuzz] Increase output buffer size of stream_round_trip
by Nick Terrell
· 6 years ago
ad86a5d
rewrite FIO_createFilename_fromOutDir()
by Yann Collet
· 6 years ago
caf40d0
fix : no output file opened in test mode
by Yann Collet
· 6 years ago
0a24d4e
removed regular file test on Windows
by Yann Collet
· 6 years ago
0ee3609
improved test mode `-t`
by Yann Collet
· 6 years ago
1795133
refactored FIO_compressMultipleFilenames() prototype
by Yann Collet
· 6 years ago
7f86ae2
fixed multiple implicit casts
by Yann Collet
· 6 years ago
ba7e2b6
tests: can override isTerminal with environment variable
by Yann Collet
· 6 years ago
157479a
fixed isSameFile()
by Yann Collet
· 6 years ago
5b8e873
fix harness test
by Yann Collet
· 6 years ago
a0c0416
fixed dict ptr init
by Yann Collet
· 6 years ago
b062b6f
minor refactoring of harness
by Yann Collet
· 6 years ago
bfd829f
minor: DIFF determination
by Yann Collet
· 6 years ago
1a18f14
force compression during tests
by Yann Collet
· 6 years ago
a71256a
fix several cast
by Yann Collet
· 6 years ago
0004043
fix incorrect dictName/FileName comparison on Windows
by Yann Collet
· 6 years ago
8e715d5
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 6 years ago
303261f
ignore build artifact from educational decoder test
by Yann Collet
· 6 years ago
6446ffb
Merge pull request #1827 from facebook/dm_Dct
by Yann Collet
· 6 years ago
25ce9ac
removed UNALIGNED() macro from educational decoder
by Yann Collet
· 6 years ago
edca797
Merge pull request #1828 from bimbashrestha/education_decoder_check
by Yann Collet
· 6 years ago
19741c7
Merge pull request #1815 from facebook/zlibwrap
by Yann Collet
· 6 years ago
b6f6e34
Merge pull request #1826 from facebook/noWild8
by Yann Collet
· 6 years ago
8374941
Removing unnecessary check from decode side
by Bimba Shrestha
· 6 years ago
6323966
updated erroneous comments using ZSTD_dm_*
by Yann Collet
· 6 years ago
2d5201b
removed wildcopy8()
by Yann Collet
· 6 years ago
6309be6
minor comments & refactoring
by Yann Collet
· 6 years ago
8b6d968
Merge pull request #1731 from chungy/stdin_nochmod
by Yann Collet
· 6 years ago
bda4669
Merge pull request #1792 from dmitri-shubin/dev
by Yann Collet
· 6 years ago
b3e92ad
Merge pull request #1812 from senhuang42/output-dir-flat
by Yann Collet
· 6 years ago
e8a2e68
Merge pull request #1823 from vangyzen/fwrite_errno
by Yann Collet
· 6 years ago
fb77afc
Merge pull request #1760 from bimbashrestha/extract_sequences_api
by Yann Collet
· 6 years ago
ede31da
Fix CCtx Size Estimation
by W. Felix Handte
· 6 years ago
bd6a20b
Expand Default Redzone Size
by W. Felix Handte
· 6 years ago
2c80a9f
Check if CCtx in Workspace after Null Check
by W. Felix Handte
· 6 years ago
b6987ac
Declare the ASAN Functions We Need, Don't Include the Header
by W. Felix Handte
· 6 years ago
0ffae7e
Stop Allocating Extra Space for Table Redzones
by W. Felix Handte
· 6 years ago
a07037b
Don't Try to Redzone the Tables
by W. Felix Handte
· 6 years ago
0cc481e
Fix Workspace Size Calculation
by W. Felix Handte
· 6 years ago
b6c0a02
Fix ZSTD_sizeof_matchState() Calculation
by W. Felix Handte
· 6 years ago
8cffd6e
Avoid ASAN Failure in ZSTD_cwksp_free()
by W. Felix Handte
· 6 years ago
ef0b570
Refactor Freeing CCtxes / CDicts Inside Workspaces
by W. Felix Handte
· 6 years ago
143b296
Surround Workspace Allocs with Dead Zone
by W. Felix Handte
· 6 years ago
19a0955
Add `ZSTD_cwksp_alloc_size()` to Help Calculate Needed Workspace Size
by W. Felix Handte
· 6 years ago
da88c35
Stop Assuming Tables are Adjacent
by W. Felix Handte
· 6 years ago
35c30d6
Poison Unused Workspace Memory
by W. Felix Handte
· 6 years ago
edb6d88
Detect Whether We're Being Compiled with ASAN
by W. Felix Handte
· 6 years ago
dc1fb68
Remove Unused MEM_SKIP_MSAN Macro
by W. Felix Handte
· 6 years ago
46ee10d
Include errno in all fwrite error messages in fileio.c
by Eric van Gyzen
· 6 years ago
c5ebb37
Only check for filename collisions when using --output-dir-flat
by Sen Huang
· 6 years ago
f5f929f
Merge pull request #1820 from mhlakhani/dev
by Nick Terrell
· 6 years ago
8826f3b
Add OSS-Fuzz fuzzing badge
by Hasnain Lakhani
· 6 years ago
6e406b5
Casting to void* to avoid C4090 warnings
by Sen Huang
· 6 years ago
332b598
Suppress C4090 warning
by Sen Huang
· 6 years ago
f9b1da6
Hopefully fix VS compiler warning
by Sen Huang
· 6 years ago
e0d413d
fixed init warning
by Yann Collet
· 6 years ago
24bc2e0
Merge pull request #1 from facebook/dev
by Bimba Shrestha
· 6 years ago
6b81bfb
Changed function name, fix test
by Sen Huang
· 6 years ago
64bc441
Now constructs final destination path without allocating new table
by Sen Huang
· 6 years ago
36528b9
Manually moving instead of memcpy on decoder and using genBuffer()
by Bimba Shrestha
· 6 years ago
61ec4c2
Cleaning sequence parsing logic
by Bimba Shrestha
· 6 years ago
cadff8c
zlibwrapper : fixed flag-variable name
by Yann Collet
· 6 years ago
c69ed0f
updated tests for zlibwrapper C90 strict compatibility
by Yann Collet
· 6 years ago
4dc604c
Addressed comments on malloc
by Sen Huang
· 6 years ago
c763457
Static analyze fix
by Sen Huang
· 6 years ago
b93f1b2
CI Tests fix
by Sen Huang
· 6 years ago
147b761
Removed strdup() dependency
by Sen Huang
· 6 years ago
1e4d602
Modified message
by Sen Huang
· 6 years ago
f80437c
Add support for --output-dir-flat
by Sen Huang
· 6 years ago
b63a1e7
Typo fix
by Bimba Shrestha
· 6 years ago
91daee5
Fixing appveyor test
by Bimba Shrestha
· 6 years ago
75b1286
Fixing shortest failure
by Bimba Shrestha
· 6 years ago
bb27472
Adding more realistic test for get sequences
by Bimba Shrestha
· 6 years ago
69c9401
simplified Makefile
by Yann Collet
· 6 years ago
0582b27
added c++-compat build flag
by Yann Collet
· 6 years ago
cb18fff
enforce C90 compatibility for zlibWrapper
by Yann Collet
· 6 years ago
ad2a278
bump version number to v1.4.4
by Yann Collet
· 6 years ago
Next »