Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zlib 1.2.13v1.2.13 | Mark Adler | 2022-10-12 | 11 | -22/+22 |
| | |||||
* | Find other BSD's without *64 functions in contrib/minizip/ioapi.h. | Mark Adler | 2022-10-10 | 1 | -1/+1 |
| | |||||
* | Avoid C89 warning in contrib/minizip/crypt.h. | Mark Adler | 2022-10-10 | 1 | -1/+1 |
| | |||||
* | Comment out unused code in contrib/minizip/minizip.c. | Mark Adler | 2022-10-09 | 1 | -2/+2 |
| | |||||
* | Remove some harmless semicolons in minizip. | Mark Adler | 2022-10-06 | 2 | -2/+2 |
| | |||||
* | Security and warning fixes for minizip. [gvollant] | Mark Adler | 2022-10-06 | 2 | -7/+4 |
| | | | | Remove unused code and unnecessary test for free(). | ||||
* | Fix incorrect cast in minizip's ioapi.c. | Mark Adler | 2022-10-06 | 1 | -1/+1 |
| | |||||
* | Fix c89 compatibility in minizip's ioapi.c. [gvollant] | Mark Adler | 2022-10-06 | 1 | -10/+10 |
| | |||||
* | Remove deleted assembler code references. | Mark Adler | 2022-10-06 | 25 | -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 Adler | 2022-08-28 | 1 | -1/+1 |
| | |||||
* | Fix some typos. | Mark Adler | 2022-08-23 | 4 | -5/+5 |
| | | | | No code changes. | ||||
* | Fix compile with Windows 10 SDK. (gvollant) | Mark Adler | 2022-03-28 | 1 | -0/+5 |
| | |||||
* | Change version number on develop branch to 1.2.12.1. | Mark Adler | 2022-03-27 | 11 | -22/+22 |
| | |||||
* | zlib 1.2.12v1.2.12 | Mark Adler | 2022-03-27 | 16 | -28/+53 |
| | |||||
* | Clean up minizip to reduce warnings for testing. | Mark Adler | 2022-01-01 | 9 | -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 Adler | 2022-01-01 | 1 | -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 Adler | 2021-12-31 | 1 | -3/+5 |
| | |||||
* | Fix indentation in minizip's zip.c. | Mark Adler | 2021-07-08 | 1 | -2/+2 |
| | |||||
* | Improve portability of contrib/minizip. | Mark Adler | 2021-02-10 | 4 | -10/+21 |
| | |||||
* | Correct typo in blast.c. | Mark Adler | 2021-01-17 | 1 | -1/+1 |
| | |||||
* | Remove old assembler code in which bugs have manifested. | Mark Adler | 2017-10-12 | 15 | -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 Adler | 2017-01-15 | 11 | -22/+22 |
| | |||||
* | zlib 1.2.11v1.2.11 | Mark Adler | 2017-01-15 | 11 | -22/+22 |
| | |||||
* | Delete user-specific Visual Studio project files. | Mark Adler | 2017-01-15 | 6 | -24/+0 |
| | |||||
* | Change version number to 1.2.10.1. | Mark Adler | 2017-01-15 | 11 | -22/+22 |
| | |||||
* | zlib 1.2.10v1.2.10 | Mark Adler | 2017-01-02 | 11 | -23/+23 |
| | |||||
* | Change version number to zlib 1.2.9.1. | Mark Adler | 2017-01-01 | 11 | -30/+30 |
| | |||||
* | Fix some stray 1.2.8.1 version numbers. | Mark Adler | 2017-01-01 | 2 | -4/+4 |
| | |||||
* | zlib 1.2.9v1.2.9 | Mark Adler | 2016-12-31 | 16 | -312/+362 |
| | |||||
* | Update Visual Studio project files (AraHaan). | Mark Adler | 2016-12-31 | 31 | -13/+5706 |
| | |||||
* | Fix character encoding and link in contrib README. | Mark Adler | 2016-12-30 | 1 | -2/+2 |
| | |||||
* | Fix some typos. | Mark Adler | 2016-10-30 | 5 | -17/+17 |
| | |||||
* | Fix typo in blast.c. | Mark Adler | 2016-07-10 | 1 | -1/+1 |
| | |||||
* | Improve contrib/blast to return unused bytes. Fix the test code | Mark Adler | 2013-08-24 | 2 | -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 Adler | 2013-08-03 | 1 | -3/+4 |
| | |||||
* | Change version number to 1.2.8.1. | Mark Adler | 2013-05-02 | 12 | -20/+20 |
| | |||||
* | Fix mixed line endings in contrib/vstudio. | Mark Adler | 2013-04-28 | 4 | -27/+27 |
| | |||||
* | Clean up contrib/vstudio [Roß]. | Mark Adler | 2013-04-28 | 21 | -1138/+592 |
| | |||||
* | Update contrib/minizip/iowin32.c for Windows RT [Vollant]. | Mark Adler | 2013-04-28 | 1 | -13/+85 |
| | |||||
* | Change version number to 1.2.8. | Mark Adler | 2013-04-28 | 14 | -24/+24 |
| | |||||
* | Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc. | Mark Adler | 2013-04-13 | 5 | -17/+17 |
| | |||||
* | Change version number to 1.2.7.3. | Mark Adler | 2013-04-13 | 10 | -16/+16 |
| | |||||
* | Change version number to 1.2.7.2. | Mark Adler | 2013-04-13 | 10 | -20/+20 |
| | |||||
* | Add man pages for minizip and miniunzip. | Enrico Weigelt, metux IT service | 2013-03-24 | 2 | -0/+109 |
| | |||||
* | Clean up the addition of gzvprintf. | Mark Adler | 2013-03-23 | 4 | -0/+4 |
| | |||||
* | Clean up the addition of inflateGetDictionary. | Mark Adler | 2013-03-23 | 2 | -0/+6 |
| | |||||
* | Add vc11 and vc12 build files to contrib/vstudio. | Mark Adler | 2013-03-22 | 16 | -0/+3335 |
| | |||||
* | Simplify contrib/vstudio/vc10 with 'd' suffix. | Fredrik Orderud | 2013-02-23 | 1 | -26/+2 |
| | |||||
* | Fix types in contrib/minizip to match result of get_crc_table(). | takacsd | 2013-02-23 | 3 | -6/+6 |
| | |||||
* | Fix casting error in contrib/testzlib/testzlib.c. | Jason Williams | 2013-02-23 | 1 | -2/+2 |
| |