162
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
zlib 1.3.1
madler
as Mark Adler
More... 2 months ago
Move the load flags before the object files in Makefile tests.
madler
as Mark Adler
More... 2 months ago
Use Makefile compiler for minizip-test target.
madler
as Mark Adler
More... 2 months ago
Remove -w compile option in configure test.
madler
as Mark Adler
More... 2 months ago
Remove carriage returns from zlib.map.
madler
as Mark Adler
More... 2 months ago
Fix a bug in ZLIB_DEBUG compiles in check_match().
madler
as Mark Adler
More... 2 months ago
Revert "Add a CMake option to link the C runtime statically."
madler
as Mark Adler
More... 2 months ago
Remove unused Z_ARG macro.
madler
as Mark Adler
More... 2 months ago
Remove mentions of an official zlib DLL distribution.
madler
as Mark Adler
More... 2 months ago
Neutralize zip file traversal attacks in miniunz. More... 2 months ago
Note that the len2 argument of crc_combine*() must be non-negative.
madler
as Mark Adler
More... 3 months ago
Fix the copy of pending_buf in deflateCopy() for the LIT_MEM case. More... 3 months ago
Fix pending buffer overflow assert with LIT_MEM allocation. More... 3 months ago
Remove fdopen #defines in zutil.h.
madler
as Mark Adler
More... 4 months ago
Refer to correct function in contrib/minizip/unzip.c comment. More... 4 months ago
Correct case of MSDOS in contrib/minizip/miniunz.c. More... 4 months ago
Fix "the the" in examples/gzlog.c. More... 4 months ago
Add bounds checking to ERR_MSG() macro, used by zError().
madler
as Mark Adler
More... 4 months ago
Fix random typos over several source and text files. More... 4 months ago
Add a CMake option to link the C runtime statically. More... 4 months ago
Correct repeated words in source file comments and a readme. More... 5 months ago
Fix decision on the emission of Zip64 end records in minizip.
madler
as Mark Adler
More... 5 months ago
Make the existence of gz_intmax() unconditional. More... 6 months ago
Add LIT_MEM define to use more memory for a small deflate speedup.
madler
as Mark Adler
More... 6 months ago
Make internal functions static in the test code. More... 7 months ago
Fix bug in inflateSync() for data held in bit buffer.
madler
as Mark Adler
More... 7 months ago
Update version and date in contrib/nuget.
madler
as Mark Adler
More... 7 months ago
Update version numbers and year in contrib/vstudio/vc17.
madler
as Mark Adler
More... 7 months ago
Update vc directory in contrib/nuget.
madler
as Mark Adler
More... 7 months ago
Rename contrib/vstudio/vc143 to vc17.
madler
as Mark Adler
More... 7 months ago