Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zlib 1.3v1.3 | Mark Adler | 2023-08-18 | 11 | -26/+26 |
| | |||||
* | Change version number on develop branch to 1.2.13.1. | Mark Adler | 2022-10-15 | 6 | -16/+16 |
| | |||||
* | zlib 1.2.13v1.2.13 | Mark Adler | 2022-10-12 | 6 | -16/+16 |
| | |||||
* | 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. | ||||
* | Change version number on develop branch to 1.2.12.1. | Mark Adler | 2022-03-27 | 6 | -16/+16 |
| | |||||
* | zlib 1.2.12v1.2.12 | Mark Adler | 2022-03-27 | 11 | -21/+46 |
| | |||||
* | Change version number to 1.2.11.1. | Mark Adler | 2017-01-15 | 6 | -16/+16 |
| | |||||
* | zlib 1.2.11v1.2.11 | Mark Adler | 2017-01-15 | 6 | -16/+16 |
| | |||||
* | 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 | 6 | -16/+16 |
| | |||||
* | zlib 1.2.10v1.2.10 | Mark Adler | 2017-01-02 | 6 | -16/+16 |
| | |||||
* | Change version number to zlib 1.2.9.1. | Mark Adler | 2017-01-01 | 6 | -22/+22 |
| | |||||
* | 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 | 11 | -304/+354 |
| | |||||
* | Update Visual Studio project files (AraHaan). | Mark Adler | 2016-12-31 | 31 | -13/+5706 |
| | |||||
* | Change version number to 1.2.8.1. | Mark Adler | 2013-05-02 | 7 | -13/+13 |
| | |||||
* | 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 |
| | |||||
* | Change version number to 1.2.8. | Mark Adler | 2013-04-28 | 9 | -17/+17 |
| | |||||
* | 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 | 5 | -9/+9 |
| | |||||
* | Change version number to 1.2.7.2. | Mark Adler | 2013-04-13 | 5 | -11/+11 |
| | |||||
* | 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 | 15 | -0/+3334 |
| | |||||
* | Simplify contrib/vstudio/vc10 with 'd' suffix. | Fredrik Orderud | 2013-02-23 | 1 | -26/+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. | ||||
* | Add inflateGetDictionary() function. | Mark Adler | 2012-05-26 | 2 | -0/+6 |
| | |||||
* | Change version number to 1.2.7.1. | Mark Adler | 2012-05-02 | 5 | -9/+9 |
| | |||||
* | Remove gzflags from zlibvc.def in vc9 and vc10. | Birunthan Mohanathas | 2012-03-22 | 2 | -2/+0 |
| | |||||
* | Add gzopen_w() in Windows for wide character path names. | Mark Adler | 2012-03-16 | 2 | -1/+7 |
| | |||||
* | Fix contrib/vstudio project link errors [Mohanathas]. | Mark Adler | 2012-03-04 | 7 | -20/+44 |
| | |||||
* | Restore gzgetc_ for backward compatibility with 1.2.6. | Mark Adler | 2012-02-18 | 2 | -0/+2 |
| | |||||
* | Expunge gzgetc_ from configuration files. | Mark Adler | 2012-02-13 | 2 | -2/+0 |
| | |||||
* | Change version number to 1.2.7. | Mark Adler | 2012-02-12 | 2 | -6/+6 |
| | |||||
* | Put gzflags() functionality back in zutil.c. | Mark Adler | 2012-02-01 | 2 | -2/+0 |
| | | | | | | | | | | gzflags() was put in gzwrite.c in order to be compiled exactly the same as gzprintf(), so that it was guaranteed to return the correct information. However that causes a static linkage to zlib to bring in many routines that are often not used. All that is required to duplicate the compilation environment of gzprintf() is to include gzguts.h. So that is now done in zutil.c to assure that the correct flags are returned. | ||||
* | Change version number to 1.2.6.1. | Mark Adler | 2012-01-29 | 2 | -6/+6 |
| | |||||
* | Fix function numbers for gzgetc_ in zlibvc.def files. | Mark Adler | 2012-01-16 | 2 | -2/+2 |
| | |||||
* | Change version number to 1.2.6. | Mark Adler | 2012-01-16 | 2 | -8/+8 |
| | |||||
* | Restore gzgetc function for binary compatibility. | Mark Adler | 2011-12-18 | 2 | -0/+2 |
| | | | | Newly compiled applications will use the gzgetc macro. | ||||
* | Change version numbers to 1.2.5.3. | Mark Adler | 2011-12-18 | 2 | -6/+6 |
| | |||||
* | Enable dictionary setting in middle of stream, and keeping the dictionary. | Mark Adler | 2011-12-08 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | This patch adds the deflateResetKeep() function to retain the sliding window for the next deflate operation, and fixes an inflateResetKeep() problem that came from inflate() not updating the window when the stream completed. This enables constructing and decompressing a series of concatenated deflate streams where each can depend on the history of uncompressed data that precedes it. This generalizes deflateSetDictionary() and inflateSetDictionary() to permit setting the dictionary in the middle of a stream for raw deflate and inflate. This in combination with the Keep functions enables a scheme for updating files block by block with the transmission of compressed data, where blocks are sent with deflateResetKeep() to retain history for better compression, and deflateSetDictionary() is used for blocks already present at the receiver to skip compression but insert that data in the history, again for better compression. The corresponding inflate calls are done on the receiver side. | ||||
* | Add undocumented inflateResetKeep() function for CAB file decoding. | Mark Adler | 2011-10-07 | 2 | -8/+10 |
| | | | | | | | | The Microsoft CAB file format compresses each block with completed deflate streams that depend on the sliding window history of the previous block in order to decode. inflateResetKeep() does what inflateReset() does, except the sliding window history from the previous inflate operation is retained. | ||||
* | Merge vestigial vsnprintf determination from zutil.h to gzguts.h. | Mark Adler | 2011-10-02 | 2 | -2/+8 |
| | | | | | | | | | This also moves some of the same from zconf.h to gzguts.h. A new function, gzflags(), was created to pass the compilation flags related to vsnprintf usage back to zlibCompileFlags() in zutil.c. In the process, various compiler configuration files were updated to include gzflags(), as well as the new gzgetc_() function added when the gzgetc() macro was introduced in a previous patch. | ||||
* | Change version numbers to 1.2.5.2 and release dates | Mark Adler | 2011-09-11 | 2 | -8/+8 |
| | | | | | | Also added "-motley" to ZLIB_VERSION in zlib.h, so that versions in-between 1.2.5.1 and 1.2.5.2 that are pulled down from github can be identified as such if bugs are reported on them. | ||||
* | zlib 1.2.5.1v1.2.5.1 | Mark Adler | 2011-09-11 | 4 | -6/+8 |
| | |||||
* | zlib 1.2.5v1.2.5 | Mark Adler | 2011-09-09 | 2 | -6/+6 |
| | |||||
* | zlib 1.2.4.5v1.2.4.5 | Mark Adler | 2011-09-09 | 2 | -6/+6 |
| | |||||
* | zlib 1.2.4.4v1.2.4.4 | Mark Adler | 2011-09-09 | 2 | -6/+6 |
| | |||||
* | zlib 1.2.4.3v1.2.4.3 | Mark Adler | 2011-09-09 | 2 | -6/+6 |
| |