aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CMake: Remove "compatible" zlib and minizip installations.Vollstrecker2 days3-35/+1
* Clean up debug sign conversions in deflate.c and trees.c.Mark Adler5 days2-7/+7
* Fix the minizip Makefile to use the default variables and rules.Ross Burton5 days1-7/+1
* Match signedness in format specifiers.Rose5 days2-7/+7
* Return error codes in minizip miniunz.c and minuzip.c.anjiahao5 days2-9/+10
* Add --disable-shared to --static ./configure option.Mark Adler5 days1-1/+1
* Permit all ./configure parameters to use '=' or ' '.Mark Adler6 days1-0/+4
* Permit ./configure parameters using '=' to contain '='.DoctorNoobingstoneIPresume6 days1-8/+8
* Add repository README to the nuget package.AraHaan6 days1-0/+2
* Add LICENSE.Info-Zip to contrib/minizip.Yuriy Chernyshov6 days1-0/+58
* Remove extraneous spaces in contrib/minizip/miniunz.c.Dimitri Papadopoulos6 days1-2/+2
* Update URLs to use https.Mark Adler7 days35-92/+82
* Use underscores for Windows POSIX names in zpipe.c.Mark Adler7 days2-11/+9
* Catch a file open error in contrib/minizip/mztools.c.Dimitri Papadopoulos7 days1-1/+7
* Add --mandir to ./configure to specify manual directory.Mika Lindqvist7 days1-2/+3
* Fix AIX compile options for 64 bits.Victor Kirhenshtein7 days1-1/+6
* Don't use *64 functions on Android before API level 24.Andrey Filipenkov7 days2-2/+2
* Specify the zlib license in pkg-config files.Nobuhiro Iwamatsu7 days3-0/+3
* Add -static-libgcc to mingw build.Jan Nijtmans7 days1-1/+1
* Check for invalid NULL pointer inputs to zlib operations.gaoshutao7 days3-1/+9
* Reduce warnings in contrib/minizip.Mark Adler8 days3-9/+11
* Clean up the use of switch cases.Mark Adler8 days4-8/+10
* Correct printf types in test/example.c.Mark Adler8 days1-2/+2
* Avoid missing-extern warnings.Mark Adler8 days3-0/+8
* Bump the .github workflows action versions.xavier2k68 days6-16/+16
* Remove carriage returns from contrib/testzlib files.Mark Adler8 days2-285/+285
* Fix the usage of types in deflate.c for when an int is 16 bits.Mark Adler9 days2-18/+33
* Add more compiler warnings for ./configure --warn --warn.Mark Adler9 days1-3/+6
* Allow --const to be used in configure without --warn.Mark Adler9 days1-4/+6
* Make sign change in compress.c explicit.Mark Adler9 days1-1/+1
* Add a test to configure to check for a working compiler.Mark Adler9 days1-0/+7
* Use _WIN32 instead of WIN32 in pufftest.c.Mark Adler9 days1-1/+1
* Clean up type usage in crc32.c.Mark Adler9 days1-32/+26
* Make some down conversions explicit in the gz routines.Mark Adler11 days2-3/+3
* Fix typo in contribs workflow.Mark Adler11 days1-1/+1
* CMake: Add tests for minizip components.Vollstrecker11 days4-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