- 29 7月, 2015 7 次提交
-
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
It previously could have been misinterpreted to mean that parameter changes after deflateInit2() would be reversed, which is not the case.
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
A windowBits value of 0, 16, or 32 gets the window bits from the zlib header. However there is no zlib header for 16, or for 32 when the input is gzip. This commit sets the window bits for inflate to 15 if a gzip stream is detected and windowBits was 16 or 32.
-
由 Mark Adler 提交于
-
- 08 7月, 2015 1 次提交
-
-
由 Mark Adler 提交于
Previously there was a confusing reference to a "distribution directory".
-
- 06 7月, 2015 2 次提交
-
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
The C standard permits an undefined result for a left shift of a negative value.
-
- 27 1月, 2015 1 次提交
-
-
由 Mark Adler 提交于
-
- 29 12月, 2014 1 次提交
-
-
由 Mark Adler 提交于
-
- 03 7月, 2014 1 次提交
-
-
由 Mark Adler 提交于
-
- 26 4月, 2014 3 次提交
-
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
- 25 4月, 2014 1 次提交
-
-
由 Mark Adler 提交于
An open() with O_APPEND followed by an lseek() to determine the position will return zero for a non-empty file, even though the next write will start at the end of the file. This commit works around that by doing an lseek() to the end when appending.
-
- 25 8月, 2013 1 次提交
-
-
由 Mark Adler 提交于
to report the count of unused bytes at the end correctly. Add the ability to provide initial input to blast().
-
- 04 8月, 2013 1 次提交
-
-
由 Mark Adler 提交于
-
- 24 5月, 2013 1 次提交
-
-
由 Mark Adler 提交于
-
- 03 5月, 2013 1 次提交
-
-
由 Mark Adler 提交于
-
- 29 4月, 2013 8 次提交
-
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
Forcing Z_CONST resulted in an issue when compiling Firefox. Now if someone wants to compile zlib as C++ code (which it isn't), now they will need to #define Z_CONST themselves.
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
- 14 4月, 2013 7 次提交
-
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
- 13 4月, 2013 1 次提交
-
-
由 Mark Adler 提交于
-
- 25 3月, 2013 3 次提交
-
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
If the compressed data was already at a block boundary, then deflateParam() would report Z_BUF_ERROR, because there was nothing to write. With this patch, Z_OK is returned in that case.
-