Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_zstd
/
8accfa7fcc3da7d1f81a4b3e879293fd393a1099
8accfa7
bench: realTime is a global parameter
by Yann Collet
· 8 years ago
11e58d9
fixed minor warning
by Yann Collet
· 8 years ago
15768ca
fixed some complex scenarios
by Yann Collet
· 8 years ago
05dffe4
Fixed Btree update
by Yann Collet
· 8 years ago
dfc1457
removed wrong assertion
by Yann Collet
· 8 years ago
c55e35b
removed a few specialized traces
by Yann Collet
· 8 years ago
61c2d70
shortened repcode match finder implementation
by Yann Collet
· 8 years ago
d7e9805
fixed corruption issue
by Yann Collet
· 8 years ago
046ea53
still fighting data corruption
by Yann Collet
· 8 years ago
4202b2e
merged rep search into btMatchSearch
by Yann Collet
· 8 years ago
9a11f70
merged repcode search into BT match search
by Yann Collet
· 8 years ago
72c0f45
cmake: fixed lib/CMakeLists.txt
by Yann Collet
· 8 years ago
eb47705
reduced scope of multiple variables
by Yann Collet
· 8 years ago
100d8ad
lib/compress: created ZSTD_LLcode() and ZSTD_MLcode()
by Yann Collet
· 8 years ago
5aa0352
zstd_opt: simplified ZSTD_getPrice() and ZSTD_updatePrice() interface
by Yann Collet
· 8 years ago
bf730e2
zstd_opt: refactor code for improved readability
by Yann Collet
· 8 years ago
4191efa
zstd_opt: ensure sufficient_len < ZSTD_OPT_NUM to simplify some tests
by Yann Collet
· 8 years ago
ee441d5
renamed zstd_compress.h into zstd_compress_internal.h
by Yann Collet
· 8 years ago
8b6aecf
moved a few structures from `zstd_internal.h` to `zstd_compress.h`
by Yann Collet
· 8 years ago
aec56a5
Merge pull request #908 from facebook/ubsan
by Yann Collet
· 8 years ago
d0ffd39
Merge pull request #906 from facebook/fixAutoPledge
by Yann Collet
· 8 years ago
3b59a01
fixed zstreamtest declaration after statement
by Yann Collet
· 8 years ago
6f1dfa8
removed line with `//` comment
by Yann Collet
· 8 years ago
150354c
minor refactor
by Yann Collet
· 8 years ago
6d3987b
Merge pull request #905 from terrelln/skip
by Yann Collet
· 8 years ago
428e8b3
fix : ZSTD_compress_generic(,,,ZSTD_e_end) automatically sets pledgedSrcSize
by Yann Collet
· 8 years ago
e19b082
Test large skippable frames
by Nick Terrell
· 8 years ago
1fc4f59
Allow skippable frames of any size
by Nick Terrell
· 8 years ago
61e5a1a
removed direct call to malloc() from pool.c
by Yann Collet
· 8 years ago
f73e15d
Merge pull request #903 from terrelln/empty-input
by Yann Collet
· 8 years ago
28a40ee
Merge pull request #902 from terrelln/buck
by Yann Collet
· 8 years ago
86b8134
[libzstd] Fix parameter selection for empty input
by Nick Terrell
· 8 years ago
b495140
Update BUCK files
by Nick Terrell
· 8 years ago
97dccbb
fixed zbufftest
by Yann Collet
· 8 years ago
ca78554
Merge pull request #896 from facebook/simplifyio
by Yann Collet
· 8 years ago
91535d7
fixed missing zstdmt_compress.h dependency
by Yann Collet
· 8 years ago
eac4253
bench: fixed Visual warning regarding struct initialization
by Yann Collet
· 8 years ago
d3b9547
IO and bench : ZSTD_NEWAPI is the only remaining code path
by Yann Collet
· 8 years ago
9d377c6
Merge pull request #895 from facebook/fileSize_unknown
by Yann Collet
· 8 years ago
300e1df
fixed wrong test to display compression status
by Yann Collet
· 8 years ago
ca1a9eb
fixed zlib wrapper
by Yann Collet
· 8 years ago
1ff8a8c
Merge pull request #891 from facebook/contentSize
by Yann Collet
· 8 years ago
4122af1
Merge pull request #890 from terrelln/dev
by Yann Collet
· 8 years ago
5891f1d
added a check to ensure 0-size is present in frame header
by Yann Collet
· 8 years ago
18b7953
UTIL_getFileSize() returns UTIL_FILESIZE_UNKNOWN on failure
by Yann Collet
· 8 years ago
31dc6a5
Merge pull request #892 from terrelln/seq-test
by Yann Collet
· 8 years ago
32c9f71
fixed : Visual build compressing stdin with multi-threading enabled fails
by Yann Collet
· 8 years ago
c99bb00
Merge pull request #894 from felixhandte/add-check-target
by Yann Collet
· 8 years ago
e2bf70e
Add `check` Target to Makefile
by W. Felix Handte
· 8 years ago
e600b5d
[test] Exercise all codes in dictionary tables
by Nick Terrell
· 8 years ago
13bfe88
edited ZSTD_initCStream_advanced() comment
by Yann Collet
· 8 years ago
241c57a
playtest : minor cosmetic changes
by Yann Collet
· 8 years ago
7f961ba
Don't allow default tables to repeat
by Nick Terrell
· 8 years ago
b7977e3
Merge pull request #889 from terrelln/bug-fix
by Yann Collet
· 8 years ago
fc8d293
dictionary compression use correct file size estimation
by Yann Collet
· 8 years ago
5eed8e7
changed API comments to invite using macro ZSTD_CONTENTSIZE_UNKNOWN
by Yann Collet
· 8 years ago
9ef32b3
minor : zstd -l -v display each file name
by Yann Collet
· 8 years ago
43914f6
add test for presence of decompressed size field in header
by Yann Collet
· 8 years ago
beb9b4b
fixed ZSTDMT_initCStream() when contentSizeFlag==1 by default
by Yann Collet
· 8 years ago
213ef3b
fixed ZSTD_initCStream_advanced() behavior, which depends on contentSizeFlag,
by Yann Collet
· 8 years ago
3c1e3f8
contentSizeFlag enabled by default would also fail for streaming and MT operations
by Yann Collet
· 8 years ago
fb44516
ensure fParams.contentSizeFlag starts at 1
by Yann Collet
· 8 years ago
dd18d73
fileio: content size is enabled by default
by Yann Collet
· 8 years ago
ced6e61
Add DEBUGLOG() that prints FSE encoding types
by Nick Terrell
· 8 years ago
24ac2db
Fix invalid use of dictionary offcode table
by Nick Terrell
· 8 years ago
df6b844
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 8 years ago
a9e5705
minor code formatting
by Yann Collet
· 8 years ago
5da6693
Merge pull request #885 from terrelln/dev
by Yann Collet
· 8 years ago
6d8778d
[doc] Add images for release notes
by Nick Terrell
· 8 years ago
7f6a783
fixed a small error in decodeCorpus
by Yann Collet
· 8 years ago
4252621
playtests: do not use cat on large files
by Yann Collet
· 8 years ago
ba55dc8
Merge pull request #882 from terrelln/list
by Yann Collet
· 8 years ago
6dd958e
[zstdcli] Add window size to verbose list
by Nick Terrell
· 8 years ago
c85141c
Merge pull request #881 from terrelln/dev
by Yann Collet
· 8 years ago
a86a709
Ensure dictionary Huff table can encode any symbol
by Nick Terrell
· 8 years ago
67478f4
fixed minor conversion warnings for printf
by Yann Collet
· 8 years ago
9b166d2
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 8 years ago
3b27ed4
Merge branch 'srcSize' into dev
by Yann Collet
· 8 years ago
7e00df4
bumped version number
by Yann Collet
· 8 years ago
004fd34
Merge pull request #876 from facebook/srcSize
by Yann Collet
· 8 years ago
7304a63
Merge pull request #879 from terrelln/block-size
by Yann Collet
· 8 years ago
86e83e9
[libzstd] Set CLEVEL_CUSTOM correctly
by Nick Terrell
· 8 years ago
4946993
removed isRegularFile parameter
by Yann Collet
· 8 years ago
7f580f9
interruption handler and variable are static
by Yann Collet
· 8 years ago
0d58aaf
/contrib: fixed license header
by Yann Collet
· 8 years ago
fe5444b
removed the statement for all versions of Visual Studio
by Yann Collet
· 8 years ago
51d82d5
same error in Visual Studio 2012 ...
by Yann Collet
· 8 years ago
ed7ae4c
The issue also impacts Visual Studio 2010
by Yann Collet
· 8 years ago
6e7ba3d
added (void)sig to avoid compilers complaining that sig is not used.
by Yann Collet
· 8 years ago
82bc200
conditionnally removed invocation that generates a buggy warning with Visual Studio 2008
by Yann Collet
· 8 years ago
5e4ad55
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 8 years ago
bd18095
blindfix for Visual : minor casting issue
by Yann Collet
· 8 years ago
b600b5b
Merge pull request #877 from facebook/compressBound
by Yann Collet
· 8 years ago
00fc1ba
cli: add Ctrl-C support, requested by @mike155 in #854
by Yann Collet
· 8 years ago
5db19b8
added comment on ZSTD_COMPRESSBOUND()
by Yann Collet
· 8 years ago
6e930c1
Merge branch 'dev' into compressBound
by Yann Collet
· 8 years ago
76ac0b2
macro compatible with scenario where windowSize = 1024 (minimum)
by Yann Collet
· 8 years ago
dc40411
ZSTD_adjustCParams_internal : minor optimization
by Yann Collet
· 8 years ago
96bb29a
Merge pull request #878 from terrelln/adjust
by Yann Collet
· 8 years ago
c5d6dde
Don't `size -= 1` in ZSTD_adjustCParams()
by Nick Terrell
· 8 years ago
Next »