- 01 1月, 2017 1 次提交
-
-
由 Mark Adler 提交于
-
- 31 12月, 2016 1 次提交
-
-
由 Mark Adler 提交于
-
- 30 10月, 2016 1 次提交
-
-
由 Mark Adler 提交于
-
- 11 7月, 2016 1 次提交
-
-
由 Mark Adler 提交于
-
- 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 提交于
-
- 03 5月, 2013 1 次提交
-
-
由 Mark Adler 提交于
-
- 29 4月, 2013 4 次提交
-
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
- 14 4月, 2013 2 次提交
-
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
- 13 4月, 2013 1 次提交
-
-
由 Mark Adler 提交于
-
- 25 3月, 2013 1 次提交
-
-
- 24 3月, 2013 2 次提交
-
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
- 23 3月, 2013 1 次提交
-
-
由 Mark Adler 提交于
-
- 24 2月, 2013 4 次提交
-
-
由 Fredrik Orderud 提交于
-
由 takacsd 提交于
-
由 Jason Williams 提交于
-
由 Greg Domjan 提交于
Also correct typo for 64-bit debug build.
-
- 22 1月, 2013 1 次提交
-
-
由 Mark Adler 提交于
Without this fix, it would be possible to construct inputs to puff that would cause it to segfault.
-
- 25 10月, 2012 2 次提交
-
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
- 13 8月, 2012 1 次提交
-
-
由 Mark Adler 提交于
This patch allows zlib to compile cleanly with the -Wcast-qual gcc warning enabled, but only if ZLIB_CONST is defined, which adds const to next_in and msg in z_stream and in the in_func prototype. A --const option is added to ./configure which adds -DZLIB_CONST to the compile flags, and adds -Wcast-qual to the compile flags when ZLIBGCCWARN is set in the environment.
-
- 09 7月, 2012 2 次提交
-
-
由 Mark Adler 提交于
-
由 Birunthan Mohanathas 提交于
-
- 27 5月, 2012 1 次提交
-
-
由 Mark Adler 提交于
-
- 03 5月, 2012 1 次提交
-
-
由 Mark Adler 提交于
-
- 27 3月, 2012 1 次提交
-
-
由 jK 提交于
-
- 23 3月, 2012 1 次提交
-
-
由 Birunthan Mohanathas 提交于
-
- 17 3月, 2012 1 次提交
-
-
由 Mark Adler 提交于
-
- 05 3月, 2012 1 次提交
-
-
由 Mark Adler 提交于
-
- 19 2月, 2012 1 次提交
-
-
由 Mark Adler 提交于
-
- 14 2月, 2012 1 次提交
-
-
由 Mark Adler 提交于
-
- 13 2月, 2012 1 次提交
-
-
由 Mark Adler 提交于
-
- 05 2月, 2012 1 次提交
-
-
由 Mark Adler 提交于
-
- 02 2月, 2012 1 次提交
-
-
由 Mark Adler 提交于
gzflags() was put in gzwrite.c in order to be compiled exactly the same as gzprintf(), so that it was guaranteed to return the correct information. However that causes a static linkage to zlib to bring in many routines that are often not used. All that is required to duplicate the compilation environment of gzprintf() is to include gzguts.h. So that is now done in zutil.c to assure that the correct flags are returned.
-
- 30 1月, 2012 1 次提交
-
-
由 Mark Adler 提交于
-