aboutsummaryrefslogtreecommitdiff
path: root/contrib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up comment formatting in minizip's zip.c and unzip.c.HEADdevelopMark Adler2026-03-262-44/+42
* Clean up skipset.h comment formatting.Mark Adler2026-03-261-90/+97
* Make skipset functions static (not external) in minizip.Mark Adler2026-03-262-16/+19
* Remove C99 intermingled variable declarations from minizip.Sébastien Jodogne2026-03-262-15/+26
* Add dependency to ints.h in minizip Makefile.am.Rui Chen2026-02-171-0/+1
* Change version number on develop branch to 1.3.2.1.Mark Adler2026-02-177-9/+9
* Version 1.3.2Mark Adler2026-02-1721-36/+24
* Fix the minizip Makefile to work with both BSD and GNU make.Mark Adler2026-02-171-0/+2
* Factor out a set_uniq() function to set the seed with noise.Mark Adler2026-02-161-2/+6
* Replace strcpy() with memcpy() in contrib/minizip.Mark Adler2026-02-162-2/+2
* Adjust cmake defaults.Mark Adler2026-02-162-2/+2
* Remove vstudio projects in lieu of cmake-generated projects.Mark Adler2026-02-1662-19836/+20
* CMake: Add build for zlib1.dll with zlib and minizip.Vollstrecker2026-02-165-0/+229
* CMake: Remove "compatible" zlib and minizip installations.Vollstrecker2026-02-161-12/+1
* Fix the minizip Makefile to use the default variables and rules.Ross Burton2026-02-131-7/+1
* Return error codes in minizip miniunz.c and minuzip.c.anjiahao2026-02-132-9/+10
* Add repository README to the nuget package.AraHaan2026-02-121-0/+2
* Add LICENSE.Info-Zip to contrib/minizip.Yuriy Chernyshov2026-02-121-0/+58
* Remove extraneous spaces in contrib/minizip/miniunz.c.Dimitri Papadopoulos2026-02-121-2/+2
* Update URLs to use https.Mark Adler2026-02-1227-66/+56
* Catch a file open error in contrib/minizip/mztools.c.Dimitri Papadopoulos2026-02-111-1/+7
* Don't use *64 functions on Android before API level 24.Andrey Filipenkov2026-02-112-2/+2
* Specify the zlib license in pkg-config files.Nobuhiro Iwamatsu2026-02-111-0/+1
* Reduce warnings in contrib/minizip.Mark Adler2026-02-103-9/+11
* Avoid missing-extern warnings.Mark Adler2026-02-102-0/+4
* Remove carriage returns from contrib/testzlib files.Mark Adler2026-02-102-285/+285
* Use _WIN32 instead of WIN32 in pufftest.c.Mark Adler2026-02-091-1/+1
* CMake: Add tests for minizip components.Vollstrecker2026-02-074-1/+108
* Remove all uses of the obsolete keyword "register".Jan Nijtmans2026-02-031-1/+1
* 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
* 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: Use a normal components search in minizip.Vollstrecker2026-01-311-11/+3
* CMake: Use components in minizip.Vollstrecker2026-01-311-4/+12
* Remedy uninitialized variable warning in minizip.Lwisce Zeng2026-01-282-0/+2
* Replace // with /* comments in minizip zip.c.Mark Adler2026-01-281-21/+21
* Remove inline keyword from minizip zip.c.Mark Adler2026-01-281-1/+1
* Set bit 11 of the zip header flags in minizip if UTF-8.Mark Adler2026-01-281-0/+43
* Vectorize the CRC-32 calculation on the s390x.Ilya Leoshkevich2026-01-276-1/+350
* CMake: Add install-target for contrib/testzlib.Vollstrecker2026-01-121-5/+27
* CMake: Make final fixes for Windows.Vollstrecker2026-01-129-40/+74
* CMake: Add integration tests.Vollstrecker2026-01-1225-2/+1015
* CMake: Fix MSVC build.Vollstrecker2026-01-121-0/+5
* CMake: Name tests consistently.Vollstrecker2026-01-124-79/+84
* CMake: Name targets consistently.Vollstrecker2026-01-124-27/+33
* CMake: Make it work with add_subdirectory.Vollstrecker2026-01-123-5/+55