aboutsummaryrefslogtreecommitdiff
path: root/contrib/minizip (follow)
Commit message (Expand)AuthorAgeFilesLines
* Version 1.3.2Mark Adler25 hours14-25/+14
* Fix the minizip Makefile to work with both BSD and GNU make.Mark Adler28 hours1-0/+2
* Factor out a set_uniq() function to set the seed with noise.Mark Adler32 hours1-2/+6
* Replace strcpy() with memcpy() in contrib/minizip.Mark Adler33 hours2-2/+2
* Adjust cmake defaults.Mark Adler2 days1-1/+1
* CMake: Add build for zlib1.dll with zlib and minizip.Vollstrecker2 days2-0/+6
* CMake: Remove "compatible" zlib and minizip installations.Vollstrecker2 days1-12/+1
* Fix the minizip Makefile to use the default variables and rules.Ross Burton5 days1-7/+1
* Return error codes in minizip miniunz.c and minuzip.c.anjiahao5 days2-9/+10
* 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 Adler6 days12-44/+39
* Catch a file open error in contrib/minizip/mztools.c.Dimitri Papadopoulos7 days1-1/+7
* 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 days1-0/+1
* Reduce warnings in contrib/minizip.Mark Adler7 days3-9/+11
* Avoid missing-extern warnings.Mark Adler7 days2-0/+4
* CMake: Add tests for minizip components.Vollstrecker11 days4-1/+108
* Remove all uses of the obsolete keyword "register".Jan Nijtmans2026-02-031-1/+1
* CMake: Make minizip buildable by itself.Werner2026-01-311-0/+10
* 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
* CMake: Make final fixes for Windows.Vollstrecker2026-01-121-7/+8
* zlib 1.3.1.2v1.3.1.2Mark Adler2025-12-081-1/+1
* CMake: Make USE_FILE32API part of the interface.Vollstrecker2025-01-311-12/+8
* CMake: Give minizip a suffix on Cygwin as well.Vollstrecker2025-01-311-2/+2
* CMake: Clean up spaces in required versions.Vollstrecker2025-01-314-4/+4
* CMake: Add the tested version of cmake (3.31).Vollstrecker2025-01-314-4/+4
* CMake: Include bzip2 in the interface.Vollstrecker2025-01-312-7/+16
* CMake: Fix typo.Vollstrecker2025-01-311-1/+1
* CMake: Add cmake-format.yaml and reformat the cmake files.Vollstrecker2025-01-316-295/+265
* CMake: Disable bzip2 for tests.Vollstrecker2025-01-312-0/+2
* CMake: Restore lost variable.Vollstrecker2025-01-311-0/+1
* CMake: Correct wording for minizip options.Vollstrecker2025-01-311-2/+2
* CMake: Add components selection.Vollstrecker2025-01-312-16/+39
* CMake: Refine tests.Vollstrecker2025-01-314-117/+110
* CMake: Do not link to bzip2.Vollstrecker2025-01-311-11/+2
* CMake: Clean up formatting.Vollstrecker2025-01-311-3/+1
* CMake: Search for zlib by CONFIG to get all needed targets.Vollstrecker2025-01-311-1/+1
* CMake: Make bzip2 required if it's requested.Vollstrecker2025-01-311-1/+1
* CMake: Avoid double inclusion of CPack warning.Vollstrecker2025-01-311-0/+4
* CMake: Order the includes consistently.Vollstrecker2025-01-311-2/+2
* CMake: Make bzip2 optional.Vollstrecker2025-01-311-2/+4
* CMake: Uncomment stop sign.Vollstrecker2025-01-311-1/+1
* CMake: Depend on bzip2 only if it's found.Vollstrecker2025-01-311-1/+1
* CMake: Add CPack.Vollstrecker2025-01-311-5/+19