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
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 }}
xaphier
/
miniz
Public
forked from
richgel999/miniz
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 Nov 30, 2017
Merge pull request #83 from arteniioleg/master
Show description for b019305
uroni
authored
b019305
View commit details
Copy full SHA for b019305
Browse repository at this point
Merge pull request #82 from JonnyH/WIP/fix-default-level-mz_zip_writer_add_mem
Show description for 9c88e82
uroni
authored
9c88e82
View commit details
Copy full SHA for 9c88e82
Browse repository at this point
Commits on Nov 23, 2017
install library and headers
arteniioleg
committed
22e4ef1
View commit details
Copy full SHA for 22e4ef1
Browse repository at this point
Fix assert with mz_zip_writer_add_mem* w/MZ_DEFAULT_COMPRESSION
Show description for 7a7d0b4
JonnyH
committed
7a7d0b4
View commit details
Copy full SHA for 7a7d0b4
Browse repository at this point
Commits on Oct 17, 2017
Merge pull request #78 from coyote1357/master
Show description for 0f6b199
uroni
authored
0f6b199
View commit details
Copy full SHA for 0f6b199
Browse repository at this point
Commits on Oct 13, 2017
Fix resource leak in mz_zip_reader_init_file_v2
Show description for 0b7d307
ILightburn
authored
0b7d307
View commit details
Copy full SHA for 0b7d307
Browse repository at this point
Commits on Sep 2, 2017
Merge pull request #76 from jasonrohrer/master
Show description for aadc405
uroni
authored
aadc405
View commit details
Copy full SHA for aadc405
Browse repository at this point
Commits on Aug 29, 2017
Fixed loads of uninitilized value errors found with Valgrind by memsetting m_dict to 0 in tdefl_init.
jasonrohrer
committed
02c51d3
View commit details
Copy full SHA for 02c51d3
Browse repository at this point
Commits on Jul 8, 2017
Document mz_zip_writer_init
uroni
committed
81df2df
View commit details
Copy full SHA for 81df2df
Browse repository at this point
Merge pull request #66 from unsightlygod/iterative_decompression
Show description for 64d92e1
uroni
authored
64d92e1
View commit details
Copy full SHA for 64d92e1
Browse repository at this point
Define processor/arch macros as zero if not set to one
uroni
committed
404c574
View commit details
Copy full SHA for 404c574
Browse repository at this point
Define processor/arch macros as zero if not set to one
uroni
committed
c1f791f
View commit details
Copy full SHA for c1f791f
Browse repository at this point
Increment version
uroni
committed
c93e4d8
View commit details
Copy full SHA for c93e4d8
Browse repository at this point
Commits on May 18, 2017
Option to use memcpy for unaligned data access
uroni
committed
84e8458
View commit details
Copy full SHA for 84e8458
Browse repository at this point
Commits on May 14, 2017
Include basic tests for iterative extraction method.
unsightlygod
committed
78cdcb0
View commit details
Copy full SHA for 78cdcb0
Browse repository at this point
Add "iterative" file extraction method based on mz_zip_reader_extract_to_callback.
unsightlygod
committed
0d13890
View commit details
Copy full SHA for 0d13890
Browse repository at this point
Commits on May 4, 2017
Merge pull request #65 from udda/fix-png-height
Show description for 7ecd1b3
uroni
authored
7ecd1b3
View commit details
Copy full SHA for 7ecd1b3
Browse repository at this point
Commits on Apr 30, 2017
Fix PNG height
Show description for a0786b1
udda
authored
a0786b1
View commit details
Copy full SHA for a0786b1
Browse repository at this point
Commits on Apr 24, 2017
Add debug configuration
uroni
committed
9b1ddf6
View commit details
Copy full SHA for 9b1ddf6
Browse repository at this point
Remove check for cur_archive_file_ofs > UINT_MAX, because cur_archive_file_ofs is not used after this point
uroni
committed
149b34c
View commit details
Copy full SHA for 149b34c
Browse repository at this point
Improve MZ_ZIP_FLAG_WRITE_ZIP64 documentation
uroni
committed
6e915ef
View commit details
Copy full SHA for 6e915ef
Browse repository at this point
Improve readme
uroni
committed
11f795a
View commit details
Copy full SHA for 11f795a
Browse repository at this point
Commits on Mar 24, 2017
Merge pull request #60 from janisozaur/master
Show description for ec028ff
uroni
authored
ec028ff
View commit details
Copy full SHA for ec028ff
Browse repository at this point
Commits on Mar 23, 2017
clang-format the sources
janisozaur
committed
a6a989c
View commit details
Copy full SHA for a6a989c
Browse repository at this point
Set amalgamate.sh as executable
janisozaur
committed
3d51050
View commit details
Copy full SHA for 3d51050
Browse repository at this point
Fix misleading indentation
janisozaur
committed
3c7177c
View commit details
Copy full SHA for 3c7177c
Browse repository at this point
Commits on Mar 13, 2017
Fix compilation with the various omission compile definitions
uroni
committed
35c2d67
View commit details
Copy full SHA for 35c2d67
Browse repository at this point
Fix compilation with the various omission compile definitions
uroni
committed
1c6ca86
View commit details
Copy full SHA for 1c6ca86
Browse repository at this point
Commits on Mar 11, 2017
Fix formatting
uroni
committed
2337db2
View commit details
Copy full SHA for 2337db2
Browse repository at this point
Update readme/changelog
uroni
committed
3b3c258
View commit details
Copy full SHA for 3b3c258
Browse repository at this point
Use UTF-8 for filenames in ZIP files per default
uroni
committed
e72ae3f
View commit details
Copy full SHA for e72ae3f
Browse repository at this point
Commits on Feb 8, 2017
Added callback for periodic flushes
uroni
committed
91ce90f
View commit details
Copy full SHA for 91ce90f
Browse repository at this point
Commits on Jan 19, 2017
Compatibility with older gcc
uroni
committed
460e619
View commit details
Copy full SHA for 460e619
Browse repository at this point
Fix compile warnings
uroni
committed
e906a84
View commit details
Copy full SHA for e906a84
Browse repository at this point
Fix compile warnings
uroni
committed
a7e7e92
View commit details
Copy full SHA for a7e7e92
Browse repository at this point
Previous
Next
You can’t perform that action at this time.