Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
1c0dbe81b17addc1f48be895326124158ea5a2c3
/
zlibWrapper
7bd1a29
added ZSTD_dictMode_e to control dictionary loading mode
by Yann Collet
· 7 years ago
33a7e67
significant zlib wrapper code refactoring
by Yann Collet
· 7 years ago
4effccb
zlib_wrapper's uncompress() uses ZSTD_isFrame() for routing
by Yann Collet
· 7 years ago
dcb7535
ensure zlibwrapper uses ZSTD_malloc() and ZSTD_free()
by Yann Collet
· 7 years ago
ae728a4
removed defaultCustomMem
by Yann Collet
· 7 years ago
31533ba
Changed ZSTD_createCDict_advanced()
by Yann Collet
· 8 years ago
4f81818
clarified frame parameters for ZSTD_compress*_usingCDict()
by Yann Collet
· 8 years ago
680e4e0
Ignore symbolic links unless --force specified
by Sean Purcell
· 8 years ago
042ba12
Change g_displayLevel to int and fix DISPLAYUPDATE flush
by Sean Purcell
· 8 years ago
5c42aad
zlibWrapper: better description of ZWRAP_useZSTDcompression
by Przemyslaw Skibinski
· 8 years ago
e052c60
introduce UTIL_freq_t
by Przemyslaw Skibinski
· 8 years ago
94abd6a
SET_REALTIME_PRIORITY
by Przemyslaw Skibinski
· 8 years ago
9c018cc
Add BUCK files for Nuclide support
by Nick Terrell
· 8 years ago
2915732
improved ZSTD_compressBlock_opt_extDict_generic
by Przemyslaw Skibinski
· 8 years ago
502966a
zlibWrapper: added the totalInBytes flag - we need it as strm->total_in can be reset by user
by Przemyslaw Skibinski
· 8 years ago
957a6d5
updated link to copyright notice
by Przemyslaw Skibinski
· 8 years ago
c3a04de
fixed clang warnings in gzread.c and gzwrite.c
by Przemyslaw Skibinski
· 8 years ago
c9512db
gzcompatibility.h updated to zlib 1.2.11
by Przemyslaw Skibinski
· 8 years ago
3805a00
gzwrite.c updated to zlib 1.2.11
by Przemyslaw Skibinski
· 8 years ago
5735fd7
gzread.c updated to zlib 1.2.11
by Przemyslaw Skibinski
· 8 years ago
7f82aad
gzlib.c updated to zlib 1.2.11
by Przemyslaw Skibinski
· 8 years ago
69f7990
gzguts.h updated to zlib 1.2.11
by Przemyslaw Skibinski
· 8 years ago
5edab91
get_crc_table only with ZLIB_VERNUM >= 0x1270
by Przemyslaw Skibinski
· 8 years ago
5b114d3
zlibWrapper: added get_crc_table
by Przemyslaw Skibinski
· 8 years ago
9ceb49e
fixed zlib_wrapper conversion warnings
by Yann Collet
· 8 years ago
ba75e9d
fix : zlib wrapper compile in gnu90 mode
by Yann Collet
· 8 years ago
1f57c2e
added : ZSTD_createCDict_byReference()
by Yann Collet
· 8 years ago
622d741
updated zlib copyright notice
by Przemyslaw Skibinski
· 8 years ago
eee427e
fixed fitblk
by Przemyslaw Skibinski
· 8 years ago
95f34e0
zlibWrapper/README.md: updated info about gzip file access functions
by Przemyslaw Skibinski
· 8 years ago
2f902f9
fixed zlibwrapper use of xxh
by Yann Collet
· 8 years ago
dc2fe75
gzread.c: improved comments
by Przemyslaw Skibinski
· 8 years ago
45f7e00
gz_state FAR *state
by Przemyslaw Skibinski
· 8 years ago
adf215e
fixed Travis warnings
by Przemyslaw Skibinski
· 8 years ago
f0d7da7
updated headers in gz* files
by Przemyslaw Skibinski
· 8 years ago
087bd2c
compile with -Wstrict-aliasing=1
by Przemyslaw Skibinski
· 8 years ago
0feb24a
gzread.c, gzwrite.c: gz_statep is union
by Przemyslaw Skibinski
· 8 years ago
a1f6063
gz_statep is union
by Przemyslaw Skibinski
· 8 years ago
0fa3447
plainly marked altered files from zlib
by Przemyslaw Skibinski
· 8 years ago
8b3e2f1
updated zlibWrapper/Makefile
by Przemyslaw Skibinski
· 8 years ago
c77befe
make gz* functions compatible with zlib 1.2.3+
by Przemyslaw Skibinski
· 8 years ago
91437d8
added gzcompatibility.h
by Przemyslaw Skibinski
· 8 years ago
edd3e2a
Z_TREES only with ZLIB_VERNUM >= 0x1240
by Przemyslaw Skibinski
· 8 years ago
a641776
zlibWrapper: improve "make clean"
by Przemyslaw Skibinski
· 8 years ago
4c69050
added minigzip test
by Przemyslaw Skibinski
· 8 years ago
96fca2b
improved zwrapbench.c
by Przemyslaw Skibinski
· 8 years ago
37a00f2
turn on test_gzio
by Przemyslaw Skibinski
· 8 years ago
6b3c201
added minigzip
by Przemyslaw Skibinski
· 8 years ago
3bf9a72
experimental support for gz* functions
by Przemyslaw Skibinski
· 8 years ago
de4b4fc
zlibWrapper: added XXH_NAMESPACE
by Przemyslaw Skibinski
· 8 years ago
6cecb35
zwrapbench uses z_const
by Przemyslaw Skibinski
· 8 years ago
7e06e6a
updated Makefile for zlibWrapper
by Przemyslaw Skibinski
· 8 years ago
0694ae2
typedef ZWRAP_CCtx internal_state
by Przemyslaw Skibinski
· 8 years ago
d007eb5
fixed clang warnings in zlibWrapper
by Przemyslaw Skibinski
· 8 years ago
6c111fa
fix zlibWrapper make test
by Yann Collet
· 8 years ago
3ee94a7
zstd_compression_format.md moved to doc/
by Przemyslaw Skibinski
· 8 years ago
ba49de3
zlibWrapper: updated README.md
by inikep
· 8 years ago
447e512
updated .gitignore
by inikep
· 8 years ago
22e2730
ZSTD_resetDStream moved to inflate()
by inikep
· 8 years ago
20859af
renamed to ZWRAP_deflateReset_keepDict
by inikep
· 8 years ago
856f91e
redirection to deflateReset and inflateReset
by inikep
· 8 years ago
706876f
added ZWRAP_deflateResetWithoutDict and ZWRAP_inflateResetWithoutDict
by inikep
· 8 years ago
572d428
updated description of ZWRAP_setPledgedSrcSize
by inikep
· 8 years ago
6072eaa
improved speed of deflate without Z_FINISH
by inikep
· 8 years ago
60dddc2
zlibWrapper: minor tweaks
by inikep
· 8 years ago
ad468ab
updated zlibWrapper\Makefile
by inikep
· 8 years ago
a03b7a7
zwrapbench: improved tests with a dictionary
by inikep
· 8 years ago
c941d39
updated results in zlibWrapper\README.md
by inikep
· 8 years ago
67a1f4d
improved behavior of deflateReset
by inikep
· 8 years ago
cbd7bdc
improved zwrapbench tests
by inikep
· 8 years ago
2fb7e6b
zlibWrapper\README.md: reordering
by inikep
· 8 years ago
cd2f6b6
zlibWrapper\README.md: minor tweaks
by inikep
· 8 years ago
2bb83e8
zlibWrapper\README.md: Reusing contexts
by inikep
· 8 years ago
e82c811
updated zlibWrapper\README.md
by inikep
· 8 years ago
57b9708
faster inflate() autodetection of zlib/zstd
by inikep
· 8 years ago
b88accf
use valgrind with a dynamic zstd library
by inikep
· 8 years ago
68cd476
initialization of strm->adler
by inikep
· 8 years ago
f77a113
improved valgrind tests
by inikep
· 8 years ago
4602e53
added valgrindTest for zlibWrapper
by inikep
· 8 years ago
cf3ec08
ZWRAP_setPledgedSrcSize not required with Z_FINISH
by inikep
· 8 years ago
252c20d
a new ZWRAP API
by inikep
· 8 years ago
f7ab3ad
zwrapbench: testing reusing of a context
by inikep
· 8 years ago
f71828f
zwrapbench: testing speed of ZSTD_decompressStream
by inikep
· 8 years ago
8e8b046
zwrapbench benchmarks zlibWrapper
by inikep
· 8 years ago
54320ce
zwrapbench tests zlib
by inikep
· 8 years ago
d755717
added setZWRAPdecompressionType
by inikep
· 8 years ago
3be5c6e
improved zlibWrapper\Makefile
by inikep
· 8 years ago
dfef5dd
added zwrapbench.c
by inikep
· 8 years ago
adc4c16
changed naming convention
by inikep
· 8 years ago
61abecc
added ZWRAP_initializeCStream
by inikep
· 8 years ago
7e79257
tests with ZSTD_setPledgedSrcSize
by inikep
· 8 years ago
230a61f
added ZSTD_setPledgedSrcSize
by inikep
· 8 years ago
146ef58
added ZWRAPC_finish_with_error_message and ZWRAPD_finish_with_error_message
by inikep
· 8 years ago
3fa1b74
improved deflateEnd and inflateEnd
by inikep
· 8 years ago
6941300
implemented inflateReset2
by inikep
· 8 years ago
86fc8e0
added ZWRAP_DCtx.decompState
by inikep
· 8 years ago
554b3b9
improved logging
by inikep
· 8 years ago
c038c30
implemented deflateReset
by inikep
· 8 years ago
18f6645
use Z_STREAM_ERROR as default error
by inikep
· 8 years ago
7b546e5
added fitblk.c
by inikep
· 8 years ago
Next »