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 }}
plo-
/
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
1.2
User selector
All users
All time
Commit history
Commits on Jul 5, 2018
Use memmove for memory sanitiziers #276
nmoinvaz
authored
5b7b3e5
View commit details
Copy full SHA for 5b7b3e5
Browse repository at this point
Commits on Dec 26, 2017
Merge pull request #211 from yamaguchi-am/1.2
Show description for 53a6573
nmoinvaz
authored
53a6573
View commit details
Copy full SHA for 53a6573
Browse repository at this point
Commits on Dec 18, 2017
Allow building without libbsd on Linux when NOCRYPT symbol is defined.
Tatsuhisa Yamaguchi
committed
b276027
View commit details
Copy full SHA for b276027
Browse repository at this point
Commits on Dec 7, 2017
Merge pull request #210 from yamaguchi-am/1.2
Show description for 4966c4d
nmoinvaz
authored
4966c4d
View commit details
Copy full SHA for 4966c4d
Browse repository at this point
Commits on Nov 24, 2017
Verify decrypted header to detect wrong password for Traditional PKZIP.
Tatsuhisa Yamaguchi
committed
0c1b4ea
View commit details
Copy full SHA for 0c1b4ea
Browse repository at this point
Commits on Oct 17, 2017
Merge pull request #187 from Coeur/incorrectHeaders
Show description for 77d5774
nmoinvaz
authored
77d5774
View commit details
Copy full SHA for 77d5774
Browse repository at this point
Commits on Oct 11, 2017
workaround incorrect headers (fix #159)
Coeur
committed
e616426
View commit details
Copy full SHA for e616426
Browse repository at this point
Update README.md
nmoinvaz
authored
1757edc
View commit details
Copy full SHA for 1757edc
Browse repository at this point
Commits on Oct 10, 2017
Use arc4random_buf. (Issue: #175)
nmoinvaz
committed
dac3770
View commit details
Copy full SHA for dac3770
Browse repository at this point
Merge pull request #179 from Coeur/empty_zip
Show description for 33ee4a8
nmoinvaz
authored
33ee4a8
View commit details
Copy full SHA for 33ee4a8
Browse repository at this point
Commits on Oct 9, 2017
Merge pull request #182 from Coeur/simple_optional_aes
Show description for 8320914
nmoinvaz
authored
8320914
View commit details
Copy full SHA for 8320914
Browse repository at this point
Commits on Oct 7, 2017
allowing AES to be optional at runtime
Coeur
committed
46695d2
View commit details
Copy full SHA for 46695d2
Browse repository at this point
Commits on Oct 6, 2017
compatibility with empty zip files
Coeur
committed
c6abfa4
View commit details
Copy full SHA for c6abfa4
Browse repository at this point
Commits on Oct 5, 2017
Merge pull request #161 from Coeur/linefeeds
Show description for 5c4567e
nmoinvaz
authored
5c4567e
View commit details
Copy full SHA for 5c4567e
Browse repository at this point
Unix Line Feeds
Coeur
committed
75b651a
View commit details
Copy full SHA for 75b651a
Browse repository at this point
Merge pull request #147 from Timac/fix_unused_parameter_warnings
Show description for 0bb5afe
nmoinvaz
authored
0bb5afe
View commit details
Copy full SHA for 0bb5afe
Browse repository at this point
Commits on Oct 3, 2017
Merge pull request #156 from Coeur/c99
Show description for 2b17f11
nmoinvaz
authored
2b17f11
View commit details
Copy full SHA for 2b17f11
Browse repository at this point
Commits on Oct 1, 2017
compilation fix when using c99 or c11
Coeur
committed
8a92ca6
View commit details
Copy full SHA for 8a92ca6
Browse repository at this point
Commits on Sep 29, 2017
Merge pull request #155 from Coeur/size_filename
Show description for 428dc00
nmoinvaz
authored
428dc00
View commit details
Copy full SHA for 428dc00
Browse repository at this point
ignoring size_filename to avoid failing unzipping
Coeur
committed
f05ae26
View commit details
Copy full SHA for f05ae26
Browse repository at this point
Commits on Sep 27, 2017
Merge pull request #150 from Timac/avoid_warning_tm_struct
Show description for c83763a
nmoinvaz
authored
c83763a
View commit details
Copy full SHA for c83763a
Browse repository at this point
Cleanup
nmoinvaz
authored
5f60d29
View commit details
Copy full SHA for 5f60d29
Browse repository at this point
Fix warning when initializing the tm struct
Alexandre Colucci
committed
d4de1c0
View commit details
Copy full SHA for d4de1c0
Browse repository at this point
Code cleanup.
nmoinvaz
committed
e906983
View commit details
Copy full SHA for e906983
Browse repository at this point
Revert windows specific changes to ioapi due to recent merge.
nmoinvaz
committed
f5a316a
View commit details
Copy full SHA for f5a316a
Browse repository at this point
Merge pull request #146 from Timac/windows_support_utf8_paths
Show description for 2251c15
nmoinvaz
authored
2251c15
View commit details
Copy full SHA for 2251c15
Browse repository at this point
Commits on Sep 26, 2017
Fix all the unused parameter warnings generated by -Wunused-parameter on macOS with Xcode 9.
Alexandre Colucci
committed
23de911
View commit details
Copy full SHA for 23de911
Browse repository at this point
On Windows, paths containing non ASCII characters were not supported. The reason is that fopen on Windows only supports ASCII characters in paths.
Show description for 8fbb765
Alexandre Colucci
committed
8fbb765
View commit details
Copy full SHA for 8fbb765
Browse repository at this point
Renamed structure to be consistent with zip.c.
nmoinvaz
committed
3bbadfd
View commit details
Copy full SHA for 3bbadfd
Browse repository at this point
Merge branch 'master' of https://github.com/nmoinvaz/minizip
nmoinvaz
committed
8ab3c63
View commit details
Copy full SHA for 8ab3c63
Browse repository at this point
Code cleanup.
nmoinvaz
committed
376f821
View commit details
Copy full SHA for 376f821
Browse repository at this point
Updated readme.
nmoinvaz
authored
214302d
View commit details
Copy full SHA for 214302d
Browse repository at this point
Commits on Sep 25, 2017
Merge pull request #145 from jarheadSLO/clang_unknown_pragma
Show description for e07e141
nmoinvaz
authored
e07e141
View commit details
Copy full SHA for e07e141
Browse repository at this point
Remove whitespaces
Klemen Kozjek
committed
d8c6137
View commit details
Copy full SHA for d8c6137
Browse repository at this point
Define GCC pragmas only for GCC compiler
Klemen Kozjek
committed
616815f
View commit details
Copy full SHA for 616815f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.