Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
senn412
/
minizip
Public
forked from
zlib-ng/minizip-ng
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Mar 11, 2016
Fixed formatting.
nmoinvaz
committed
b5c4eda
View commit details
Copy full SHA for b5c4eda
Browse repository at this point
Merge pull request #47 from luciocosmo/master
Show description for 3ec8abf
nmoinvaz
committed
3ec8abf
View commit details
Copy full SHA for 3ec8abf
Browse repository at this point
Commits on Mar 9, 2016
fix 64bit archives with password
Show description for 58921f6
luciocosmo
committed
58921f6
View commit details
Copy full SHA for 58921f6
Browse repository at this point
Commits on Feb 19, 2016
Merge pull request #34 from juanii/master
Show description for ece2638
nmoinvaz
committed
ece2638
View commit details
Copy full SHA for ece2638
Browse repository at this point
Changed to always look for zip64 eocd header. (Issue #44)
nmoinvaz
committed
9abb5a8
View commit details
Copy full SHA for 9abb5a8
Browse repository at this point
Commits on Jan 30, 2016
Merge remote-tracking branch 'upstream/master'
Show description for 1b21233
juani
committed
1b21233
View commit details
Copy full SHA for 1b21233
Browse repository at this point
Commits on Jan 13, 2016
Fixed casting when project in Unicode charset.
nmoinvaz
committed
1645520
View commit details
Copy full SHA for 1645520
Browse repository at this point
Commits on Jan 11, 2016
Use HAVE_STDINT_H instead of HAS_STDINT_H. (Issue: #42)
nmoinvaz
committed
5fc64b0
View commit details
Copy full SHA for 5fc64b0
Browse repository at this point
Commits on Dec 23, 2015
Fixed formatting.
nmoinvaz
committed
028e35d
View commit details
Copy full SHA for 028e35d
Browse repository at this point
Commits on Dec 12, 2015
Updated changelog.
nmoinvaz
committed
af8bb25
View commit details
Copy full SHA for af8bb25
Browse repository at this point
Updated readme.
nmoinvaz
committed
7c6ec3d
View commit details
Copy full SHA for 7c6ec3d
Browse repository at this point
Updated readme.
nmoinvaz
committed
8905345
View commit details
Copy full SHA for 8905345
Browse repository at this point
Fix formatting.
nmoinvaz
committed
39c3be2
View commit details
Copy full SHA for 39c3be2
Browse repository at this point
Fix formatting.
nmoinvaz
committed
63334f8
View commit details
Copy full SHA for 63334f8
Browse repository at this point
Commits on Dec 3, 2015
Remove unnecessary variable.
nmoinvaz
committed
d83ae01
View commit details
Copy full SHA for d83ae01
Browse repository at this point
Commits on Dec 1, 2015
Merge pull request #30 from woutervd/master
Show description for bb955af
nmoinvaz
committed
bb955af
View commit details
Copy full SHA for bb955af
Browse repository at this point
Commits on Nov 28, 2015
Added seeking origin. Wanted to use z_off64_t instead of ZPOS64_T because seeking offset may be negative. But it unfortunately was not available in the scope, and ZPOS64_T is used as the offset typ…
Show description for 43c7f90
woutervd
committed
43c7f90
View commit details
Copy full SHA for 43c7f90
Browse repository at this point
Commits on Nov 25, 2015
Revert changes to solution file.
nmoinvaz
committed
4e059b5
View commit details
Copy full SHA for 4e059b5
Browse repository at this point
Merge branch 'master' of github.com:nmoinvaz/minizip
nmoinvaz
committed
103752a
View commit details
Copy full SHA for 103752a
Browse repository at this point
Normalize line endings.
nmoinvaz
committed
82d826c
View commit details
Copy full SHA for 82d826c
Browse repository at this point
Commits on Nov 23, 2015
Merge pull request #40 from ABaumgaertner/master
Show description for 977afb2
nmoinvaz
committed
977afb2
View commit details
Copy full SHA for 977afb2
Browse repository at this point
Commits on Nov 22, 2015
missing ; in unzip.c
abaumgaertner
committed
572bec4
View commit details
Copy full SHA for 572bec4
Browse repository at this point
Commits on Nov 20, 2015
Remove #defines from previous check-in.
nmoinvaz
committed
8932005
View commit details
Copy full SHA for 8932005
Browse repository at this point
Merge pull request #38 from franiu/master
Show description for 9468ccc
nmoinvaz
committed
9468ccc
View commit details
Copy full SHA for 9468ccc
Browse repository at this point
Merge pull request #24 from LindleyF/master
Show description for f69819d
nmoinvaz
committed
f69819d
View commit details
Copy full SHA for f69819d
Browse repository at this point
Fixed unzReadCurrentFile crashes if passed NULL as parameter. (Issue #32)
nmoinvaz
committed
2adc181
View commit details
Copy full SHA for 2adc181
Browse repository at this point
Fixed compiler warning on iOS 9. (Issue #37)
nmoinvaz
committed
de19d49
View commit details
Copy full SHA for de19d49
Browse repository at this point
Fixed entropy.c compilation for OSX 10.11. (Issue #39)
nmoinvaz
committed
253dd96
View commit details
Copy full SHA for 253dd96
Browse repository at this point
Commits on Oct 17, 2015
Fixed an arithmetic overflow leading to unzipping failure in 64bit mode
franiu
committed
97f3b2c
View commit details
Copy full SHA for 97f3b2c
Browse repository at this point
Commits on Sep 10, 2015
zipClose2_64 function allows to set "version made by".
Show description for 65a215b
juani
committed
65a215b
View commit details
Copy full SHA for 65a215b
Browse repository at this point
Honor "version made by" field set by user.
Show description for ad93fda
juani
committed
ad93fda
View commit details
Copy full SHA for ad93fda
Browse repository at this point
Commits on Jun 17, 2015
Merge branch 'master' of https://github.com/nmoinvaz/minizip
nmoinvaz
committed
0b46a2b
View commit details
Copy full SHA for 0b46a2b
Browse repository at this point
Fixed bug in command line parsing. (Issue #23)
nmoinvaz
committed
46a45fd
View commit details
Copy full SHA for 46a45fd
Browse repository at this point
Merge pull request #31 from asmaloney/fix/range_comparison_oops
Show description for b922e4b
nmoinvaz
committed
b922e4b
View commit details
Copy full SHA for b922e4b
Browse repository at this point
Revert range comparison "fix"
asmaloney
committed
0ae4412
View commit details
Copy full SHA for 0ae4412
Browse repository at this point
Previous
Next
You can’t perform that action at this time.