Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
nih-at
/
libzip
Public
Notifications
You must be signed in to change notification settings
Fork
312
Star
999
Code
Issues
0
Pull requests
2
Discussions
Actions
Security
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit History
Commits on Mar 20, 2026
Set cmake_minimum_required in examples/CMakeLists.txt
Show description for e04cda2
0-wiz-0
committed
e04cda2
Copy full SHA for e04cda2
Commits on Mar 5, 2026
Fix formatting of arguments in comments.
0-wiz-0
committed
f2bbf19
Copy full SHA for f2bbf19
Sort directives.
dillof
committed
f25f000
Copy full SHA for f25f000
Improve clang-format and format files.
dillof
committed
290a9ca
Copy full SHA for 290a9ca
Since this will be used as example code, do proper resource cleanup on errors.
dillof
committed
80bc9b4
Copy full SHA for 80bc9b4
Fix uninitialzed value for zero length fragments.
dillof
committed
ef80349
Copy full SHA for ef80349
Commits on Feb 21, 2026
Merge pull request #518 from psumbera/fix
Show description for 8694564
0-wiz-0
authored
8694564
Copy full SHA for 8694564
Commits on Feb 18, 2026
Remove cmake and zstd installation from workflow (it seems to be now part of 11.4-gcc image)
Show description for 40f5647
psumbera
authored
40f5647
Copy full SHA for 40f5647
Commits on Feb 17, 2026
Remove email addresses.
dillof
committed
82241aa
Copy full SHA for 82241aa
Thank Dexter.k for previous.
dillof
committed
ca4ef61
Copy full SHA for ca4ef61
Avoid undefined behaviour by creating invalid pointers.
Show description for f1cd528
dillof
committed
f1cd528
Copy full SHA for f1cd528
Commits on Jan 27, 2026
use zipint.h, in the hope it fixes the Solaris build
0-wiz-0
committed
d48dce5
Copy full SHA for d48dce5
Thank Petr Sumbera
0-wiz-0
committed
f7e392a
Copy full SHA for f7e392a
Merge pull request #517 from psumbera/solaris
Show description for e96a210
0-wiz-0
authored
e96a210
Copy full SHA for e96a210
Add Solaris build
psumbera
committed
e04f5b6
Copy full SHA for e04f5b6
Commits on Jan 23, 2026
Remove mbedTLS support.
Show description for 8ecbd1c
0-wiz-0
committed
8ecbd1c
Copy full SHA for 8ecbd1c
Commits on Jan 15, 2026
whitespace cleanups
0-wiz-0
committed
b5d5973
Copy full SHA for b5d5973
Commits on Jan 7, 2026
Move variable definitions to the beginning of the function.
Show description for 9995d78
dillof
committed
9995d78
Copy full SHA for 9995d78
Commits on Jan 6, 2026
Bump copyright dates
0-wiz-0
committed
5dce0a0
Copy full SHA for 5dce0a0
Commits on Dec 1, 2025
Handle zip_stat_index() failure.
dillof
committed
a136438
Copy full SHA for a136438
Commits on Nov 27, 2025
Don’t check last character of empty strings.
Show description for 9936160
dillof
committed
9936160
Copy full SHA for 9936160
Correctly revert previous changes to file comment.
Show description for 17f10b9
dillof
committed
17f10b9
Copy full SHA for 17f10b9
Handle _zip_ef_new() error.
Show description for 422a08a
dillof
committed
422a08a
Copy full SHA for 422a08a
Free context if zip_source_layered_create() fails.
Show description for c6e3783
dillof
committed
c6e3783
Copy full SHA for c6e3783
Improve error handling when reading extra fields.
Show description for 9de4dd8
dillof
committed
9de4dd8
Copy full SHA for 9de4dd8
Fix strdup failed
MicroMilo
authored and
dillof
committed
c30a302
Copy full SHA for c30a302
Commits on Oct 13, 2025
Improve include order to help Solaris 11 build.
0-wiz-0
committed
e16526d
Copy full SHA for e16526d
Remove special treatment of NUL bytes in file names.
Show description for 668a4c7
dillof
committed
668a4c7
Copy full SHA for 668a4c7
Rename test file (nil -> nul, both in local and central)
0-wiz-0
committed
ba55b0b
Copy full SHA for ba55b0b
Commits on Sep 30, 2025
Fix memory leak on multiple call to zip_file_set_encryption
Show description for fb59b49
remicollet
authored and
dillof
committed
fb59b49
Copy full SHA for fb59b49
Commits on Sep 17, 2025
Merge pull request #504 from ktakahashimtb/ktakahashimtb/close-handle
Show description for 3cd08fb
0-wiz-0
authored
3cd08fb
Copy full SHA for 3cd08fb
Commits on Sep 16, 2025
Close handle from FindFirstFile call
ktakahashimtb
committed
8613a07
Copy full SHA for 8613a07
regen
0-wiz-0
committed
8128760
Copy full SHA for 8128760
Clarify thread safety and opening an archive multiple times.
Show description for f36d04f
dillof
committed
f36d04f
Copy full SHA for f36d04f
ga: adapt for pip file name change
0-wiz-0
committed
773b972
Copy full SHA for 773b972
Pagination
Previous
Next
You can’t perform that action at this time.