Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_zstd
/
33a7e679e501005658c8a8ff81fae5d24f4d9eaa
/
zlibWrapper
/
zstd_zlibwrapper.c
33a7e67
significant zlib wrapper code refactoring
by Yann Collet
· 9 years ago
4effccb
zlib_wrapper's uncompress() uses ZSTD_isFrame() for routing
by Yann Collet
· 9 years ago
dcb7535
ensure zlibwrapper uses ZSTD_malloc() and ZSTD_free()
by Yann Collet
· 9 years ago
ae728a4
removed defaultCustomMem
by Yann Collet
· 9 years ago
502966a
zlibWrapper: added the totalInBytes flag - we need it as strm->total_in can be reset by user
by Przemyslaw Skibinski
· 9 years ago
c9512db
gzcompatibility.h updated to zlib 1.2.11
by Przemyslaw Skibinski
· 9 years ago
5edab91
get_crc_table only with ZLIB_VERNUM >= 0x1270
by Przemyslaw Skibinski
· 9 years ago
5b114d3
zlibWrapper: added get_crc_table
by Przemyslaw Skibinski
· 9 years ago
9ceb49e
fixed zlib_wrapper conversion warnings
by Yann Collet
· 9 years ago
ba75e9d
fix : zlib wrapper compile in gnu90 mode
by Yann Collet
· 9 years ago
eee427e
fixed fitblk
by Przemyslaw Skibinski
· 9 years ago
edd3e2a
Z_TREES only with ZLIB_VERNUM >= 0x1240
by Przemyslaw Skibinski
· 9 years ago
3bf9a72
experimental support for gz* functions
by Przemyslaw Skibinski
· 9 years ago
6cecb35
zwrapbench uses z_const
by Przemyslaw Skibinski
· 9 years ago
0694ae2
typedef ZWRAP_CCtx internal_state
by Przemyslaw Skibinski
· 9 years ago
d007eb5
fixed clang warnings in zlibWrapper
by Przemyslaw Skibinski
· 9 years ago
22e2730
ZSTD_resetDStream moved to inflate()
by inikep
· 10 years ago
20859af
renamed to ZWRAP_deflateReset_keepDict
by inikep
· 10 years ago
856f91e
redirection to deflateReset and inflateReset
by inikep
· 10 years ago
706876f
added ZWRAP_deflateResetWithoutDict and ZWRAP_inflateResetWithoutDict
by inikep
· 10 years ago
6072eaa
improved speed of deflate without Z_FINISH
by inikep
· 10 years ago
60dddc2
zlibWrapper: minor tweaks
by inikep
· 10 years ago
a03b7a7
zwrapbench: improved tests with a dictionary
by inikep
· 10 years ago
67a1f4d
improved behavior of deflateReset
by inikep
· 10 years ago
cd2f6b6
zlibWrapper\README.md: minor tweaks
by inikep
· 10 years ago
2bb83e8
zlibWrapper\README.md: Reusing contexts
by inikep
· 10 years ago
e82c811
updated zlibWrapper\README.md
by inikep
· 10 years ago
57b9708
faster inflate() autodetection of zlib/zstd
by inikep
· 10 years ago
68cd476
initialization of strm->adler
by inikep
· 10 years ago
cf3ec08
ZWRAP_setPledgedSrcSize not required with Z_FINISH
by inikep
· 10 years ago
252c20d
a new ZWRAP API
by inikep
· 10 years ago
f7ab3ad
zwrapbench: testing reusing of a context
by inikep
· 10 years ago
8e8b046
zwrapbench benchmarks zlibWrapper
by inikep
· 10 years ago
d755717
added setZWRAPdecompressionType
by inikep
· 10 years ago
adc4c16
changed naming convention
by inikep
· 10 years ago
61abecc
added ZWRAP_initializeCStream
by inikep
· 10 years ago
7e79257
tests with ZSTD_setPledgedSrcSize
by inikep
· 10 years ago
230a61f
added ZSTD_setPledgedSrcSize
by inikep
· 10 years ago
146ef58
added ZWRAPC_finish_with_error_message and ZWRAPD_finish_with_error_message
by inikep
· 10 years ago
3fa1b74
improved deflateEnd and inflateEnd
by inikep
· 10 years ago
6941300
implemented inflateReset2
by inikep
· 10 years ago
86fc8e0
added ZWRAP_DCtx.decompState
by inikep
· 10 years ago
554b3b9
improved logging
by inikep
· 10 years ago
c038c30
implemented deflateReset
by inikep
· 10 years ago
18f6645
use Z_STREAM_ERROR as default error
by inikep
· 10 years ago
c4ab571
better memory deallocation in case of error
by inikep
· 10 years ago
0bb930b
added ZWRAP_finish_with_error
by inikep
· 10 years ago
6101687
improved inflateSync
by inikep
· 10 years ago
e46bad0
imporved support for Z_FINISH
by inikep
· 10 years ago
8fc5848
inflateSetDictionary uses ZSTD_initDStream_usingDict
by inikep
· 10 years ago
b077345
zlibWrapper converted from ZBUFF to ZSTD_CStream
by inikep
· 10 years ago
4ded9e5
added boilerplate
by Yann Collet
· 10 years ago
e416e30
remove unnecessary comments
by inikep
· 10 years ago
2ed3ba2
Fix issue with SYNC_FLUSH support by zlib wrapper
by Dmitry Krot
· 10 years ago
3d2c58c
fixed compilation with Visual in C++ mode
by inikep
· 10 years ago
1c9521f
zlibWrapper: improved memory deallocation in case of error
by inikep
· 10 years ago
16f7299
fixed zlib wrapper for new `.h` strategy
by Yann Collet
· 10 years ago
de2c92f
zlibWrapper: compress uses ZWRAP_DEFAULT_CLEVEL
by inikep
· 10 years ago
4af2c9d
zlibWrapper: improved error handling
by inikep
· 10 years ago
f040be9
zlibWrapper: ZWRAP_createDCtx and ZWRAP_freeDCtx use custom memory allocation functions
by inikep
· 10 years ago
2a74609
zlibWrapper: ZWRAP_createCCtx and ZWRAP_freeCCtx use custom memory allocation functions
by inikep
· 10 years ago
ff2d189
zlibWrapper: added gcc flag -Wdeclaration-after-statement
by inikep
· 10 years ago
614fdde
zlibWrapper: support for stricter gcc warnings
by inikep
· 10 years ago
7cab86f
ZWRAP_allocFunction and ZWRAP_freeFunction are static
by inikep
· 10 years ago
ff9114a
zlibWrapper: added support for custom memory allocation functions
by inikep
· 10 years ago
e02bf99
zlibWrapper: fixed memory deallocation bug with zstd decompression
by inikep
· 10 years ago
bf25d7a
zlibWrapper: support for zlib versions from 1.2.3 to 1.2.8
by inikep
· 10 years ago
8b45245
zlibWrapper: Z_DEFAULT_COMPRESSION is translated to ZWRAP_DEFAULT_CLEVEL for zstd
by inikep
· 10 years ago
043b3c0
zlibWrapped: removed dependency from ZSTD_FRAMEHEADERSIZE_MIN
by inikep
· 10 years ago
3eabe9b
added zlibWrapper - zstd wrapper for zlib
by inikep
· 10 years ago