Mark Adler
09155eaa2f
zlib 1.3
1 year ago
Mark Adler
25bbd7f5a6
Avoid uninitialized and unused warnings in contrib/minizip.
1 year ago
Bastian Germann
efc9c7b801
Add license to contrib/untgz.
...
A zlib license was agreed to by the authors.
1 year ago
Dimitri Papadopoulos
6951bc609b
Fix typos in contrib/ada.
1 year ago
Mark Adler
89ef46ba09
Remove redundant includes in minizip.
1 year ago
Mark Adler
384e50eea4
Remove TRYFREE macro from minizip.
1 year ago
Dimitri Papadopoulos
c7ddcc2e0e
Fix some spelling errors.
1 year ago
Eugene Golushkov
be7aa11551
Read multiple bytes instead of byte-by-byte in minizip unzip.c.
...
Use a single ZREAD64 call in the unz64local_getShort/Long/Long64
implementation, rather than read it byte by byte.
1 year ago
Gilles Vollant
aa154e3da0
Support Haiku in minizip.
1 year ago
Xiang Xiao
f679a939d3
Correct dummy filetime() prototype in minizip.c.
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
1 year ago
Mark Adler
b3f23f7fb7
Match sign of printf directive to sign of argument in testzlib.
1 year ago
Mark Adler
dcd0d86b9e
Match sign of printf directive to sign of argument in minizip.
1 year ago
Mark Adler
3061e5013c
Fix logic error in minizip argument processing.
1 year ago
Dimitri Papadopoulos
379bbda363
Fix typos found by codespell in minizip
1 year ago
Mark Adler
e0bd0ad6e4
Fix reading disk number start on zip64 files in minizip.
1 year ago
Gilles Vollant
7b28ecc89d
Remove duplicated code #806
1 year ago
RedworkDE
f209ca7be7
minizip: Fix being unable to open empty zip file
1 year ago
Mark Adler
05527a1b1e
Fix cast in minizip's ioapi.c for Windows.
2 years ago
Mark Adler
66588683b3
Remove use of OF() from contrib/untgz and render it compilable.
2 years ago
Mark Adler
bf2578be2d
Remove K&R function definitions from contrib/minizip.
2 years ago
Mark Adler
c4aa356742
Remove K&R function definitions from infback9.
2 years ago
Mark Adler
41fda48fc2
Change version number on develop branch to 1.2.13.1.
2 years ago
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