| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up comment formatting in minizip's zip.c and unzip.c.HEADdevelop | Mark Adler | 2026-03-26 | 2 | -44/+42 |
| | | |||||
| * | Clean up skipset.h comment formatting. | Mark Adler | 2026-03-26 | 1 | -90/+97 |
| | | |||||
| * | Make skipset functions static (not external) in minizip. | Mark Adler | 2026-03-26 | 2 | -16/+19 |
| | | |||||
| * | Remove C99 intermingled variable declarations from minizip. | Sébastien Jodogne | 2026-03-26 | 2 | -15/+26 |
| | | | | | For pre-C99 Microsoft Visual Studio up through 2012. | ||||
| * | Add dependency to ints.h in minizip Makefile.am. | Rui Chen | 2026-02-17 | 1 | -0/+1 |
| | | | | | So that ints.h is part of the installation. | ||||
| * | Change version number on develop branch to 1.3.2.1. | Mark Adler | 2026-02-17 | 1 | -1/+1 |
| | | |||||
| * | Version 1.3.2 | Mark Adler | 2026-02-17 | 14 | -25/+14 |
| | | |||||
| * | Fix the minizip Makefile to work with both BSD and GNU make. | Mark Adler | 2026-02-17 | 1 | -0/+2 |
| | | | | | It previously relied on a GNU make implicit rule. | ||||
| * | Factor out a set_uniq() function to set the seed with noise. | Mark Adler | 2026-02-16 | 1 | -2/+6 |
| | | | | | In preparation for using this in lieu of rand() for crypt.h. | ||||
| * | Replace strcpy() with memcpy() in contrib/minizip. | Mark Adler | 2026-02-16 | 2 | -2/+2 |
| | | |||||
| * | Adjust cmake defaults. | Mark Adler | 2026-02-16 | 1 | -1/+1 |
| | | |||||
| * | CMake: Add build for zlib1.dll with zlib and minizip. | Vollstrecker | 2026-02-16 | 2 | -0/+6 |
| | | | | | zlib1.dll is the legacy zlib + minizip DLL. | ||||
| * | CMake: Remove "compatible" zlib and minizip installations. | Vollstrecker | 2026-02-16 | 1 | -12/+1 |
| | | | | | Replaced with zlib1-dll. | ||||
| * | Fix the minizip Makefile to use the default variables and rules. | Ross Burton | 2026-02-13 | 1 | -7/+1 |
| | | |||||
| * | Return error codes in minizip miniunz.c and minuzip.c. | anjiahao | 2026-02-13 | 2 | -9/+10 |
| | | |||||
| * | Add LICENSE.Info-Zip to contrib/minizip. | Yuriy Chernyshov | 2026-02-12 | 1 | -0/+58 |
| | | | | | | crypt.c is derived from the Info-ZIP code, which requires a copy of the Info-ZIP license here. | ||||
| * | Remove extraneous spaces in contrib/minizip/miniunz.c. | Dimitri Papadopoulos | 2026-02-12 | 1 | -2/+2 |
| | | |||||
| * | Update URLs to use https. | Mark Adler | 2026-02-12 | 12 | -44/+39 |
| | | | | | | | 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. | ||||
| * | Catch a file open error in contrib/minizip/mztools.c. | Dimitri Papadopoulos | 2026-02-11 | 1 | -1/+7 |
| | | | | | And close those successfully opened. | ||||
| * | Don't use *64 functions on Android before API level 24. | Andrey Filipenkov | 2026-02-11 | 2 | -2/+2 |
| | | |||||
| * | Specify the zlib license in pkg-config files. | Nobuhiro Iwamatsu | 2026-02-11 | 1 | -0/+1 |
| | | | | | | The pkg-config file has License variable that that sets the software license. This sets 'Zlib' as defined in SPDX to License. | ||||
| * | Reduce warnings in contrib/minizip. | Mark Adler | 2026-02-10 | 3 | -9/+11 |
| | | |||||
| * | Avoid missing-extern warnings. | Mark Adler | 2026-02-10 | 2 | -0/+4 |
| | | |||||
| * | CMake: Add tests for minizip components. | Vollstrecker | 2026-02-07 | 4 | -1/+108 |
| | | |||||
| * | Remove all uses of the obsolete keyword "register". | Jan Nijtmans | 2026-02-03 | 1 | -1/+1 |
| | | |||||
| * | CMake: Make minizip buildable by itself. | Werner | 2026-01-31 | 1 | -0/+10 |
| | | |||||
| * | CMake: Use a normal components search in minizip. | Vollstrecker | 2026-01-31 | 1 | -11/+3 |
| | | |||||
| * | CMake: Use components in minizip. | Vollstrecker | 2026-01-31 | 1 | -4/+12 |
| | | | | | Check if minizip is part of zlib build. | ||||
| * | Remedy uninitialized variable warning in minizip. | Lwisce Zeng | 2026-01-28 | 2 | -0/+2 |
| | | |||||
| * | Replace // with /* comments in minizip zip.c. | Mark Adler | 2026-01-28 | 1 | -21/+21 |
| | | |||||
| * | Remove inline keyword from minizip zip.c. | Mark Adler | 2026-01-28 | 1 | -1/+1 |
| | | |||||
| * | Set bit 11 of the zip header flags in minizip if UTF-8. | Mark Adler | 2026-01-28 | 1 | -0/+43 |
| | | | | | | | The bit is set if the file name contains valid UTF-8 and there is at least one code of two or more bytes. If there is a comment, then the comment has to pass the same test for bit 11 to be set. | ||||
| * | CMake: Make final fixes for Windows. | Vollstrecker | 2026-01-12 | 1 | -7/+8 |
| | | |||||
| * | zlib 1.3.1.2v1.3.1.2 | Mark Adler | 2025-12-08 | 1 | -1/+1 |
| | | | | | Interim version for an audit. | ||||
| * | CMake: Make USE_FILE32API part of the interface. | Vollstrecker | 2025-01-31 | 1 | -12/+8 |
| | | |||||
| * | CMake: Give minizip a suffix on Cygwin as well. | Vollstrecker | 2025-01-31 | 1 | -2/+2 |
| | | |||||
| * | CMake: Clean up spaces in required versions. | Vollstrecker | 2025-01-31 | 4 | -4/+4 |
| | | |||||
| * | CMake: Add the tested version of cmake (3.31). | Vollstrecker | 2025-01-31 | 4 | -4/+4 |
| | | | | | Per @ClausKlein suggestion. | ||||
| * | CMake: Include bzip2 in the interface. | Vollstrecker | 2025-01-31 | 2 | -7/+16 |
| | | |||||
| * | CMake: Fix typo. | Vollstrecker | 2025-01-31 | 1 | -1/+1 |
| | | |||||
| * | CMake: Add cmake-format.yaml and reformat the cmake files. | Vollstrecker | 2025-01-31 | 6 | -295/+265 |
| | | |||||
| * | CMake: Disable bzip2 for tests. | Vollstrecker | 2025-01-31 | 2 | -0/+2 |
| | | | | | It's not installed everywhere. | ||||
| * | CMake: Restore lost variable. | Vollstrecker | 2025-01-31 | 1 | -0/+1 |
| | | |||||
| * | CMake: Correct wording for minizip options. | Vollstrecker | 2025-01-31 | 1 | -2/+2 |
| | | |||||
| * | CMake: Add components selection. | Vollstrecker | 2025-01-31 | 2 | -16/+39 |
| | | |||||
| * | CMake: Refine tests. | Vollstrecker | 2025-01-31 | 4 | -117/+110 |
| | | |||||
| * | CMake: Do not link to bzip2. | Vollstrecker | 2025-01-31 | 1 | -11/+2 |
| | | |||||
| * | CMake: Clean up formatting. | Vollstrecker | 2025-01-31 | 1 | -3/+1 |
| | | |||||
| * | CMake: Search for zlib by CONFIG to get all needed targets. | Vollstrecker | 2025-01-31 | 1 | -1/+1 |
| | | |||||
| * | CMake: Make bzip2 required if it's requested. | Vollstrecker | 2025-01-31 | 1 | -1/+1 |
| | | |||||
