aboutsummaryrefslogtreecommitdiff
path: root/old/zlib.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2 daysUse underscores for Windows POSIX names in zpipe.c.Mark Adler2-11/+9
3 daysCatch a file open error in contrib/minizip/mztools.c.Dimitri Papadopoulos1-1/+7
And close those successfully opened.
3 daysAdd --mandir to ./configure to specify manual directory.Mika Lindqvist1-2/+3
3 daysFix AIX compile options for 64 bits.Victor Kirhenshtein1-1/+6
3 daysDon't use *64 functions on Android before API level 24.Andrey Filipenkov2-2/+2
3 daysSpecify the zlib license in pkg-config files.Nobuhiro Iwamatsu3-0/+3
The pkg-config file has License variable that that sets the software license. This sets 'Zlib' as defined in SPDX to License.
3 daysAdd -static-libgcc to mingw build.Jan Nijtmans1-1/+1
3 daysCheck for invalid NULL pointer inputs to zlib operations.gaoshutao3-1/+9
3 daysReduce warnings in contrib/minizip.Mark Adler3-9/+11
3 daysClean up the use of switch cases.Mark Adler4-8/+10
3 daysCorrect printf types in test/example.c.Mark Adler1-2/+2
3 daysAvoid missing-extern warnings.Mark Adler3-0/+8
4 daysBump the .github workflows action versions.xavier2k66-16/+16
Bump `actions/checkout` from `v4` to `v6`. Bump `actions/upload-artifact` from `v4` to `v6`.
4 daysRemove carriage returns from contrib/testzlib files.Mark Adler2-285/+285
4 daysFix the usage of types in deflate.c for when an int is 16 bits.Mark Adler2-18/+33
Also clean up conversion warnings.
5 daysAdd more compiler warnings for ./configure --warn --warn.Mark Adler1-3/+6
5 daysAllow --const to be used in configure without --warn.Mark Adler1-4/+6
5 daysMake sign change in compress.c explicit.Mark Adler1-1/+1
5 daysAdd a test to configure to check for a working compiler.Mark Adler1-0/+7
5 daysUse _WIN32 instead of WIN32 in pufftest.c.Mark Adler1-1/+1
5 daysClean up type usage in crc32.c.Mark Adler1-32/+26
6 daysMake some down conversions explicit in the gz routines.Mark Adler2-3/+3
6 daysFix typo in contribs workflow.Mark Adler1-1/+1
6 daysCMake: Add tests for minizip components.Vollstrecker4-1/+108
11 daysRemove all uses of the obsolete keyword "register".Jan Nijtmans3-15/+15
13 daysCMake: Fix the Ada standalone build.git@github.com1-1/+1
13 daysCMake: Fix the iostream3 install test.git@github.com1-1/+1
13 daysPre-install zlib for the contrib workflows.git@github.com1-1/+13