Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Add contrib/vstudio/vc10 pre-build step for static only. | Greg Domjan | 2013-02-23 | 2 | -1/+17 | |
| | | | | Also correct typo for 64-bit debug build. | |||||
* | Check for invalid code length codes in contrib/puff. | Mark Adler | 2013-01-21 | 3 | -6/+9 | |
| | | | | | Without this fix, it would be possible to construct inputs to puff that would cause it to segfault. | |||||
* | Fix comparisons of differently signed integers in contrib/blast. | Mark Adler | 2012-10-24 | 1 | -1/+2 | |
| | ||||||
* | Add note to contrib/blast to use binary mode in stdio. | Mark Adler | 2012-10-24 | 2 | -4/+9 | |
| | ||||||
* | Clean up the usage of z_const and respect const usage within zlib. | Mark Adler | 2012-08-13 | 1 | -1/+1 | |
| | | | | | | | | | 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. | |||||
* | Remove unused variable in infback9.c. | Mark Adler | 2012-07-08 | 1 | -2/+0 | |
| | ||||||
* | Fix comment typos in unzip.h and unzip.c. | Birunthan Mohanathas | 2012-07-08 | 2 | -7/+7 | |
| | ||||||
* | Add inflateGetDictionary() function. | Mark Adler | 2012-05-26 | 2 | -0/+6 | |
| | ||||||
* | Change version number to 1.2.7.1. | Mark Adler | 2012-05-02 | 10 | -16/+16 | |
| |