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 }}
pmqs
/
minizip-ng
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
Breadcrumbs
History for
minizip-ng
minizip.c
on
develop
User selector
All users
All time
Commit history
Commits on Apr 27, 2026
minizip: place erase temp on same filesystem when TMPDIR differs
Show description for 3f23ed7
nmoinvaz
committed
3f23ed7
View commit details
Copy full SHA for 3f23ed7
View code at this point
Browse repository at this point
Commits on Mar 11, 2026
Refactor file rename error handling when backup fails
pmqs
authored and
nmoinvaz
committed
d2d6b76
View commit details
Copy full SHA for d2d6b76
View code at this point
Browse repository at this point
Commits on Jan 30, 2026
Add support for PPMd compression
pmqs
authored and
nmoinvaz
committed
5880418
View commit details
Copy full SHA for 5880418
View code at this point
Browse repository at this point
Commits on Jan 21, 2026
Fix arbitrary file write vulnerability via temp file symlink #938
nmoinvaz
committed
5a3c62c
View commit details
Copy full SHA for 5a3c62c
View code at this point
Browse repository at this point
Commits on May 23, 2025
Mark handle as unused.
Show description for b056834
kalibera
authored and
nmoinvaz
committed
b056834
View commit details
Copy full SHA for b056834
View code at this point
Browse repository at this point
Commits on May 4, 2025
free up writer memory when failing to open archive for reading
Coeur
authored and
nmoinvaz
committed
4e88434
View commit details
Copy full SHA for 4e88434
View code at this point
Browse repository at this point
Commits on Mar 23, 2025
Apply Clang format
tbeu
authored and
nmoinvaz
committed
1529686
View commit details
Copy full SHA for 1529686
View code at this point
Browse repository at this point
Consider passed codepage on listing and extraction callback
tbeu
authored and
nmoinvaz
committed
5e99d52
View commit details
Copy full SHA for 5e99d52
View code at this point
Browse repository at this point
Commits on Mar 12, 2025
Align structures for 64-bit platforms (stream_split, mz_opt, crypt_sha, crypt_hmac)
Show description for e6eeb4e
GermanAizek
authored and
nmoinvaz
committed
e6eeb4e
View commit details
Copy full SHA for e6eeb4e
View code at this point
Browse repository at this point
Commits on Nov 1, 2024
Clang-format style changes.
nmoinvaz
committed
2c51fa7
View commit details
Copy full SHA for 2c51fa7
View code at this point
Browse repository at this point
Commits on Jun 1, 2024
Fixed listing empty zip file. #756
nmoinvaz
committed
07db361
View commit details
Copy full SHA for 07db361
View code at this point
Browse repository at this point
Commits on Feb 17, 2024
Remove left over signing code from v3.
nmoinvaz
committed
0c3a741
View commit details
Copy full SHA for 0c3a741
View code at this point
Browse repository at this point
Commits on Sep 12, 2023
Support compression levels >= 10 and use zstd's internal default level.
Show description for 2160689
mkasick
authored and
nmoinvaz
committed
2160689
View commit details
Copy full SHA for 2160689
View code at this point
Browse repository at this point
Commits on Apr 9, 2023
Remove first param from create functions.
Show description for 217adc9
nmoinvaz
committed
217adc9
View commit details
Copy full SHA for 217adc9
View code at this point
Browse repository at this point
Remove signing feature.
Show description for 3da0451
nmoinvaz
committed
3da0451
View commit details
Copy full SHA for 3da0451
View code at this point
Browse repository at this point
Commits on Feb 20, 2023
Remove all comparisons to NULL.
nmoinvaz
committed
f07faec
View commit details
Copy full SHA for f07faec
View code at this point
Browse repository at this point
Commits on Feb 16, 2023
Remove copyright years.
nmoinvaz
committed
03e4d22
View commit details
Copy full SHA for 03e4d22
View code at this point
Browse repository at this point
Commits on Nov 30, 2022
Removed empty lines.
nmoinvaz
committed
848c3e3
View commit details
Copy full SHA for 848c3e3
View code at this point
Browse repository at this point
Commits on Jan 24, 2021
Updated name of project to minizip-ng.
nmoinvaz
committed
db95894
View commit details
Copy full SHA for db95894
View code at this point
Browse repository at this point
Commits on Oct 25, 2020
Fixed issues with XZ compression when using libcompression.
nmoinvaz
committed
1a7e7e4
View commit details
Copy full SHA for 1a7e7e4
View code at this point
Browse repository at this point
Fixed xz command line argument in minigzip.
nmoinvaz
committed
b729653
View commit details
Copy full SHA for b729653
View code at this point
Browse repository at this point
Added support for XZ format.
Show description for c4668ed
nmoinvaz
committed
c4668ed
View commit details
Copy full SHA for c4668ed
View code at this point
Browse repository at this point
Commits on Oct 13, 2020
Set aes option when creating archive in minizip. #525
nmoinvaz
committed
808ba3b
View commit details
Copy full SHA for 808ba3b
View code at this point
Browse repository at this point
Commits on Jun 20, 2020
Remove version number from headers.
nmoinvaz
committed
70811ac
View commit details
Copy full SHA for 70811ac
View code at this point
Browse repository at this point
Commits on Jun 15, 2020
Added support for ZSTD. #498
Show description for 1f4758b
nmoinvaz
and
fcharlie
committed
1f4758b
View commit details
Copy full SHA for 1f4758b
View code at this point
Browse repository at this point
Use same brace style as zlib.
nmoinvaz
committed
dc6962b
View commit details
Copy full SHA for dc6962b
View code at this point
Browse repository at this point
Remove unused -j command line parameter. #495
Show description for 3f1d2a4
nmoinvaz
committed
3f1d2a4
View commit details
Copy full SHA for 3f1d2a4
View code at this point
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
View code at this point
Browse repository at this point
Commits on Feb 12, 2020
Version 2.9.2.
nmoinvaz
committed
b39f7a0
View commit details
Copy full SHA for b39f7a0
View code at this point
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
View code at this point
Browse repository at this point
Commits on Oct 21, 2019
More robust recovery method, seek to next local header and seek backward for data descriptor. #431
nmoinvaz
committed
545d729
View commit details
Copy full SHA for 545d729
View code at this point
Browse repository at this point
Commits on Sep 18, 2019
Version 2.9.0.
nmoinvaz
committed
10ac291
View commit details
Copy full SHA for 10ac291
View code at this point
Browse repository at this point
Commits on Sep 16, 2019
Fixed invalid literal PRI- when compiling with C++. #416
nmoinvaz
committed
fe33c3d
View commit details
Copy full SHA for fe33c3d
View code at this point
Browse repository at this point
Commits on Aug 15, 2019
Added option to enable signing which is by default turned on. But now at least people don't have to define MZ_ZIP_NO_SIGNING in most projects I see. Signing support now requires MZ_ZIP_SIGNING to b…
Show description for 84a3980
nmoinvaz
committed
84a3980
View commit details
Copy full SHA for 84a3980
View code at this point
Browse repository at this point
Commits on Jul 4, 2019
Version 2.8.9.
nmoinvaz
committed
32fd805
View commit details
Copy full SHA for 32fd805
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.