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 }}
tempbottle
/
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 Jan 7, 2018
Merge pull request #223 from chenxiaolong/x86-features
Show description for 98cd93d
nmoinvaz
authored
98cd93d
View commit details
Copy full SHA for 98cd93d
Browse repository at this point
cmake: Enable x86 optimizations only if supported
Show description for 7443318
Andrew Gunnerson
committed
7443318
View commit details
Copy full SHA for 7443318
Browse repository at this point
Commits on Jan 6, 2018
Merge branch 'dev'
nmoinvaz
committed
d18e09d
View commit details
Copy full SHA for d18e09d
Browse repository at this point
Version 2.2.6.
nmoinvaz
committed
7855c3e
View commit details
Copy full SHA for 7855c3e
Browse repository at this point
Merge branch 'dev' of https://github.com/nmoinvaz/minizip into dev
nmoinvaz
committed
c689d51
View commit details
Copy full SHA for c689d51
Browse repository at this point
Updated copyright years.
nmoinvaz
committed
fee885a
View commit details
Copy full SHA for fee885a
Browse repository at this point
Merge pull request #220 from chenxiaolong/fix-data-descriptor
Show description for a1e78c5
nmoinvaz
authored
a1e78c5
View commit details
Copy full SHA for a1e78c5
Browse repository at this point
mz_zip.c: Fix incorrect size of data descriptor fields
Show description for 3c52d21
Andrew Gunnerson
committed
3c52d21
View commit details
Copy full SHA for 3c52d21
Browse repository at this point
Commits on Jan 4, 2018
Merge pull request #219 from mikecrowe/cmake-fixes
Show description for a6e3b69
nmoinvaz
authored
a6e3b69
View commit details
Copy full SHA for a6e3b69
Browse repository at this point
CMakeLists.txt: Use customisable installation directory for cmake configuration
Show description for 0fbdb22
mikecrowe
committed
0fbdb22
View commit details
Copy full SHA for 0fbdb22
Browse repository at this point
CMakeLists: Use GNUInstallDirs to specify default install directories
Show description for 7df69ea
mikecrowe
committed
7df69ea
View commit details
Copy full SHA for 7df69ea
Browse repository at this point
Commits on Jan 3, 2018
Change bzip stream code so it is similar to zlib stream code.
nmoinvaz
committed
fc74653
View commit details
Copy full SHA for fc74653
Browse repository at this point
Turn off debugging.
nmoinvaz
committed
d60c6d2
View commit details
Copy full SHA for d60c6d2
Browse repository at this point
Version 2.2.5.
nmoinvaz
committed
55e4fe4
View commit details
Copy full SHA for 55e4fe4
Browse repository at this point
Fixed zlib stream not writing all flush/finish bytes.
nmoinvaz
committed
5bb372d
View commit details
Copy full SHA for 5bb372d
Browse repository at this point
Commits on Jan 2, 2018
Fixed bug reading entries with 0 size. #217
nmoinvaz
committed
a86a435
View commit details
Copy full SHA for a86a435
Browse repository at this point
Uncomment debug statement.
nmoinvaz
committed
c9fd8d4
View commit details
Copy full SHA for c9fd8d4
Browse repository at this point
Fixed bugs in buffered stream. #216
Show description for 02123b8
nmoinvaz
committed
02123b8
View commit details
Copy full SHA for 02123b8
Browse repository at this point
Fixed writing raw data to zip file in compatibility layer.
nmoinvaz
committed
7140c58
View commit details
Copy full SHA for 7140c58
Browse repository at this point
Merge pull request #215 from chenxiaolong/cmake-global
Show description for f60a99b
nmoinvaz
authored
f60a99b
View commit details
Copy full SHA for f60a99b
Browse repository at this point
Merge pull request #214 from chenxiaolong/posix-error-checking
Show description for 50fd547
nmoinvaz
authored
50fd547
View commit details
Copy full SHA for 50fd547
Browse repository at this point
Commits on Jan 1, 2018
CMakeLists.txt: Use add_compile_options() instead of modifying CMAKE_C_FLAGS
Show description for 2fa05a7
Andrew Gunnerson
committed
2fa05a7
View commit details
Copy full SHA for 2fa05a7
Browse repository at this point
CMakeLists.txt: Fix typo: _FILE_OFFSET_BIT -> _FILE_OFFSET_BITS
Show description for 1a20b75
Andrew Gunnerson
committed
1a20b75
View commit details
Copy full SHA for 1a20b75
Browse repository at this point
mz_strm_posix: Fix return value checking for POSIX stdio functions
Show description for dab094f
Andrew Gunnerson
committed
dab094f
View commit details
Copy full SHA for dab094f
Browse repository at this point
Commits on Dec 26, 2017
Fixed missing prototypes warning. #213
nmoinvaz
committed
13a12e3
View commit details
Copy full SHA for 13a12e3
Browse repository at this point
Fixed unused variables. #212
nmoinvaz
committed
73418b7
View commit details
Copy full SHA for 73418b7
Browse repository at this point
Commits on Dec 12, 2017
Simplify cleaning up of resources.
nmoinvaz
committed
3f7de8e
View commit details
Copy full SHA for 3f7de8e
Browse repository at this point
Commits on Dec 7, 2017
Verify decrypted header to detect wrong password for Traditional PKZIP.
nmoinvaz
committed
18a3065
View commit details
Copy full SHA for 18a3065
Browse repository at this point
Commits on Dec 4, 2017
Wait for CI for 30 minutes.
nmoinvaz
committed
b738874
View commit details
Copy full SHA for b738874
Browse repository at this point
Fixed casting warning.
nmoinvaz
committed
51fb0af
View commit details
Copy full SHA for 51fb0af
Browse repository at this point
Merge pull request #209 from GerbilSoft/bugfix/libbsd-requirements
Show description for a45fa6b
nmoinvaz
authored
a45fa6b
View commit details
Copy full SHA for a45fa6b
Browse repository at this point
Removed arc4random_buf shim.
nmoinvaz
authored
6c6700d
View commit details
Copy full SHA for 6c6700d
Browse repository at this point
Fixed formatting
nmoinvaz
authored
0574424
View commit details
Copy full SHA for 0574424
Browse repository at this point
Fixed potential mismatch of calling conventions. #208
nmoinvaz
committed
919d837
View commit details
Copy full SHA for 919d837
Browse repository at this point
Commits on Nov 26, 2017
mz_strm_split.c: snprintf() isn't defined before MSVC 2015.
Show description for 12db0fc
GerbilSoft
committed
12db0fc
View commit details
Copy full SHA for 12db0fc
Browse repository at this point
Previous
Next
You can’t perform that action at this time.