summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* zlib 1.2.13HEADv1.2.13masterMark Adler2022-10-1211-22/+22
|
* Find other BSD's without *64 functions in contrib/minizip/ioapi.h.Mark Adler2022-10-101-1/+1
|
* Avoid C89 warning in contrib/minizip/crypt.h.Mark Adler2022-10-101-1/+1
|
* Comment out unused code in contrib/minizip/minizip.c.Mark Adler2022-10-091-2/+2
|
* Remove some harmless semicolons in minizip.Mark Adler2022-10-062-2/+2
|
* Security and warning fixes for minizip. [gvollant]Mark Adler2022-10-062-7/+4
| | | | Remove unused code and unnecessary test for free().
* Fix incorrect cast in minizip's ioapi.c.Mark Adler2022-10-061-1/+1
|
* Fix c89 compatibility in minizip's ioapi.c. [gvollant]Mark Adler2022-10-061-10/+10
|
* Remove deleted assembler code references.Mark Adler2022-10-0625-542/+188
| | | | | | 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.
* Fix typo in contrib readme.Mark Adler2022-08-281-1/+1
|
* Fix some typos.Mark Adler2022-08-234-5/+5
| | | | No code changes.
* Fix compile with Windows 10 SDK. (gvollant)Mark Adler2022-03-281-0/+5
|
* Change version number on develop branch to 1.2.12.1.Mark Adler2022-03-2711-22/+22
|
* zlib 1.2.12v1.2.12Mark Adler2022-03-2716-28/+53
|
* Clean up minizip to reduce warnings for testing.Mark Adler2022-01-019-87/+96
| | | | Also fix Makefile test target and permit added compile options.
* Fix unztell64() in minizip to work past 4GB. (Daniël Hörchner)Mark Adler2022-01-011-0/+3
| | | | | | | | | | | | 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.
* minizip warning fix if MAXU32 already defined. (gvollant)Mark Adler2021-12-311-3/+5
|
* Fix indentation in minizip's zip.c.Mark Adler2021-07-081-2/+2
|
* Improve portability of contrib/minizip.Mark Adler2021-02-104-10/+21
|
* Correct typo in blast.c.Mark Adler2021-01-171-1/+1
|
* Remove old assembler code in which bugs have manifested.Mark Adler2017-10-1215-6162/+0
| | | | | In addition, there is not sufficient gain from the inflate assembler code to warrant its inclusion.
* Change version number to 1.2.11.1.Mark Adler2017-01-1511-22/+22
|
* zlib 1.2.11v1.2.11Mark Adler2017-01-1511-22/+22
|
* Delete user-specific Visual Studio project files.Mark Adler2017-01-156-24/+0
|
* Change version number to 1.2.10.1.Mark Adler2017-01-1511-22/+22
|
* zlib 1.2.10v1.2.10Mark Adler2017-01-0211-23/+23
|
* Change version number to zlib 1.2.9.1.Mark Adler2017-01-0111-30/+30
|
* Fix some stray 1.2.8.1 version numbers.Mark Adler2017-01-012-4/+4
|
* zlib 1.2.9v1.2.9Mark Adler2016-12-3116-312/+362
|
* Update Visual Studio project files (AraHaan).Mark Adler2016-12-3131-13/+5706
|
* Fix character encoding and link in contrib README.Mark Adler2016-12-301-2/+2
|
* Fix some typos.Mark Adler2016-10-305-17/+17
|
* Fix typo in blast.c.Mark Adler2016-07-101-1/+1
|
* Improve contrib/blast to return unused bytes. Fix the test codeMark Adler2013-08-242-15/+43
| | | | | to report the count of unused bytes at the end correctly. Add the ability to provide initial input to blast().
* Fix contrib/minizip to permit unzipping with desktop API [Zouzou].Mark Adler2013-08-031-3/+4
|
* Change version number to 1.2.8.1.Mark Adler2013-05-0212-20/+20
|
* Fix mixed line endings in contrib/vstudio.Mark Adler2013-04-284-27/+27
|
* Clean up contrib/vstudio [Roß].Mark Adler2013-04-2821-1138/+592
|
* Update contrib/minizip/iowin32.c for Windows RT [Vollant].Mark Adler2013-04-281-13/+85
|
* Change version number to 1.2.8.Mark Adler2013-04-2814-24/+24
|
* Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc.Mark Adler2013-04-135-17/+17
|
* Change version number to 1.2.7.3.Mark Adler2013-04-1310-16/+16
|
* Change version number to 1.2.7.2.Mark Adler2013-04-1310-20/+20
|
* Add man pages for minizip and miniunzip.Enrico Weigelt, metux IT service2013-03-242-0/+109
|
* Clean up the addition of gzvprintf.Mark Adler2013-03-234-0/+4
|
* Clean up the addition of inflateGetDictionary.Mark Adler2013-03-232-0/+6
|
* Add vc11 and vc12 build files to contrib/vstudio.Mark Adler2013-03-2216-0/+3335
|
* Simplify contrib/vstudio/vc10 with 'd' suffix.Fredrik Orderud2013-02-231-26/+2
|
* Fix types in contrib/minizip to match result of get_crc_table().takacsd2013-02-233-6/+6
|
* Fix casting error in contrib/testzlib/testzlib.c.Jason Williams2013-02-231-2/+2
|