1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Nov 14, 2024 — Nov 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #27 from asmaloney/fix/incorrect_comparison More... over 10 years ago
Remove unused is64bitOpenFunction parameter from unzOpenInternal. More... over 10 years ago
Remove unused is64bitOpenFunction parameter from unzOpenInternal. More... over 10 years ago
Fix incorrect range comparisons More... over 10 years ago
Fix incorrect range comparisons More... over 10 years ago
Should be comparing size of the comment, not pointer More... over 10 years ago
UNZ_EOF and UNZ_OK are both zero, so the caller of unzlocal_getByte has no way to know whether or not pi points to data or garbage. This change makes it point to zero in the EOF case. While it might be better to indicate an error immediately, that is a more significant change. The library ought to be just as good at handling an erroneous zero byte as anything else; and this way dynamic analysis tools won't complain about use-of-uninitialized-value when reading a malformed file. More... over 10 years ago
Update link More... over 10 years ago
Merge pull request #21 from kant/patch-1 More... over 10 years ago
Merge pull request #20 from 0-wiz-0/master More... over 10 years ago
Update link? More... over 10 years ago
Added unzseek to be able to seek in zip files that have the storage compression method More... over 10 years ago
Fix linking on NetBSD, OpenBSD, and DragonFly BSD. More... almost 11 years ago
Fixed offset not being set properly. More... almost 11 years ago
Fixed IOWIN32_USING_WINRT_API definition (see zlib issue #49). More... about 11 years ago
Fixed formatting. More... about 11 years ago
Fixed wrong encryption flag being set. More... about 11 years ago
Use general purpose encrypted flag when using password. More... about 11 years ago
Add back some variables for debugging. More... about 11 years ago
Merge pull request #16 from asmaloney/cleanup More... about 11 years ago
- remove unused variables - fix two potential memory leaks More... about 11 years ago
Add extern "C" to ioapi_buf.h and ioapi_mem.h More... over 11 years ago
Simplify AES version 1 CRC check More... over 11 years ago
Merge pull request #14 from StevenChristy/master More... over 11 years ago
Merge pull request #13 from wangp/master More... over 11 years ago
Update ChangeLog More... over 11 years ago
Added support for Zip AE-2 and fixed AE-1 More... over 11 years ago
Avoid non-C90 comments in some sources. More... over 11 years ago
Avoid non-C90 comments in header. More... over 11 years ago
Add header guards. More... over 11 years ago