161
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Dec 03, 2024 — Dec 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove duplicated code #806 More... over 2 years ago
Document in zlib.h the initialization of stream fields by the Init and Reset functions.
madler
as Mark Adler
More... over 2 years ago
Correct comment in zlib.h on os setting in gzip header.
madler
as Mark Adler
More... over 2 years ago
Update Java and Perl links in README.
madler
as Mark Adler
More... over 2 years ago
Remove duplicate "the" in zlib.h. More... over 2 years ago
Fix test/example.c to work with FORCE_STORED.
madler
as Mark Adler
More... over 2 years ago
Fix warnings on test/infcover.c.
madler
as Mark Adler
More... over 2 years ago
Fix cast in minizip's ioapi.c for Windows.
madler
as Mark Adler
More... over 2 years ago
No include file is needed for __int64 type on Windows.
madler
as Mark Adler
More... over 2 years ago
Remove use of OF() from contrib/untgz and render it compilable.
madler
as Mark Adler
More... over 2 years ago
Remove K&R function definitions from contrib/minizip.
madler
as Mark Adler
More... over 2 years ago
Remove K&R function definitions from infback9.
madler
as Mark Adler
More... over 2 years ago
Remove K&R function definitions from zlib.
madler
as Mark Adler
More... over 2 years ago
Turn off C2X warning about deprecated K&R function syntax.
madler
as Mark Adler
More... over 2 years ago
Add a NOPRIME #define to zran.c to not use inflatePrime().
madler
as Mark Adler
More... over 2 years ago
Avoid cmake deprecation warning. More... over 2 years ago
Look for a cross-compile libtool first in configure. More... over 2 years ago
Rewrite of zran in examples. See version history in zran.c.
madler
as Mark Adler
More... almost 3 years ago
Assure that inflatePrime() can't shift a 32-bit integer by 32 bits.
madler
as Mark Adler
More... almost 3 years ago
minizip: Fix being unable to open empty zip file More... almost 3 years ago
Fix typos found by codespell in minizip More... almost 3 years ago
Fix some spelling errors. More... almost 3 years ago
Make z_size_t 64 bits when compiling on Windows with Z_SOLO.
madler
as Mark Adler
More... almost 3 years ago
Update zlib_how.html to match the web page, and add a license.
madler
as Mark Adler
More... almost 3 years ago
Fix crash when gzsetparams() attempted for transparent write.
madler
as Mark Adler
More... almost 3 years ago
Fix bug in deflateBound() for level 0 and memLevel 9.
madler
as Mark Adler
More... almost 3 years ago
Add license to contrib/untgz. More... about 3 years ago
Update broken article link in README.
madler
as Mark Adler
More... about 3 years ago
Add project and solution files for building a nuget package. More... about 3 years ago
Add VS2022 project files. More... about 3 years ago