Mark Adler
2014a993ad
Clean up minizip to reduce warnings for testing.
...
Also fix Makefile test target and permit added compile options.
2022-01-01 14:55:47 -08:00
Mark Adler
58ca4e57ce
Fix unztell64() in minizip to work past 4GB. (Daniël Hörchner)
...
The issue is that unztell64() does not return the correct value if
the position in the current file (in the ZIP archive) is beyond 4
GB. The cause is that unzReadCurrentFile() does not account for
pfile_in_zip_read_info->stream.total_out at line 1854 of unzip.c
wrapping around (it is a 32-bit variable). So, on line 1860
uTotalOutAfter can be *less* than uTotalOutBefore, propagating the
wraparound to uOutThis, which in turn is added to
pfile_in_zip_read_info->total_out_64. That has the effect of
subtracting 4 GB.
2022-01-01 12:09:30 -08:00
Mark Adler
b135d46eaf
minizip warning fix if MAXU32 already defined. (gvollant)
2021-12-31 17:22:37 -08:00
Mark Adler
c3f3043f7a
Fix indentation in minizip's zip.c.
2021-07-08 09:32:18 -07:00
Mark Adler
0530dbcef9
Improve portability of contrib/minizip.
2021-02-10 15:03:22 -08:00
Mark Adler
506424c640
Correct typo in blast.c.
2021-01-17 21:50:08 -08:00
Mark Adler
288f108031
Remove old assembler code in which bugs have manifested.
...
In addition, there is not sufficient gain from the inflate
assembler code to warrant its inclusion.
2017-10-12 20:27:14 -07:00
Mark Adler
7d60b86782
Change version number to 1.2.11.1.
2017-01-15 22:46:03 -08:00
Mark Adler
cacf7f1d4e
zlib 1.2.11
2017-01-15 09:29:40 -08:00
Mark Adler
c38a2603ce
Delete user-specific Visual Studio project files.
2017-01-15 09:07:14 -08:00
Mark Adler
11ceaed751
Change version number to 1.2.10.1.
2017-01-15 09:07:08 -08:00
Mark Adler
4a090adef8
zlib 1.2.10
2017-01-02 18:21:29 -08:00
Mark Adler
20e472546e
Change version number to zlib 1.2.9.1.
2017-01-01 22:24:17 -08:00
Mark Adler
6bdca5060d
Fix some stray 1.2.8.1 version numbers.
2017-01-01 22:23:41 -08:00
Mark Adler
2fa463bacf
zlib 1.2.9
2016-12-31 23:37:10 -08:00
Mark Adler
14e3194e1e
Update Visual Studio project files (AraHaan).
2016-12-31 18:57:48 -08:00
Mark Adler
d6f0da2fa3
Fix character encoding and link in contrib README.
2016-12-30 20:00:51 -08:00
Mark Adler
03614c56ad
Fix some typos.
2016-10-30 08:49:01 -07:00
Mark Adler
70a8763b71
Fix typo in blast.c.
2016-07-10 11:43:17 -07:00
Mark Adler
799c87c0d8
Improve contrib/blast to return unused bytes. Fix the test code
...
to report the count of unused bytes at the end correctly. Add the
ability to provide initial input to blast().
2013-08-24 10:36:32 -07:00
Mark Adler
89e335abb4
Fix contrib/minizip to permit unzipping with desktop API [Zouzou].
2013-08-03 18:13:23 -07:00
Mark Adler
ceeb615f46
Change version number to 1.2.8.1.
2013-05-02 23:12:54 -07:00
Mark Adler
5b5da45640
Fix mixed line endings in contrib/vstudio.
2013-04-28 17:22:27 -07:00
Mark Adler
b4d802825a
Clean up contrib/vstudio [Roß].
2013-04-28 15:57:11 -07:00
Mark Adler
5481269e1f
Update contrib/minizip/iowin32.c for Windows RT [Vollant].
2013-04-28 15:57:11 -07:00
Mark Adler
e8fee0ea7b
Change version number to 1.2.8.
2013-04-28 15:57:10 -07:00
Mark Adler
c714072020
Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc.
2013-04-13 19:33:28 -07:00
Mark Adler
388a285cb8
Change version number to 1.2.7.3.
2013-04-13 18:58:46 -07:00
Mark Adler
8a93f49c86
Change version number to 1.2.7.2.
2013-04-13 08:08:57 -07:00
Enrico Weigelt, metux IT service
318a5e190e
Add man pages for minizip and miniunzip.
2013-03-24 16:28:41 -07:00
Mark Adler
0aac8cf7c4
Clean up the addition of gzvprintf.
2013-03-23 23:47:15 -07:00
Mark Adler
f0546c8e34
Clean up the addition of inflateGetDictionary.
2013-03-23 23:32:58 -07:00
Mark Adler
dd5d0940e9
Add vc11 and vc12 build files to contrib/vstudio.
2013-03-22 17:38:37 -07:00
Fredrik Orderud
79a7058be4
Simplify contrib/vstudio/vc10 with 'd' suffix.
2013-02-23 23:44:00 -08:00
takacsd
63ba7582b8
Fix types in contrib/minizip to match result of get_crc_table().
2013-02-23 23:32:30 -08:00
Jason Williams
00dfee0b2e
Fix casting error in contrib/testzlib/testzlib.c.
2013-02-23 23:28:45 -08:00
Greg Domjan
b116fb588d
Add contrib/vstudio/vc10 pre-build step for static only.
...
Also correct typo for 64-bit debug build.
2013-02-23 22:56:32 -08:00
Mark Adler
10056909c0
Check for invalid code length codes in contrib/puff.
...
Without this fix, it would be possible to construct inputs to puff
that would cause it to segfault.
2013-01-21 10:17:45 -08:00
Mark Adler
b6c5057ca1
Fix comparisons of differently signed integers in contrib/blast.
2012-10-24 22:50:23 -07:00
Mark Adler
b8522e0264
Add note to contrib/blast to use binary mode in stdio.
2012-10-24 22:47:37 -07:00
Mark Adler
62d6112a79
Clean up the usage of z_const and respect const usage within zlib.
...
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.
2012-08-13 00:02:40 -07:00
Mark Adler
aef4174dd2
Remove unused variable in infback9.c.
2012-07-08 16:48:36 -07:00
Birunthan Mohanathas
f51cc49c94
Fix comment typos in unzip.h and unzip.c.
2012-07-08 16:34:08 -07:00
Mark Adler
dca9e1d6f3
Add inflateGetDictionary() function.
2012-05-26 23:25:35 -07:00
Mark Adler
2689b3cceb
Change version number to 1.2.7.1.
2012-05-02 22:38:26 -07:00
jK
ba04838a74
Fix contrib/minizip compilation in the MinGW environment.
2012-03-26 20:17:41 -07:00
Birunthan Mohanathas
11f4065ea9
Remove gzflags from zlibvc.def in vc9 and vc10.
2012-03-22 22:24:52 -07:00
Mark Adler
dbe0bed739
Add gzopen_w() in Windows for wide character path names.
2012-03-16 20:53:09 -07:00
Mark Adler
e3ba2a10ca
Fix contrib/vstudio project link errors [Mohanathas].
2012-03-04 09:46:25 -08:00
Mark Adler
d81e7213b7
Restore gzgetc_ for backward compatibility with 1.2.6.
2012-02-18 14:15:17 -08:00