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 }}
fcccode
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
dev
User selector
All users
All time
Commit history
Commits on Feb 21, 2020
Merge pull request #453 from Leo-Neat/master
Show description for b9a858a
nmoinvaz
authored
b9a858a
View commit details
Copy full SHA for b9a858a
Browse repository at this point
Add CIFuzz action
Leo-Neat
committed
3d5fbd6
View commit details
Copy full SHA for 3d5fbd6
Browse repository at this point
Commits on Feb 16, 2020
Properly set MZ_PACKAGE_SUFFIX option since it is a string.
nmoinvaz
committed
1564896
View commit details
Copy full SHA for 1564896
Browse repository at this point
Fixed zipping of binaries for GitHub actions.
nmoinvaz
committed
0b2f759
View commit details
Copy full SHA for 0b2f759
Browse repository at this point
Added MZ_PROJECT_SUFFIX option to cmake. #452
Show description for b671db3
nmoinvaz
committed
b671db3
View commit details
Copy full SHA for b671db3
Browse repository at this point
Commits on Feb 12, 2020
Added missing links to markdown docs.
nmoinvaz
committed
513cae1
View commit details
Copy full SHA for 513cae1
Browse repository at this point
Fixed deploy name for macOS build.
nmoinvaz
committed
e0ecfb7
View commit details
Copy full SHA for e0ecfb7
Browse repository at this point
Version 2.9.2.
nmoinvaz
committed
b39f7a0
View commit details
Copy full SHA for b39f7a0
Browse repository at this point
Fixed compiler warnings.
nmoinvaz
committed
d7e6aa0
View commit details
Copy full SHA for d7e6aa0
Browse repository at this point
Merge pull request #450 from xuchunmei000/dev
Show description for 071d297
nmoinvaz
authored
071d297
View commit details
Copy full SHA for 071d297
Browse repository at this point
fix build error with zlib-ng compat
Show description for 5fb912b
xuchunmei000
committed
5fb912b
View commit details
Copy full SHA for 5fb912b
Browse repository at this point
Commits on Feb 11, 2020
Added zip writer documentation.
nmoinvaz
committed
5be3472
View commit details
Copy full SHA for 5be3472
Browse repository at this point
Updated mz_zip_rw interface after docs.
nmoinvaz
committed
416c59d
View commit details
Copy full SHA for 416c59d
Browse repository at this point
Commits on Feb 9, 2020
Re-order functions to match documentation categorization.
nmoinvaz
committed
163352f
View commit details
Copy full SHA for 163352f
Browse repository at this point
Updated some comments to be the same as documentation.
nmoinvaz
committed
9c5849f
View commit details
Copy full SHA for 9c5849f
Browse repository at this point
Added zip reader documentation.
nmoinvaz
committed
60a07e9
View commit details
Copy full SHA for 60a07e9
Browse repository at this point
Merge pull request #448 from GerbilSoft/bugfix/kernel32-path-overflow
Show description for cec7468
nmoinvaz
authored
cec7468
View commit details
Copy full SHA for cec7468
Browse repository at this point
Fixed GitHub Actions warning about using old macOS image.
nmoinvaz
committed
d868ac0
View commit details
Copy full SHA for d868ac0
Browse repository at this point
Reduce scope of variable to fix codacy warning.
nmoinvaz
committed
58b37d3
View commit details
Copy full SHA for 58b37d3
Browse repository at this point
mz_os_win32.c: kernel32.dll is always loaded, so use GetModuleHandleW().
Show description for 4d76c8b
GerbilSoft
committed
4d76c8b
View commit details
Copy full SHA for 4d76c8b
Browse repository at this point
Commits on Feb 8, 2020
Added starting point for documentation.
nmoinvaz
committed
082c59a
View commit details
Copy full SHA for 082c59a
Browse repository at this point
Added initial documentation.
nmoinvaz
committed
d49fc77
View commit details
Copy full SHA for d49fc77
Browse repository at this point
Commits on Jan 5, 2020
Always get the size of the current disk which is necessary also for seeking to proper disk when updating the local header values during append operation.
nmoinvaz
committed
53617b3
View commit details
Copy full SHA for 53617b3
Browse repository at this point
Enable data descriptor by default since it doesn't do any seek backs to update the local header.
Show description for 41fcda9
nmoinvaz
committed
41fcda9
View commit details
Copy full SHA for 41fcda9
Browse repository at this point
Fixed bug saving file during erase when data descriptor not being used.
nmoinvaz
committed
a008833
View commit details
Copy full SHA for a008833
Browse repository at this point
Commits on Jan 4, 2020
Don't set output name for cmd targets due to linker issues conflicting with minizip static library with Visual Studio.
Show description for 8dae95b
nmoinvaz
committed
8dae95b
View commit details
Copy full SHA for 8dae95b
Browse repository at this point
Allow the ability to disable use of data descriptor. Using data descriptor prevents having to seek backwards or to another disk while writing. However, the local headers aren't updated with the crc…
Show description for 6c87ff4
nmoinvaz
committed
6c87ff4
View commit details
Copy full SHA for 6c87ff4
Browse repository at this point
Commits on Dec 14, 2019
Merge pull request #437 from kdev0/dev
Show description for 2e5717c
nmoinvaz
authored
2e5717c
View commit details
Copy full SHA for 2e5717c
Browse repository at this point
-updated a search sources rule
kdev0
committed
d011482
View commit details
Copy full SHA for d011482
Browse repository at this point
Commits on Dec 9, 2019
- added a missing header
Show description for 4b35a27
kdev0
committed
4b35a27
View commit details
Copy full SHA for 4b35a27
Browse repository at this point
Commits on Nov 24, 2019
Fixed compiler flags when using MSVC-like command line interface.
nmoinvaz
authored
b596ab6
View commit details
Copy full SHA for b596ab6
Browse repository at this point
Commits on Nov 15, 2019
Version 2.9.1.
nmoinvaz
committed
370ab03
View commit details
Copy full SHA for 370ab03
Browse repository at this point
Commits on Nov 12, 2019
Fixed issues finding data descriptor when previous compressed size is small. #431
nmoinvaz
committed
4b5bd87
View commit details
Copy full SHA for 4b5bd87
Browse repository at this point
Commits on Nov 11, 2019
Fixed certificate chain not being verified on Windows.
nmoinvaz
committed
d9500db
View commit details
Copy full SHA for d9500db
Browse repository at this point
Clean up CI since MZ_SIGNING is set to ON by default.
nmoinvaz
committed
736e165
View commit details
Copy full SHA for 736e165
Browse repository at this point
Previous
Next
You can’t perform that action at this time.