openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
minizip
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 3 hours
ago. based on code collected
about 3 hours
ago.
Nov 14, 2024 — Nov 14, 2025
Showing page 71 of 76
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #27 from asmaloney/fix/incorrect_comparison
Nathan Moinvaziri
More...
over 10 years ago
Remove unused is64bitOpenFunction parameter from unzOpenInternal.
Nathan Moinvaziri
More...
over 10 years ago
Remove unused is64bitOpenFunction parameter from unzOpenInternal.
Nathan Moinvaziri
More...
over 10 years ago
Fix incorrect range comparisons
Andy Maloney
More...
over 10 years ago
Fix incorrect range comparisons
Andy Maloney
More...
over 10 years ago
Should be comparing size of the comment, not pointer
Andy Maloney
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.
Lindley French
More...
over 10 years ago
Update link
Nathan Moinvaziri
More...
over 10 years ago
Merge pull request #21 from kant/patch-1
Nathan Moinvaziri
More...
over 10 years ago
Merge pull request #20 from 0-wiz-0/master
Nathan Moinvaziri
More...
over 10 years ago
Update link?
Darío Hereñú
More...
over 10 years ago
Added unzseek to be able to seek in zip files that have the storage compression method
woutervd
More...
over 10 years ago
Fix linking on NetBSD, OpenBSD, and DragonFly BSD.
Thomas Klausner
More...
almost 11 years ago
Fixed offset not being set properly.
Nathan Moinvaziri
More...
almost 11 years ago
Fixed IOWIN32_USING_WINRT_API definition (see zlib issue #49).
Nathan Moinvaziri
More...
about 11 years ago
Fixed formatting.
Nathan Moinvaziri
More...
about 11 years ago
Fixed wrong encryption flag being set.
Nathan Moinvaziri
More...
about 11 years ago
Use general purpose encrypted flag when using password.
Nathan Moinvaziri
More...
about 11 years ago
Add back some variables for debugging.
Nathan Moinvaziri
More...
about 11 years ago
Merge pull request #16 from asmaloney/cleanup
Nathan Moinvaziri
More...
about 11 years ago
- remove unused variables - fix two potential memory leaks
Andy Maloney
More...
about 11 years ago
Add extern "C" to ioapi_buf.h and ioapi_mem.h
Lubomir I. Ivanov
More...
over 11 years ago
Simplify AES version 1 CRC check
Nathan Moinvaziri
More...
over 11 years ago
Merge pull request #14 from StevenChristy/master
Nathan Moinvaziri
More...
over 11 years ago
Merge pull request #13 from wangp/master
Nathan Moinvaziri
More...
over 11 years ago
Update ChangeLog
Steven Christy
More...
over 11 years ago
Added support for Zip AE-2 and fixed AE-1
Steven Christy
More...
over 11 years ago
Avoid non-C90 comments in some sources.
Peter Wang
More...
over 11 years ago
Avoid non-C90 comments in header.
Peter Wang
More...
over 11 years ago
Add header guards.
Peter Wang
More...
over 11 years ago
←
1
2
…
67
68
69
70
71
72
73
74
75
76
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree