Sign in
pigweed
/
third_party
/
github
/
madler
/
zlib
/
HEAD
da607da
zlib 1.3.2
by Mark Adler
· 4 weeks ago
upstream/master
v1.3.2
9e35567
Version 1.3.2
by Mark Adler
· 4 weeks ago
890953a
Remove carriage returns from win32/zlib.def.
by Mark Adler
· 4 weeks ago
b739f6f
Make type changes for solo code explicit in test/minigzip.c.
by Mark Adler
· 4 weeks ago
591ef31
Avoid using the value of an undefined macro in crc32.c.
by Mark Adler
· 4 weeks ago
3b4b11d
Remove make cover from the configure workflows.
by Mark Adler
· 4 weeks ago
6d95c6f
Fix the minizip Makefile to work with both BSD and GNU make.
by Mark Adler
· 4 weeks ago
f8b0f9b
Use command instead of which in ./configure.
by Mark Adler
· 4 weeks ago
40d0519
Factor out a set_uniq() function to set the seed with noise.
by Mark Adler
· 4 weeks ago
1ebcfc9
Replace strcpy() with memcpy() in contrib/minizip.
by Mark Adler
· 4 weeks ago
33e7106
Align the backup zmem* functions with their library counterparts.
by Mark Adler
· 4 weeks ago
d7bc8ca
Define NULL in inftrees.c if needed.
by Mark Adler
· 4 weeks ago
731ce0c
Remove GNU-only constructs from Makefile.in.
by Mark Adler
· 4 weeks ago
725b6ee
Fix --insecure option for shared libraries.
by Mark Adler
· 4 weeks ago
8016572
Adjust cmake defaults.
by Mark Adler
· 4 weeks ago
fa5ea47
Remove vstudio projects in lieu of cmake-generated projects.
by Mark Adler
· 4 weeks ago
0b3932c
CMake: Add build for zlib1.dll with zlib and minizip.
by Vollstrecker
· 4 weeks ago
965fbb5
CMake: Remove "compatible" zlib and minizip installations.
by Vollstrecker
· 4 weeks ago
f4f3449
Clean up debug sign conversions in deflate.c and trees.c.
by Mark Adler
· 4 weeks ago
9ac9b6b
Fix the minizip Makefile to use the default variables and rules.
by Ross Burton
· 4 weeks ago
3c173d5
Match signedness in format specifiers.
by Rose
· 4 weeks ago
c271172
Return error codes in minizip miniunz.c and minuzip.c.
by anjiahao
· 4 weeks ago
09f8d2b
Add --disable-shared to --static ./configure option.
by Mark Adler
· 4 weeks ago
aa82531
Permit all ./configure parameters to use '=' or ' '.
by Mark Adler
· 4 weeks ago
00aa188
Permit ./configure parameters using '=' to contain '='.
by DoctorNoobingstoneIPresume
· 4 weeks ago
a793abe
Add repository README to the nuget package.
by AraHaan
· 4 weeks ago
e0aef12
Add LICENSE.Info-Zip to contrib/minizip.
by Yuriy Chernyshov
· 4 weeks ago
e5c1cd1
Remove extraneous spaces in contrib/minizip/miniunz.c.
by Dimitri Papadopoulos
· 4 weeks ago
2570416
Update URLs to use https.
by Mark Adler
· 5 weeks ago
3f5d21e
Use underscores for Windows POSIX names in zpipe.c.
by Mark Adler
· 5 weeks ago
af0aa9b
Catch a file open error in contrib/minizip/mztools.c.
by Dimitri Papadopoulos
· 5 weeks ago
43386cf
Add --mandir to ./configure to specify manual directory.
by Mika Lindqvist
· 5 weeks ago
3dc79aa
Fix AIX compile options for 64 bits.
by Victor Kirhenshtein
· 5 weeks ago
4df5acd
Don't use *64 functions on Android before API level 24.
by Andrey Filipenkov
· 5 weeks ago
249e753
Specify the zlib license in pkg-config files.
by Nobuhiro Iwamatsu
· 5 weeks ago
cf14996
Add -static-libgcc to mingw build.
by Jan Nijtmans
· 5 weeks ago
5c47755
Check for invalid NULL pointer inputs to zlib operations.
by gaoshutao
· 5 weeks ago
d37e27e
Reduce warnings in contrib/minizip.
by Mark Adler
· 5 weeks ago
fb8dd62
Clean up the use of switch cases.
by Mark Adler
· 5 weeks ago
5a153ad
Correct printf types in test/example.c.
by Mark Adler
· 5 weeks ago
fc7593c
Avoid missing-extern warnings.
by Mark Adler
· 5 weeks ago
ab8d74f
Bump the .github workflows action versions.
by xavier2k6
· 5 weeks ago
029a4a4
Remove carriage returns from contrib/testzlib files.
by Mark Adler
· 5 weeks ago
81c41dd
Fix the usage of types in deflate.c for when an int is 16 bits.
by Mark Adler
· 5 weeks ago
fd2fe58
Add more compiler warnings for ./configure --warn --warn.
by Mark Adler
· 5 weeks ago
8371b53
Allow --const to be used in configure without --warn.
by Mark Adler
· 5 weeks ago
8ad678e
Make sign change in compress.c explicit.
by Mark Adler
· 5 weeks ago
f7d8be0
Add a test to configure to check for a working compiler.
by Mark Adler
· 5 weeks ago
61f3438
Use _WIN32 instead of WIN32 in pufftest.c.
by Mark Adler
· 5 weeks ago
7eab3fd
Clean up type usage in crc32.c.
by Mark Adler
· 5 weeks ago
eb4022e
Make some down conversions explicit in the gz routines.
by Mark Adler
· 5 weeks ago
9b33778
Fix typo in contribs workflow.
by Mark Adler
· 5 weeks ago
cd55be2
CMake: Add tests for minizip components.
by Vollstrecker
· 5 weeks ago
060c9e7
Remove all uses of the obsolete keyword "register".
by Jan Nijtmans
· 6 weeks ago
9f25df2
CMake: Fix the Ada standalone build.
by git@github.com
· 6 weeks ago
3089a0b
CMake: Fix the iostream3 install test.
by git@github.com
· 6 weeks ago
315e406
Pre-install zlib for the contrib workflows.
by git@github.com
· 6 weeks ago
bae5d29
Add workflows for the contrib contents.
by Werner
· 6 weeks ago
f84a264
CMake: Make minizip buildable by itself.
by Werner
· 6 weeks ago
46e7092
CMake: Move the testers to the test directory.
by Werner
· 6 weeks ago
c4d26ca
CMake: Use the correct options.
by Werner
· 6 weeks ago
d48b805
CMake: Correct a comment.
by Werner
· 6 weeks ago
c9170ec
CMake: Remove an empty line.
by Werner
· 6 weeks ago
9c77cc0
CMake: Clarify README-cmake.md.
by Vollstrecker
· 6 weeks ago
9765e96
Add workflows for shared/static only building.
by Vollstrecker
· 6 weeks ago
8089c7d
CMake: Use a normal components search in minizip.
by Vollstrecker
· 6 weeks ago
3e96807
CMake: Use components in minizip.
by Vollstrecker
· 6 weeks ago
d3e5c53
CMake: Add components tests for zlib.
by Vollstrecker
· 6 weeks ago
88c1333
CMake: Use a normal components search for zlib.
by Vollstrecker
· 6 weeks ago
9eadab4
Pass LDFLAGS to link tests in configure.
by Khem Raj
· 7 weeks ago
d380a71
Add the architecture to the shared compile flags in configure.
by Nicolas Cellier
· 7 weeks ago
0dcef97
Fix win32/Makefile.gcc to work with mingw32-make -r.
by Orgad Shaneh
· 7 weeks ago
605187f
Fix missing dependencies in Makefile.in.
by Vemake
· 7 weeks ago
55551fe
Remedy uninitialized variable warning in minizip.
by Lwisce Zeng
· 7 weeks ago
6b50153
Remove outdated nintendods build.
by Mark Adler
· 7 weeks ago
8a6c8d4
Rename OS/400 free-form header.
by Chi-Iroh
· 7 weeks ago
9007c04
Copy OS/400 free-form header to the source file.
by Chi-Iroh
· 7 weeks ago
d586324
Gives members a type for OS/400.
by Chi-Iroh
· 7 weeks ago
a2e02d4
Renamed OS/400 header with .rpgle extension.
by Chi-Iroh
· 7 weeks ago
d8d3664
Give type RPGLE to include member ZLIB.INC in OS/400 build.
by Chi-Iroh
· 7 weeks ago
405a419
Add full-free header for OS/400.
by Thomas Sayen
· 7 weeks ago
1004dd6
Fix OS/400 include file.
by Thomas Sayen
· 7 weeks ago
df6b46c
Fix service program path for OS/400.
by Thomas Sayen
· 7 weeks ago
29c3c79
Fix BNDSRC copy to QSYS.LIB for OS/400.
by Thomas Sayen
· 7 weeks ago
9a5c200
Update INDEX for OS/400.
by tbeu
· 7 weeks ago
75133f8
Replace // with /* comments in minizip zip.c.
by Mark Adler
· 7 weeks ago
74377e7
Remove inline keyword from minizip zip.c.
by Mark Adler
· 7 weeks ago
2f752ce
Set bit 11 of the zip header flags in minizip if UTF-8.
by Mark Adler
· 7 weeks ago
8236296
Fix resource closures in test/minigzip.c.
by xjdeng
· 7 weeks ago
202ea98
Add ARM64 to Windows workflows.
by Harish RS
· 7 weeks ago
b1f8d48
Test minizip in the MinGW and Cygwin workflows.
by Vollstrecker
· 7 weeks ago
b63058b
Fix MinGW clang workflow to use clang.
by Vollstrecker
· 7 weeks ago
a07427d
CMake: Correct zlib version number.
by Mark Adler
· 7 weeks ago
07f2d42
Vectorize the CRC-32 calculation on the s390x.
by Ilya Leoshkevich
· 7 weeks ago
3382ba4
Update packages in Solaris workflow.
by Vollstrecker
· 7 weeks ago
c0ac3d7
Correct name of Solaris workflow.
by Vollstrecker
· 7 weeks ago
4bbe0ca
Fix OpenBSD workflow.
by Vollstrecker
· 7 weeks ago
7b4ad8e
Remove OpenIndiana workflow until resolved.
by Vollstrecker
· 7 weeks ago
45de8d7
Exclude coverage from FreeBSD workflow.
by Vollstrecker
· 7 weeks ago
dbc42c1
Add --output-on-failure to workflow tests.
by Vollstrecker
· 7 weeks ago
Next »