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.
3 years ago
Mark Adler
b135d46eaf
minizip warning fix if MAXU32 already defined. (gvollant)
3 years ago
Mark Adler
c3f3043f7a
Fix indentation in minizip's zip.c.
4 years ago
Mark Adler
0530dbcef9
Improve portability of contrib/minizip.
4 years ago
Mark Adler
506424c640
Correct typo in blast.c.
4 years ago
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.
7 years ago
Mark Adler
7d60b86782
Change version number to 1.2.11.1.
8 years ago
Mark Adler
cacf7f1d4e
zlib 1.2.11
8 years ago
Mark Adler
c38a2603ce
Delete user-specific Visual Studio project files.
8 years ago
Mark Adler
11ceaed751
Change version number to 1.2.10.1.
8 years ago
Mark Adler
4a090adef8
zlib 1.2.10
8 years ago
Mark Adler
20e472546e
Change version number to zlib 1.2.9.1.
8 years ago
Mark Adler
6bdca5060d
Fix some stray 1.2.8.1 version numbers.
8 years ago
Mark Adler
2fa463bacf
zlib 1.2.9
8 years ago
Mark Adler
14e3194e1e
Update Visual Studio project files (AraHaan).
8 years ago
Mark Adler
d6f0da2fa3
Fix character encoding and link in contrib README.
8 years ago
Mark Adler
03614c56ad
Fix some typos.
8 years ago
Mark Adler
70a8763b71
Fix typo in blast.c.
9 years ago
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().
12 years ago
Mark Adler
89e335abb4
Fix contrib/minizip to permit unzipping with desktop API [Zouzou].
12 years ago
Mark Adler
ceeb615f46
Change version number to 1.2.8.1.
12 years ago
Mark Adler
5b5da45640
Fix mixed line endings in contrib/vstudio.
12 years ago
Mark Adler
b4d802825a
Clean up contrib/vstudio [Roß].
12 years ago
Mark Adler
5481269e1f
Update contrib/minizip/iowin32.c for Windows RT [Vollant].
12 years ago
Mark Adler
e8fee0ea7b
Change version number to 1.2.8.
12 years ago
Mark Adler
c714072020
Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc.
12 years ago
Mark Adler
388a285cb8
Change version number to 1.2.7.3.
12 years ago
Mark Adler
8a93f49c86
Change version number to 1.2.7.2.
12 years ago
Enrico Weigelt, metux IT service
318a5e190e
Add man pages for minizip and miniunzip.
12 years ago
Mark Adler
0aac8cf7c4
Clean up the addition of gzvprintf.
12 years ago
Mark Adler
f0546c8e34
Clean up the addition of inflateGetDictionary.
12 years ago
Mark Adler
dd5d0940e9
Add vc11 and vc12 build files to contrib/vstudio.
12 years ago
Fredrik Orderud
79a7058be4
Simplify contrib/vstudio/vc10 with 'd' suffix.
12 years ago
takacsd
63ba7582b8
Fix types in contrib/minizip to match result of get_crc_table().
12 years ago
Jason Williams
00dfee0b2e
Fix casting error in contrib/testzlib/testzlib.c.
12 years ago
Greg Domjan
b116fb588d
Add contrib/vstudio/vc10 pre-build step for static only.
...
Also correct typo for 64-bit debug build.
12 years ago
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.
12 years ago
Mark Adler
b6c5057ca1
Fix comparisons of differently signed integers in contrib/blast.
12 years ago
Mark Adler
b8522e0264
Add note to contrib/blast to use binary mode in stdio.
12 years ago
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.
13 years ago
Mark Adler
aef4174dd2
Remove unused variable in infback9.c.
13 years ago
Birunthan Mohanathas
f51cc49c94
Fix comment typos in unzip.h and unzip.c.
13 years ago
Mark Adler
dca9e1d6f3
Add inflateGetDictionary() function.
13 years ago
Mark Adler
2689b3cceb
Change version number to 1.2.7.1.
13 years ago
jK
ba04838a74
Fix contrib/minizip compilation in the MinGW environment.
13 years ago
Birunthan Mohanathas
11f4065ea9
Remove gzflags from zlibvc.def in vc9 and vc10.
13 years ago
Mark Adler
dbe0bed739
Add gzopen_w() in Windows for wide character path names.
13 years ago
Mark Adler
e3ba2a10ca
Fix contrib/vstudio project link errors [Mohanathas].
13 years ago
Mark Adler
d81e7213b7
Restore gzgetc_ for backward compatibility with 1.2.6.
13 years ago
Mark Adler
455adc3029
Expunge gzgetc_ from configuration files.
13 years ago