aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Check for invalid NULL pointer inputs to zlib operations.gaoshutao2026-02-113-1/+9
|
* Reduce warnings in contrib/minizip.Mark Adler2026-02-103-9/+11
|
* Clean up the use of switch cases.Mark Adler2026-02-104-8/+10
|
* Correct printf types in test/example.c.Mark Adler2026-02-101-2/+2
|
* Avoid missing-extern warnings.Mark Adler2026-02-103-0/+8
|
* Bump the .github workflows action versions.xavier2k62026-02-106-16/+16
| | | | | Bump `actions/checkout` from `v4` to `v6`. Bump `actions/upload-artifact` from `v4` to `v6`.
* Remove carriage returns from contrib/testzlib files.Mark Adler2026-02-102-285/+285
|
* Fix the usage of types in deflate.c for when an int is 16 bits.Mark Adler2026-02-092-18/+33
| | | | Also clean up conversion warnings.
* Add more compiler warnings for ./configure --warn --warn.Mark Adler2026-02-091-3/+6
|
* Allow --const to be used in configure without --warn.Mark Adler2026-02-091-4/+6
|
* Make sign change in compress.c explicit.Mark Adler2026-02-091-1/+1
|
* Add a test to configure to check for a working compiler.Mark Adler2026-02-091-0/+7
|
* Use _WIN32 instead of WIN32 in pufftest.c.Mark Adler2026-02-091-1/+1
|
* Clean up type usage in crc32.c.Mark Adler2026-02-091-32/+26
|
* Make some down conversions explicit in the gz routines.Mark Adler2026-02-072-3/+3
|
* Fix typo in contribs workflow.Mark Adler2026-02-071-1/+1
|
* CMake: Add tests for minizip components.Vollstrecker2026-02-074-1/+108
|
* Remove all uses of the obsolete keyword "register".Jan Nijtmans2026-02-033-15/+15
|
* CMake: Fix the Ada standalone build.git@github.com2026-01-311-1/+1
|
* CMake: Fix the iostream3 install test.git@github.com2026-01-311-1/+1
|
* Pre-install zlib for the contrib workflows.git@github.com2026-01-311-1/+13
|
* Add workflows for the contrib contents.Werner2026-01-311-0/+52
|
* CMake: Make minizip buildable by itself.Werner2026-01-311-0/+10
|
* CMake: Move the testers to the test directory.Werner2026-01-314-70/+78
|
* CMake: Use the correct options.Werner2026-01-319-18/+18
|
* CMake: Correct a comment.Werner2026-01-311-1/+1
|
* CMake: Remove an empty line.Werner2026-01-311-1/+0
|
* CMake: Clarify README-cmake.md.Vollstrecker2026-01-311-1/+1
|
* Add workflows for shared/static only building.Vollstrecker2026-01-311-0/+14
|
* CMake: Use a normal components search in minizip.Vollstrecker2026-01-311-11/+3
|
* CMake: Use components in minizip.Vollstrecker2026-01-311-4/+12
| | | | Check if minizip is part of zlib build.
* CMake: Add components tests for zlib.Vollstrecker2026-01-314-1/+109
|
* CMake: Use a normal components search for zlib.Vollstrecker2026-01-311-9/+1
|
* Pass LDFLAGS to link tests in configure.Khem Raj2026-01-291-6/+6
| | | | | | | | LDFLAGS may contain critical flags without which linking won't succeed. Ensure that all configure tests involving link-time checks use LDFLAGS along with CFLAGS so that the tests perform correctly. Without this some tests may fail, resulting in incorrect configure results.
* Add the architecture to the shared compile flags in configure.Nicolas Cellier2026-01-281-0/+1
|
* Fix win32/Makefile.gcc to work with mingw32-make -r.Orgad Shaneh2026-01-281-2/+2
|
* Fix missing dependencies in Makefile.in.Vemake2026-01-281-2/+2
|
* Remedy uninitialized variable warning in minizip.Lwisce Zeng2026-01-282-0/+2
|
* Remove outdated nintendods build.Mark Adler2026-01-283-132/+0
| | | | zlib is available via the devkitPro pacman repositories.
* Rename OS/400 free-form header.Chi-Iroh2026-01-282-1/+1
|
* Copy OS/400 free-form header to the source file.Chi-Iroh2026-01-281-0/+12
|
* Gives members a type for OS/400.Chi-Iroh2026-01-281-0/+3
| | | | In H, TOOLS and DOCS physical files.
* Renamed OS/400 header with .rpgle extension.Chi-Iroh2026-01-282-2/+2
|
* Give type RPGLE to include member ZLIB.INC in OS/400 build.Chi-Iroh2026-01-281-1/+3
|
* Add full-free header for OS/400.Thomas Sayen2026-01-281-0/+582
|
* Fix OS/400 include file.Thomas Sayen2026-01-281-10/+11
|
* Fix service program path for OS/400.Thomas Sayen2026-01-281-1/+1
| | | | Specify library instead of *LIBL.
* Fix BNDSRC copy to QSYS.LIB for OS/400.Thomas Sayen2026-01-281-1/+1
|
* Update INDEX for OS/400.tbeu2026-01-281-1/+1
|
* Replace // with /* comments in minizip zip.c.Mark Adler2026-01-281-21/+21
|