Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
6f1a21c7e9a41adbecba62b3f9e7eb6741f0eaef
6f1a21c
Remove formatting-only changes
by Stella Lau
· 7 years ago
1130377
Add function to make cctxParams from ZSTD_parameters
by Stella Lau
· 7 years ago
23fc0e4
Remove 'opaque' naming from internal functions
by Stella Lau
· 7 years ago
8fd1636
Remove unused functions
by Stella Lau
· 7 years ago
60e1bc6
Explicitly create a job cctxParam for multithreading
by Stella Lau
· 7 years ago
5b956f4
Comment out CCtx_param versions of CDict functions
by Stella Lau
· 7 years ago
fd8a257
Check parameters are valid in initCCtxParams
by Stella Lau
· 7 years ago
1c0dbe8
Add documentation for CCtx_params
by Stella Lau
· 7 years ago
939f954
Pass ZSTD_CCtx_params as const ptr when possible
by Stella Lau
· 7 years ago
73c73bf
Reduce code duplication in zstreamtest
by Stella Lau
· 7 years ago
560b34f
Return error code when initializing NULL cctxParams
by Stella Lau
· 7 years ago
25be09c
Set some parameters to zero before initializing cdict
by Stella Lau
· 7 years ago
502031c
Use cctxParam version of createCDict internally
by Stella Lau
· 7 years ago
91b30db
Remove test parameter
by Stella Lau
· 7 years ago
f181f33
Disable tests and refactor
by Stella Lau
· 7 years ago
023b24e
Add cctx param tests
by Stella Lau
· 7 years ago
6cee6e0
Add internal createCDict function
by Stella Lau
· 7 years ago
d775519
Add cctxParam versions of internal functions
by Stella Lau
· 7 years ago
63b8c98
Pass cctx parameters to MTCtx
by Stella Lau
· 7 years ago
399ae01
Add function to apply cctx params
by Stella Lau
· 7 years ago
81d89d8
Move nbThreads to cctx params
by Stella Lau
· 7 years ago
2300c58
Move dictContentByRef to cctx params
by Stella Lau
· 7 years ago
b6cb2ed
Move dictMode to cctxParams
by Stella Lau
· 7 years ago
97e27af
Move compression level to cctx params
by Stella Lau
· 7 years ago
c022112
Add function to set opaque parameters
by Stella Lau
· 7 years ago
4169f49
Add initialization/allocation functions for opaque params
by Stella Lau
· 7 years ago
ade95b8
Add opaque interfaces for static initialization
by Stella Lau
· 7 years ago
699f11b
Create opaque parameter structure
by Stella Lau
· 7 years ago
6466fd3
Merge pull request #776 from terrelln/dev
by Yann Collet
· 7 years ago
ae20d41
[libzstd] Fix CHECK_V_F macros
by Nick Terrell
· 7 years ago
38ba700
fixed minor warning on unused variable in shell function
by Yann Collet
· 7 years ago
a90b16e
Visual blind fix 2
by Yann Collet
· 7 years ago
4542d71
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 7 years ago
5e6c520
fixed fuzzer test for non OS-X platforms
by Yann Collet
· 7 years ago
57251f5
Merge pull request #773 from terrelln/lk-v3
by Yann Collet
· 7 years ago
7d3ac07
[linux] Update patches for v3
by Nick Terrell
· 7 years ago
b4d460f
pool.c : blindfix for Visual warnings
by Yann Collet
· 7 years ago
1ca1288
added --memtest=# command to fuzzer
by Yann Collet
· 7 years ago
3974d2b
blind fix for Windows Multithreading module
by Yann Collet
· 7 years ago
b71363b
check pthread_*_init() success condition
by Yann Collet
· 7 years ago
44b0838
Merge pull request #770 from terrelln/test-mode
by Yann Collet
· 7 years ago
2aba13b
Merge pull request #769 from terrelln/real-block-split
by Yann Collet
· 7 years ago
d0b2748
[zstdcli] Fix -t in streaming mode
by Nick Terrell
· 7 years ago
cc15223
[libzstd] Fix bug in Huffman encoding
by Nick Terrell
· 7 years ago
77d67fb
Merge pull request #766 from terrelln/real-block-split
by Yann Collet
· 7 years ago
14c83b0
Merge pull request #765 from terrelln/real-block-split
by Yann Collet
· 7 years ago
7a28b9e
[libzstd] Pull optimal parser state out of seqStore_t
by Nick Terrell
· 7 years ago
3381bf4
Merge pull request #764 from terrelln/real-block-split
by Yann Collet
· 7 years ago
e198230
[libzstd] Remove ZSTD_CCtx* argument of ZSTD_compressSequences()
by Nick Terrell
· 7 years ago
634f012
[libzstd] Refactor ZSTD_compressSequences()
by Nick Terrell
· 7 years ago
fa3aa04
Merge pull request #761 from paulcruz74/file-rename
by Yann Collet
· 7 years ago
3841ee6
Merge pull request #762 from facebook/errorCodes
by Yann Collet
· 7 years ago
3b0cff3
fixed clang's -Wdocumentation
by Yann Collet
· 7 years ago
2bd6440
pinned down error code enum values
by Yann Collet
· 7 years ago
3502426
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 7 years ago
6733c07
updated NEWS regarding #760
by Yann Collet
· 7 years ago
830ef41
[libzstd] Increase granularity of FSECTable repeat mode
by Nick Terrell
· 7 years ago
d985319
Merge pull request #759 from terrelln/real-block-split
by Yann Collet
· 7 years ago
3a60efd
policy change : ZSTDMT automatically caps nbThreads to ZSTDMT_NBTHREADS_MAX (#760)
by Yann Collet
· 7 years ago
132e6ef
switched ZSTDMT_compress_advanced() last argument to overlapLog
by Yann Collet
· 7 years ago
4e77f77
clarified comment on ZSTD_p_contentSizeFlag
by Yann Collet
· 7 years ago
de0414b
[libzstd] Pull CTables into sub-structure
by Nick Terrell
· 7 years ago
d679963
Merge pull request #756 from facebook/memOpt
by Yann Collet
· 7 years ago
33cecaa
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 7 years ago
8ef666c
slightly increased buffer pool, to cover normal "full load" scenarios
by Yann Collet
· 7 years ago
052a95f
fix : ZSTDMT_compress_advanced() correctly generates checksum
by Yann Collet
· 7 years ago
2a62f48
release input buffers from inside worker thread
by Yann Collet
· 7 years ago
5723618
buffer pool : all buffers have same size
by Yann Collet
· 7 years ago
34b2b95
zstdmt : intermediate outBuffer allocated from within worker
by Yann Collet
· 7 years ago
16261e6
buffer pool can be invoked from multiple threads
by Yann Collet
· 7 years ago
fe80d45
Merge pull request #755 from jacquesg/solaris
by Yann Collet
· 7 years ago
c325c8d
fix missing symbol 'nanosleep' for Solaris
by Jacques Germishuys
· 7 years ago
ef0ff7f
zstdmt: removed margin for improved memory usage
by Yann Collet
· 7 years ago
4616fad
improved ZSTDMT_compress() memory usage
by Yann Collet
· 7 years ago
670b1fc
optimized memory usage for ZSTDMT_compress()
by Yann Collet
· 7 years ago
3510efb
fix : custom allocator correctly propagated to child contexts
by Yann Collet
· 7 years ago
ee3423d
extended fuzzer MT memory tests
by Yann Collet
· 7 years ago
88da8f1
fix : propagate custom allocator to ZSTDMT though ZSTD_CCtx_setParameter()
by Yann Collet
· 7 years ago
f9524cf
added --memtest to fuzzer
by Yann Collet
· 7 years ago
e32fb0c
added ZSTD_sizeof_CCtx() test
by Yann Collet
· 7 years ago
89190ef
renamed pool.c to poolTests.c
by Paul Cruz
· 7 years ago
40156a4
bumped version nb to v1.3.1
by Yann Collet
· 7 years ago
0f4fc6c
fixed several conversion warnings
by Yann Collet
· 7 years ago
ed0243a
removed zbufftest from list of `all` tests
by Yann Collet
· 7 years ago
9bde061
fixed minor Visual compilation limitation
by Yann Collet
· 7 years ago
593d517
fixed minor cast warning
by Yann Collet
· 7 years ago
842644e
target gpptest uses CXX environment variable
by Yann Collet
· 7 years ago
d4dcace
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 7 years ago
ead4dd4
new field frameHeader.headerSize
by Yann Collet
· 7 years ago
4639652
ZSTD_getFrameHeader : control of windowSize limits is delegated to caller
by Yann Collet
· 7 years ago
990449b
new field : ZSTD_frameHeader.frameType
by Yann Collet
· 7 years ago
e622330
extended frameHeader.windowSize to unsigned long long
by Yann Collet
· 7 years ago
49d3d4f
Merge pull request #751 from ivuk/fix-typo
by Yann Collet
· 7 years ago
e6e25c9
Fix typos in README.md
by Igor Vuk
· 7 years ago
7758ed8
fixed fullbench, part 2
by Yann Collet
· 7 years ago
9b2c1ac
fixed fullbench
by Yann Collet
· 7 years ago
f04deff
fixed #718, reported by @GregSlazinski, solution suggested by @mcmilk
by Yann Collet
· 7 years ago
d75c0e7
minor code refactoring
by Yann Collet
· 7 years ago
3345a91
cli : use new advanced API by default
by Yann Collet
· 7 years ago
49af418
clarified status of zstdmt_compress.h API
by Yann Collet
· 7 years ago
Next »