summaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.3.2Mark Adler27 hours3-5/+5
|
* Remove carriage returns from win32/zlib.def.Mark Adler27 hours1-104/+104
|
* Update URLs to use https.Mark Adler6 days2-6/+6
| | | | | | Also some dead links were repaired or removed. Some http links were left as is where attempting https did not work, or where it is a historical record.
* Add -static-libgcc to mingw build.Jan Nijtmans7 days1-1/+1
|
* Fix win32/Makefile.gcc to work with mingw32-make -r.Orgad Shaneh2026-01-281-2/+2
|
* Add _z versions of the compress and uncompress functions.Mark Adler2026-01-121-0/+4
| | | | Provide size_t arguments for Windows, on which a long is 32 bits.
* Add compressBound_z and deflateBound_z functions for large values.Mark Adler2026-01-051-0/+2
| | | | | | | These take and return size_t integers, instead of unsigned longs, for those platforms with 32-bit longs. This commit also assures that overflows of either integer type results in the maximum value for that type, instead of wrapping to small values.
* zlib 1.3.1.2v1.3.1.2Mark Adler2025-12-081-2/+2
| | | | Interim version for an audit.
* Repair MinGW cmake build.Vollstrecker2025-02-062-5/+2
|
* Add deflateUsed() function to get the used bits in the last byte.Mark Adler2024-07-011-0/+1
| | | | | This returns the number of used bits in the last byte of a stream that has just been compressed with deflate.
* Fix broken links.Justin Dhillon2024-02-071-1/+1
|
* Change version number on develop branch to 1.3.1.1.Mark Adler2024-01-221-2/+2
|
* zlib 1.3.1v1.3.1Mark Adler2024-01-221-2/+2
|
* Remove mentions of an official zlib DLL distribution.Mark Adler2024-01-171-18/+2
| | | | | There used to be one, but no more. It is up to the user or vendor to compile zlib.
* Correct repeated words in source file comments and a readme.Paul Ivanov2023-11-141-2/+2
|
* Change version number on develop branch to 1.3.0.1.Mark Adler2023-08-181-2/+2
|
* zlib 1.3v1.3Mark Adler2023-08-181-2/+2
|
* Change version number on develop branch to 1.2.13.1.Mark Adler2022-10-151-2/+2
|
* zlib 1.2.13v1.2.13Mark Adler2022-10-121-2/+2
|
* Update copyright year in win32/zlib1.rc.Mark Adler2022-10-051-1/+1
|
* Change version number on develop branch to 1.2.12.1.Mark Adler2022-03-271-2/+2
|
* zlib 1.2.12v1.2.12Mark Adler2022-03-272-2/+5
|
* Remove old assembler code in which bugs have manifested.Mark Adler2017-10-123-10/+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-151-2/+2
|
* zlib 1.2.11v1.2.11Mark Adler2017-01-151-2/+2
|
* Update location of Visual Studio project files.Mark Adler2017-01-151-1/+1
|
* Change version number to 1.2.10.1.Mark Adler2017-01-153-5/+5
|
* zlib 1.2.10v1.2.10Mark Adler2017-01-021-2/+2
|
* Change version number to zlib 1.2.9.1.Mark Adler2017-01-011-2/+2
|
* zlib 1.2.9v1.2.9Mark Adler2016-12-312-88/+96
|
* Avoid use of DEBUG macro -- change to ZLIB_DEBUG.Mark Adler2015-07-281-1/+1
|
* Change version number to 1.2.8.1.Mark Adler2013-05-021-2/+2
|
* Update some copyright years.Mark Adler2013-04-281-1/+1
|
* Change version number to 1.2.8.Mark Adler2013-04-281-2/+2
|
* Change version number to 1.2.7.3.Mark Adler2013-04-131-2/+2
|
* Fix typo in win32/Makefile.msc.Mark Adler2013-04-131-1/+1
|
* Change version number to 1.2.7.2.Mark Adler2013-04-131-2/+2
|
* Clean up the addition of gzvprintf.Mark Adler2013-03-231-0/+1
|
* Add TOP support to win32/Makefile.msc.E. Timothy Uy2013-02-231-38/+41
| | | | | Facilitate multi-platform compilation, e.g.: nmake -f pathto\zlib\win32\Makefile.msc TOP=pathto\zlib
* Update copyright year in win32/zlib1.rc.Thomas Roß2012-07-061-1/+1
|
* Add inflateGetDictionary() function.Mark Adler2012-05-261-0/+1
|
* Change version number to 1.2.7.1.Mark Adler2012-05-021-2/+2
|
* Add instructions to win32/Makefile.gcc for shared install [Torri].Mark Adler2012-05-021-0/+4
|
* Add gzopen_w() in Windows for wide character path names.Mark Adler2012-03-161-1/+2
|
* Move obsolete emx makefile to old [Truta].Mark Adler2012-03-121-69/+0
|
* Remove unneeded EXTRA_CFLAGS from win32/Makefile.gcc [Truta].Mark Adler2012-03-121-4/+3
|
* Fix comments in win32/Makefile.gcc for proper usage.Mark Adler2012-03-101-8/+7
|
* Add DESTDIR support to mingw32 win32/Makefile.gcc.Nathan Phillip Brink2012-03-091-15/+15
|
* Update version numbers and year in win32/README-WIN32.txt.Mark Adler2012-02-191-4/+4
|
* Restore gzgetc_ for backward compatibility with 1.2.6.Mark Adler2012-02-181-0/+1
|