| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | zlib 1.3.2HEADv1.3.2masterdevelop | Mark Adler | 25 hours | 0 | -0/+0 |
| | | |||||
| * | Version 1.3.2 | Mark Adler | 25 hours | 60 | -103/+182 |
| | | |||||
| * | Remove carriage returns from win32/zlib.def. | Mark Adler | 25 hours | 1 | -104/+104 |
| | | |||||
| * | Make type changes for solo code explicit in test/minigzip.c. | Mark Adler | 25 hours | 1 | -3/+3 |
| | | |||||
| * | Avoid using the value of an undefined macro in crc32.c. | Mark Adler | 25 hours | 1 | -1/+2 |
| | | |||||
| * | Remove make cover from the configure workflows. | Mark Adler | 28 hours | 2 | -2/+2 |
| | | | | | For now. | ||||
| * | Fix the minizip Makefile to work with both BSD and GNU make. | Mark Adler | 28 hours | 1 | -0/+2 |
| | | | | | It previously relied on a GNU make implicit rule. | ||||
| * | Use command instead of which in ./configure. | Mark Adler | 29 hours | 1 | -2/+2 |
| | | |||||
| * | Factor out a set_uniq() function to set the seed with noise. | Mark Adler | 32 hours | 1 | -2/+6 |
| | | | | | In preparation for using this in lieu of rand() for crypt.h. | ||||
| * | Replace strcpy() with memcpy() in contrib/minizip. | Mark Adler | 33 hours | 2 | -2/+2 |
| | | |||||
| * | Align the backup zmem* functions with their library counterparts. | Mark Adler | 35 hours | 4 | -25/+30 |
| | | |||||
| * | Define NULL in inftrees.c if needed. | Mark Adler | 36 hours | 1 | -0/+4 |
| | | |||||
| * | Remove GNU-only constructs from Makefile.in. | Mark Adler | 36 hours | 1 | -4/+0 |
| | | |||||
| * | Fix --insecure option for shared libraries. | Mark Adler | 37 hours | 1 | -0/+1 |
| | | |||||
| * | Adjust cmake defaults. | Mark Adler | 2 days | 2 | -2/+2 |
| | | |||||
| * | Remove vstudio projects in lieu of cmake-generated projects. | Mark Adler | 2 days | 62 | -19836/+20 |
| | | |||||
| * | CMake: Add build for zlib1.dll with zlib and minizip. | Vollstrecker | 2 days | 5 | -0/+229 |
| | | | | | zlib1.dll is the legacy zlib + minizip DLL. | ||||
| * | CMake: Remove "compatible" zlib and minizip installations. | Vollstrecker | 2 days | 3 | -35/+1 |
| | | | | | Replaced with zlib1-dll. | ||||
| * | Clean up debug sign conversions in deflate.c and trees.c. | Mark Adler | 5 days | 2 | -7/+7 |
| | | |||||
| * | Fix the minizip Makefile to use the default variables and rules. | Ross Burton | 5 days | 1 | -7/+1 |
| | | |||||
| * | Match signedness in format specifiers. | Rose | 5 days | 2 | -7/+7 |
| | | |||||
| * | Return error codes in minizip miniunz.c and minuzip.c. | anjiahao | 5 days | 2 | -9/+10 |
| | | |||||
| * | Add --disable-shared to --static ./configure option. | Mark Adler | 5 days | 1 | -1/+1 |
| | | | | | | To be consistent with --enable-shared alternative to --shared option. | ||||
| * | Permit all ./configure parameters to use '=' or ' '. | Mark Adler | 5 days | 1 | -0/+4 |
| | | |||||
| * | Permit ./configure parameters using '=' to contain '='. | DoctorNoobingstoneIPresume | 5 days | 1 | -8/+8 |
| | | |||||
| * | Add repository README to the nuget package. | AraHaan | 6 days | 1 | -0/+2 |
| | | |||||
| * | Add LICENSE.Info-Zip to contrib/minizip. | Yuriy Chernyshov | 6 days | 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 | 6 days | 1 | -2/+2 |
| | | |||||
| * | Update URLs to use https. | Mark Adler | 6 days | 35 | -92/+82 |
| | | | | | | | 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. | ||||
| * | Use underscores for Windows POSIX names in zpipe.c. | Mark Adler | 6 days | 2 | -11/+9 |
| | | |||||
| * | Catch a file open error in contrib/minizip/mztools.c. | Dimitri Papadopoulos | 7 days | 1 | -1/+7 |
| | | | | | And close those successfully opened. | ||||
| * | Add --mandir to ./configure to specify manual directory. | Mika Lindqvist | 7 days | 1 | -2/+3 |
| | | |||||
| * | Fix AIX compile options for 64 bits. | Victor Kirhenshtein | 7 days | 1 | -1/+6 |
| | | |||||
| * | Don't use *64 functions on Android before API level 24. | Andrey Filipenkov | 7 days | 2 | -2/+2 |
| | | |||||
| * | Specify the zlib license in pkg-config files. | Nobuhiro Iwamatsu | 7 days | 3 | -0/+3 |
| | | | | | | The pkg-config file has License variable that that sets the software license. This sets 'Zlib' as defined in SPDX to License. | ||||
| * | Add -static-libgcc to mingw build. | Jan Nijtmans | 7 days | 1 | -1/+1 |
| | | |||||
| * | Check for invalid NULL pointer inputs to zlib operations. | gaoshutao | 7 days | 3 | -1/+9 |
| | | |||||
| * | Reduce warnings in contrib/minizip. | Mark Adler | 7 days | 3 | -9/+11 |
| | | |||||
| * | Clean up the use of switch cases. | Mark Adler | 7 days | 4 | -8/+10 |
| | | |||||
| * | Correct printf types in test/example.c. | Mark Adler | 7 days | 1 | -2/+2 |
| | | |||||
| * | Avoid missing-extern warnings. | Mark Adler | 7 days | 3 | -0/+8 |
| | | |||||
| * | Bump the .github workflows action versions. | xavier2k6 | 8 days | 6 | -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 Adler | 8 days | 2 | -285/+285 |
| | | |||||
| * | Fix the usage of types in deflate.c for when an int is 16 bits. | Mark Adler | 9 days | 2 | -18/+33 |
| | | | | | Also clean up conversion warnings. | ||||
| * | Add more compiler warnings for ./configure --warn --warn. | Mark Adler | 9 days | 1 | -3/+6 |
| | | |||||
| * | Allow --const to be used in configure without --warn. | Mark Adler | 9 days | 1 | -4/+6 |
| | | |||||
| * | Make sign change in compress.c explicit. | Mark Adler | 9 days | 1 | -1/+1 |
| | | |||||
| * | Add a test to configure to check for a working compiler. | Mark Adler | 9 days | 1 | -0/+7 |
| | | |||||
| * | Use _WIN32 instead of WIN32 in pufftest.c. | Mark Adler | 9 days | 1 | -1/+1 |
| | | |||||
| * | Clean up type usage in crc32.c. | Mark Adler | 9 days | 1 | -32/+26 |
| | | |||||
