xinking129
a0a6f21a92
update 1.3.1 version
...
Signed-off-by: xinking129 <xinxin13@huawei.com >
2024-05-16 18:04:53 +08:00
xinking129
44a71bb77a
revert 1.3.1 version
...
Signed-off-by: xinking129 <xinxin13@huawei.com >
2024-05-16 10:59:51 +08:00
xinking129
d351ee2fa7
update 1.3.1 version
...
Signed-off-by: xinking129 <xinxin13@huawei.com >
2024-04-16 20:57:24 +08:00
xinking129
5b34b969ae
upgrade zlib to v1.2.13
...
Signed-off-by: xinking129 <xinxin13@huawei.com >
2023-11-27 16:54:02 +08:00
shuaiyutao
c1ca1964f4
upgrade zlib to v1.2.12
...
Change-Id: I156b5b16bbd93817ed1f1ad975c1a1dbdfb520f0
Signed-off-by: shuaiyutao <shuaiyutao1@huawei.com >
2022-06-07 14:46:45 +08:00
wanghang
925992d46b
IssueNo:#I52LGY:security: Fix CVE-2018-25032
...
Description:security: Fix CVE-2018-25032
Sig:SIG_ApplicaitonFramework
Feature or Bugfix:Bugfix
Binary Source:No
Signed-off-by: wanghang <wanghang26@huawei.com >
Change-Id: Id41d9d7083c539a670984699c755ad96211f1d30
2022-04-13 19:24:08 +08:00
mamingshuai
4194944dd7
update openharmony 1.0.1
2021-03-11 20:36:07 +08:00
wenjun
e53ffc0a3f
add OpenHarmony 1.0 baseline
2020-09-09 09:26:48 +08:00
Mark Adler
2fa463bacf
zlib 1.2.9
2016-12-31 23:37:10 -08:00
Mark Adler
9674807c82
Fix bugs in creating a very large gzip header.
2016-12-04 07:39:37 -08:00
Mark Adler
7096424f23
Clean up type conversions.
2016-10-11 22:15:50 -07:00
Mark Adler
82e9dc6093
Use const for static tree descriptions in deflate.
...
This is in order to permit shared memory for these structures.
2015-08-15 18:04:50 -07:00
Mark Adler
51a223def4
Avoid use of DEBUG macro -- change to ZLIB_DEBUG.
2015-07-28 22:44:31 -07:00
Mark Adler
ee026accde
Correct comment in deflate.h.
2012-06-02 10:16:43 -07:00
Mark Adler
4f5779a8e7
Insert the first two strings in the hash table after a flush.
...
This allows deflate to generate the same output when continuing after
a Z_SYNC_FLUSH vs. using deflateSetDictionary() after a Z_FULL_FLUSH
or a deflateReset(). It also slightly improves compression when
flushing by providing two more strings to possibly match at the start
of the new block.
2012-01-13 23:54:40 -06:00
Mark Adler
0b828b4aa6
Write out all of the available bits when using Z_BLOCK.
...
Previously, the bit buffer would hold 1 to 16 bits after "all" of the
output is provided after a Z_BLOCK deflate() call. Now at most seven
bits remain in the output buffer after Z_BLOCK. flush_pending() now
flushes the bit buffer before copying out the byte buffer, in order
for it to really flush as much as possible.
2012-01-07 14:08:02 -08:00
Mark Adler
8f5eceefe8
Remove second empty static block for Z_PARTIAL_FLUSH.
...
Z_PARTIAL_FLUSH would sometimes emit two empty static blocks instead
of one in order to provide enough lookahead for inflate to be able
to decode what was last compressed. inflate no longer needs that
much lookahead, so this removes the possibility of emitting the
second empty static block. Z_PARTIAL_FLUSH will now emit only one
empty static block.
2012-01-07 14:03:07 -08:00
Mark Adler
263b1a05b0
Allow deflatePrime() to insert bits in the middle of a stream.
...
This allows the insertion of multiple empty static blocks for the
purpose of efficiently bringing a stream to a byte boundary.
2012-01-07 14:03:07 -08:00
Mark Adler
10daf0d4d7
zlib 1.2.5.1
2011-09-11 11:04:49 -07:00
Mark Adler
9712272c78
zlib 1.2.5
2011-09-09 23:35:10 -07:00
Mark Adler
7301420248
zlib 1.2.4.5
2011-09-09 23:34:55 -07:00
Mark Adler
67cc20d004
zlib 1.2.4-pre1
2011-09-09 23:32:36 -07:00
Mark Adler
f6194ef39a
zlib 1.2.3.4
2011-09-09 23:26:40 -07:00
Mark Adler
b1c19ca6d8
zlib 1.2.3.1
2011-09-09 23:25:27 -07:00
Mark Adler
9c3a583021
zlib 1.2.2.4
2011-09-09 23:24:52 -07:00
Mark Adler
9811b53dd9
zlib 1.2.2.1
2011-09-09 23:24:24 -07:00
Mark Adler
7a6955760b
zlib 1.2.1.2
2011-09-09 23:23:45 -07:00
Mark Adler
4b5a43a219
zlib 1.2.0.5
2011-09-09 23:22:37 -07:00
Mark Adler
086e982175
zlib 1.2.0.4
2011-09-09 23:22:30 -07:00
Mark Adler
8e34b3a802
zlib 1.2.0.2
2011-09-09 23:22:10 -07:00
Mark Adler
13a294f044
zlib 1.2.0.1
2011-09-09 23:21:57 -07:00
Mark Adler
a383133c4e
zlib 1.1.4
2011-09-09 23:20:42 -07:00
Mark Adler
14763ac7c6
zlib 1.1.3
2011-09-09 23:20:29 -07:00
Mark Adler
02b6cf579f
zlib 1.1.1
2011-09-09 23:20:07 -07:00
Mark Adler
965fe72aed
zlib 1.1.0
2011-09-09 23:19:55 -07:00
Mark Adler
7850e4e406
zlib 1.0.7
2011-09-09 23:17:33 -07:00
Mark Adler
ff11b0a61f
zlib 1.0.4
2011-09-09 23:17:02 -07:00
Mark Adler
423eb40306
zlib 1.0.1
2011-09-09 23:14:39 -07:00
Mark Adler
8a2acbffc8
zlib 1.0-pre
2011-09-09 23:13:27 -07:00
Mark Adler
56bcb184fa
zlib 0.99
2011-09-09 23:11:37 -07:00
Mark Adler
25e5325501
zlib 0.95
2011-09-09 23:10:21 -07:00
Mark Adler
23c69f1069
zlib 0.94
2011-09-09 23:09:18 -07:00
Mark Adler
6b834a58bd
zlib 0.93
2011-09-09 23:08:28 -07:00
Mark Adler
bdde4e09d2
zlib 0.92
2011-09-09 23:08:07 -07:00
Mark Adler
64b2e89203
zlib 0.9
2011-09-09 23:06:52 -07:00
Mark Adler
bcf78a2097
zlib 0.71
2011-09-09 22:36:31 -07:00