Mark Adler
04f42ceca4
zlib 1.2.13
2 years ago
Mark Adler
40c5a9bc06
Find other BSD's without *64 functions in contrib/minizip/ioapi.h.
2 years ago
Mark Adler
2bb4961990
Avoid C89 warning in contrib/minizip/crypt.h.
2 years ago
Mark Adler
e61ff990c0
Comment out unused code in contrib/minizip/minizip.c.
2 years ago
Mark Adler
4572dfbe99
Remove some harmless semicolons in minizip.
2 years ago
Mark Adler
138c93cffb
Security and warning fixes for minizip. [gvollant]
...
Remove unused code and unnecessary test for free().
2 years ago
Mark Adler
9b291c9f01
Fix incorrect cast in minizip's ioapi.c.
2 years ago
Mark Adler
2d283adfee
Fix c89 compatibility in minizip's ioapi.c. [gvollant]
2 years ago
Mark Adler
d0704a8201
Remove deleted assembler code references.
...
The code was removed, but the builds that used the code were not
updated. This fixes that. Thanks to Adenilson and toxieainc for
the patches.
2 years ago
Mark Adler
59b948acee
Fix typo in contrib readme.
2 years ago
Mark Adler
5752b171fd
Fix some typos.
...
No code changes.
2 years ago
Mark Adler
ce12773790
Fix compile with Windows 10 SDK. (gvollant)
3 years ago
Mark Adler
a4c17581d8
Change version number on develop branch to 1.2.12.1.
3 years ago
Mark Adler
21767c654d
zlib 1.2.12
3 years ago
Mark Adler
2014a993ad
Clean up minizip to reduce warnings for testing.
...
Also fix Makefile test target and permit added compile options.
3 years ago
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