Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
3b59a010397f5da74aabdf8eca7c8f9c6765b6b5
/
lib
150354c
minor refactor
by Yann Collet
· 7 years ago
428e8b3
fix : ZSTD_compress_generic(,,,ZSTD_e_end) automatically sets pledgedSrcSize
by Yann Collet
· 7 years ago
61e5a1a
removed direct call to malloc() from pool.c
by Yann Collet
· 7 years ago
f73e15d
Merge pull request #903 from terrelln/empty-input
by Yann Collet
· 7 years ago
86b8134
[libzstd] Fix parameter selection for empty input
by Nick Terrell
· 7 years ago
b495140
Update BUCK files
by Nick Terrell
· 7 years ago
97dccbb
fixed zbufftest
by Yann Collet
· 7 years ago
ca1a9eb
fixed zlib wrapper
by Yann Collet
· 7 years ago
1ff8a8c
Merge pull request #891 from facebook/contentSize
by Yann Collet
· 7 years ago
32c9f71
fixed : Visual build compressing stdin with multi-threading enabled fails
by Yann Collet
· 7 years ago
13bfe88
edited ZSTD_initCStream_advanced() comment
by Yann Collet
· 7 years ago
7f961ba
Don't allow default tables to repeat
by Nick Terrell
· 7 years ago
fc8d293
dictionary compression use correct file size estimation
by Yann Collet
· 7 years ago
5eed8e7
changed API comments to invite using macro ZSTD_CONTENTSIZE_UNKNOWN
by Yann Collet
· 7 years ago
beb9b4b
fixed ZSTDMT_initCStream() when contentSizeFlag==1 by default
by Yann Collet
· 7 years ago
213ef3b
fixed ZSTD_initCStream_advanced() behavior, which depends on contentSizeFlag,
by Yann Collet
· 7 years ago
3c1e3f8
contentSizeFlag enabled by default would also fail for streaming and MT operations
by Yann Collet
· 7 years ago
fb44516
ensure fParams.contentSizeFlag starts at 1
by Yann Collet
· 7 years ago
dd18d73
fileio: content size is enabled by default
by Yann Collet
· 7 years ago
ced6e61
Add DEBUGLOG() that prints FSE encoding types
by Nick Terrell
· 7 years ago
24ac2db
Fix invalid use of dictionary offcode table
by Nick Terrell
· 7 years ago
a9e5705
minor code formatting
by Yann Collet
· 7 years ago
7f6a783
fixed a small error in decodeCorpus
by Yann Collet
· 7 years ago
a86a709
Ensure dictionary Huff table can encode any symbol
by Nick Terrell
· 7 years ago
67478f4
fixed minor conversion warnings for printf
by Yann Collet
· 7 years ago
9b166d2
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 7 years ago
3b27ed4
Merge branch 'srcSize' into dev
by Yann Collet
· 7 years ago
7e00df4
bumped version number
by Yann Collet
· 7 years ago
004fd34
Merge pull request #876 from facebook/srcSize
by Yann Collet
· 7 years ago
86e83e9
[libzstd] Set CLEVEL_CUSTOM correctly
by Nick Terrell
· 7 years ago
5db19b8
added comment on ZSTD_COMPRESSBOUND()
by Yann Collet
· 7 years ago
6e930c1
Merge branch 'dev' into compressBound
by Yann Collet
· 7 years ago
76ac0b2
macro compatible with scenario where windowSize = 1024 (minimum)
by Yann Collet
· 7 years ago
dc40411
ZSTD_adjustCParams_internal : minor optimization
by Yann Collet
· 7 years ago
c5d6dde
Don't `size -= 1` in ZSTD_adjustCParams()
by Nick Terrell
· 7 years ago
ee1ed78
fix proper naming on FSE_createCTable() arguments in fse.h
by Yann Collet
· 7 years ago
5b10345
added ZSTD_COMPRESSBOUND() as a macro
by Yann Collet
· 7 years ago
8afb151
cli: fixed wrong initialization in MT mode
by Yann Collet
· 7 years ago
fbd5ab7
minor fix : no longer use fake srcSize during resource creation
by Yann Collet
· 7 years ago
db1668a
fix : srcSize written in frame header when multiple files compressed
by Yann Collet
· 7 years ago
7c9669f
Merge pull request #873 from facebook/shorterTests
by Yann Collet
· 7 years ago
1416bc0
erase existence of a buffer when it's sent out of the pool
by Yann Collet
· 7 years ago
e963800
zstdmt : fixed : buffer dst0 wasn't properly set to null after usage
by Yann Collet
· 7 years ago
754ae5c
removed ZSTDMT_waitForAllJobsCompleted() from ZSTDMT_freeCCtx()
by Yann Collet
· 7 years ago
86b4fe5
adjustCParams : restored previous behavior
by Yann Collet
· 7 years ago
b93598d
zstdmt : reduced maximum nb of threads
by Yann Collet
· 7 years ago
e4ec427
Merge branch 'dev' into shorterTests
by Yann Collet
· 7 years ago
8074261
zstdmt : move on when not enough memory for a new input buffer
by Yann Collet
· 7 years ago
2cd15dd
fixed minor Visual conversion warning
by Yann Collet
· 7 years ago
377abcc
zstdmt : better behavior when freeing a context right after a memory allocation error
by Yann Collet
· 7 years ago
d6770f8
minor : rewrite unit tests using CHECK_Z macro
by Yann Collet
· 7 years ago
9b5b47a
ensure adjustCParams adjust hLog and cLog even without srcSize
by Yann Collet
· 7 years ago
54a827f
Merge branch 'dev' into newFormats
by Yann Collet
· 7 years ago
e45a2ae
Merge pull request #869 from terrelln/dev
by Yann Collet
· 7 years ago
b555b7e
[libzstd][opt] Simplify repcode logic
by Nick Terrell
· 7 years ago
ea1f50b
removed ZSTD_decompressBegin() from ZSTD_initDCtx_internal()
by Yann Collet
· 7 years ago
c994932
fixed ZSTD_format_e value validation
by Yann Collet
· 7 years ago
6c41adf
[libzstd] pthread function prefixed with ZSTD_
by Nick Terrell
· 7 years ago
ecf1778
updated ZSTD_format_e value validation
by Yann Collet
· 7 years ago
9416195
changed error code when pos<=size condition is not respected
by Yann Collet
· 7 years ago
d56a350
removed unsupported formats
by Yann Collet
· 7 years ago
ca306c1
fixed a bug in zstreamtest
by Yann Collet
· 7 years ago
cd53ac8
fixed DCtx initialization error
by Yann Collet
· 7 years ago
4791561
silence minor gcc warning -Wempty-body
by Yann Collet
· 7 years ago
c0dd960
switch assert() position
by Yann Collet
· 7 years ago
319c699
created ZSTD_startingInputLength()
by Yann Collet
· 7 years ago
8d1e97e
minor fixes following @terrelln comments
by Yann Collet
· 7 years ago
df4e9bb
fixed constant errors for gcc in c99 mode
by Yann Collet
· 7 years ago
9f0b8df
Merge branch 'dev' into newFormats
by Yann Collet
· 7 years ago
c233bdb
Increase maximum window size
by Nick Terrell
· 7 years ago
586df82
Merge pull request #862 from terrelln/static
by Yann Collet
· 7 years ago
52a1d1c
added ZSTD_DCtx_reset()
by Yann Collet
· 7 years ago
5d8fdd1
Merge pull request #855 from terrelln/maxoff
by Yann Collet
· 7 years ago
76cb38d
[zstd] Backport kernel patch from @ColinIanKing
by Nick Terrell
· 7 years ago
f2a9138
added ZSTD_decompress_generic_simpleArgs()
by Yann Collet
· 7 years ago
6ee05a0
added ZSTD_decompress_generic()
by Yann Collet
· 7 years ago
b8d4a38
introduced constant ZSTD_frameIdSize
by Yann Collet
· 7 years ago
044fb4c
implemented magic-less frame decoder
by Yann Collet
· 7 years ago
62568c9
added capability to generate magic-less frames
by Yann Collet
· 7 years ago
bbe7721
[libzstd] Increase MaxOff
by Nick Terrell
· 7 years ago
96f0cde
minor function rename
by Yann Collet
· 7 years ago
7c3dea4
added prototypes for advanced parameters for decompression API
by Yann Collet
· 7 years ago
e60f48c
Merge branch 'dev' into newFormats
by Yann Collet
· 7 years ago
8977224
Merge pull request #859 from terrelln/31
by Yann Collet
· 7 years ago
d6abb28
Prepare for ZSTD_WINDOWLOG_MAX == 31
by Nick Terrell
· 7 years ago
cd3115b
added control from frame content size at end of decompression
by Yann Collet
· 7 years ago
6455635
Merge branch 'dev' into newFormats
by Yann Collet
· 7 years ago
f97c2db
created ZSTD_format declaration
by Yann Collet
· 7 years ago
da74aab
Merge pull request #850 from terrelln/fse-optimal
by Yann Collet
· 7 years ago
c399ab4
Merge pull request #849 from terrelln/30
by Yann Collet
· 7 years ago
74718d7
[bitstream] Allow adding 31 bits at a time
by Nick Terrell
· 7 years ago
6c9ed76
[ldm] Fix corner case where minMatch < 8
by Nick Terrell
· 7 years ago
18442a3
[libzstd] Fix bad window size assert
by Nick Terrell
· 7 years ago
cb8b471
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 7 years ago
7d1ff38
fix ZSTD_sizeof_CCtx() / ZSTD_sizeof_CStream()
by Yann Collet
· 7 years ago
cae3e3c
[fse] Fix FSE_optimalTableLog() for srcSize==1
by Nick Terrell
· 7 years ago
72a8051
Merge pull request #848 from terrelln/fparams
by Yann Collet
· 7 years ago
539b91e
minor : added assert in bt
by Yann Collet
· 7 years ago
5f22479
[block] Don't use fParams in ZSTD_decompressBlock()
by Nick Terrell
· 7 years ago
77c137b
minor comment refactor
by Yann Collet
· 7 years ago
Next »