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 }}
triplef
/
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 May 27, 2020
Delete .codecov.yml
nmoinvaz
authored
ecaed64
View commit details
Copy full SHA for ecaed64
Browse repository at this point
Commits on May 26, 2020
Change name of CI workflows to be more consistent.
nmoinvaz
committed
1e25144
View commit details
Copy full SHA for 1e25144
Browse repository at this point
Move warning about limited encoding support to cmake. #481
nmoinvaz
committed
ee8a33d
View commit details
Copy full SHA for ee8a33d
Browse repository at this point
Merge pull request #480 from vszakats/warnf
Show description for 11866c2
nmoinvaz
authored
11866c2
View commit details
Copy full SHA for 11866c2
Browse repository at this point
mz_os_utf8_string_create() fix warning with a cast
Show description for 024d2ec
vszakats
committed
024d2ec
View commit details
Copy full SHA for 024d2ec
Browse repository at this point
Commits on May 21, 2020
Version 2.9.3.
nmoinvaz
committed
2aa369c
View commit details
Copy full SHA for 2aa369c
Browse repository at this point
Commits on May 7, 2020
Remove extra whitespace.
nmoinvaz
committed
d045b4f
View commit details
Copy full SHA for d045b4f
Browse repository at this point
Added documentation for mz_zip_set_data_descriptor.
nmoinvaz
committed
2a2e908
View commit details
Copy full SHA for 2a2e908
Browse repository at this point
Added more helper functions for getting mz_zip handle from compatibility layer.
nmoinvaz
committed
5e8e455
View commit details
Copy full SHA for 5e8e455
Browse repository at this point
Commits on May 4, 2020
Fixed bug in local comment not being written with compatibility layer.
Show description for 5d54b68
nmoinvaz
committed
5d54b68
View commit details
Copy full SHA for 5d54b68
Browse repository at this point
Added more tests to compatibility layer.
nmoinvaz
committed
86b4443
View commit details
Copy full SHA for 86b4443
Browse repository at this point
Create minizipConfig.cmake.in when installing.
nmoinvaz
committed
e39d9ed
View commit details
Copy full SHA for e39d9ed
Browse repository at this point
Merge pull request #470 from leha-bot/modernize-cmake
Show description for cc5c0f1
nmoinvaz
authored
cc5c0f1
View commit details
Copy full SHA for cc5c0f1
Browse repository at this point
Only run compatibility tests when zlib is enabled.
nmoinvaz
committed
74a5a92
View commit details
Copy full SHA for 74a5a92
Browse repository at this point
Update README.md
nmoinvaz
authored
6f2b63c
View commit details
Copy full SHA for 6f2b63c
Browse repository at this point
Merge pull request #472 from michael-brade/master
Show description for fd96781
nmoinvaz
authored
fd96781
View commit details
Copy full SHA for fd96781
Browse repository at this point
Added compatibility layer unit tests.
nmoinvaz
committed
d0cdf42
View commit details
Copy full SHA for d0cdf42
Browse repository at this point
Define Z_DEFLATED if not already defined.
nmoinvaz
committed
1003c86
View commit details
Copy full SHA for 1003c86
Browse repository at this point
Added backwards compatibility shim for iCaseSenitivity param in unzLocateFile for original minizip.
nmoinvaz
committed
f834045
View commit details
Copy full SHA for f834045
Browse repository at this point
Commits on Apr 29, 2020
CMakeLists: allow to use minizip as a subproject with add_subdirectory
Show description for d2b9242
michael-brade
committed
d2b9242
View commit details
Copy full SHA for d2b9242
Browse repository at this point
Commits on Apr 26, 2020
CMake: add version config for find_package()
leha-bot
committed
08a3eb1
View commit details
Copy full SHA for 08a3eb1
Browse repository at this point
Commits on Apr 22, 2020
Set version in CMake project()
Show description for f57665f
leha-bot
committed
f57665f
View commit details
Copy full SHA for f57665f
Browse repository at this point
Commits on Apr 13, 2020
Fixed return value description for mz_zip_reader_entry_read. #465
nmoinvaz
committed
55ff896
View commit details
Copy full SHA for 55ff896
Browse repository at this point
Commits on Apr 8, 2020
Fixed compilation when iconv is not supported on platform. #463
nmoinvaz
committed
e450c03
View commit details
Copy full SHA for e450c03
Browse repository at this point
Commits on Apr 3, 2020
Run cmake CI for pull requests.
nmoinvaz
committed
775565c
View commit details
Copy full SHA for 775565c
Browse repository at this point
Merge pull request #462 from jimpark/dev
Show description for 08a196e
nmoinvaz
authored
08a196e
View commit details
Copy full SHA for 08a196e
Browse repository at this point
Fix #461: unzOpen2_64() when it fails keeps file handle open
jimpark
committed
c30353f
View commit details
Copy full SHA for c30353f
Browse repository at this point
Commits on Mar 22, 2020
Merge pull request #460 from gdubois/issue_457_fix
Show description for d791510
nmoinvaz
authored
d791510
View commit details
Copy full SHA for d791510
Browse repository at this point
Commits on Mar 20, 2020
Remove Cocoapods spec. This can be submitted by a package maintainer to Cocoapods trunk.
nmoinvaz
committed
f2843c2
View commit details
Copy full SHA for f2843c2
Browse repository at this point
ZIP64 files containing more than 65,535 entries only report 65,535 entries
gdubois
committed
3b3961e
View commit details
Copy full SHA for 3b3961e
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.