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 }}
Molefi1146
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
miniz
miniz.h
on
master
User selector
All users
All time
Commit history
Commits on Feb 3, 2026
Increment version
uroni
committed
9054283
View commit details
Copy full SHA for 9054283
View code at this point
Browse repository at this point
Commits on Feb 2, 2026
declare function wrappers as inline static
Show description for 6906038
fabiangreffrath
committed
6906038
View commit details
Copy full SHA for 6906038
View code at this point
Browse repository at this point
Commits on May 22, 2025
Increment version
uroni
committed
c883286
View commit details
Copy full SHA for c883286
View code at this point
Browse repository at this point
Commits on Dec 6, 2024
Replace defines with function wrappers etc. as much as possible
uroni
committed
2fa13ca
View commit details
Copy full SHA for 2fa13ca
View code at this point
Browse repository at this point
Commits on May 16, 2024
Format code with clang-format
uroni
committed
8714fd3
View commit details
Copy full SHA for 8714fd3
View code at this point
Browse repository at this point
Commits on Aug 15, 2023
Update miniz.h to correctly reflect release version in the title comment
Show description for 6f09a0f
nyq
authored
6f09a0f
View commit details
Copy full SHA for 6f09a0f
View code at this point
Browse repository at this point
Commits on Jan 15, 2023
Increment version
uroni
authored
1268097
View commit details
Copy full SHA for 1268097
View code at this point
Browse repository at this point
Commits on Nov 6, 2022
Increment version
uroni
authored
2363190
View commit details
Copy full SHA for 2363190
View code at this point
Browse repository at this point
Commits on Feb 6, 2022
Increment major version
uroni
committed
f2b59b3
View commit details
Copy full SHA for f2b59b3
View code at this point
Browse repository at this point
Commits on Nov 28, 2021
Don't use unaligned stores and loads per default
uroni
committed
2beb69d
View commit details
Copy full SHA for 2beb69d
View code at this point
Browse repository at this point
Improve endianess detection
uroni
committed
0a88083
View commit details
Copy full SHA for 0a88083
View code at this point
Browse repository at this point
Commits on Nov 11, 2021
Merge pull request #193 from ccawley2011/no-inflate-deflate
Show description for 82d6810
uroni
authored
82d6810
View commit details
Copy full SHA for 82d6810
View code at this point
Browse repository at this point
Merge pull request #196 from ccawley2011/patch-2
Show description for cb2b132
uroni
authored
cb2b132
View commit details
Copy full SHA for cb2b132
View code at this point
Browse repository at this point
Commits on Jul 20, 2021
Add MINIZ_NO_DEFLATE_APIS and MINIZ_NO_INFLATE_APIS
ccawley2011
committed
9b89689
View commit details
Copy full SHA for 9b89689
View code at this point
Browse repository at this point
Set MINIZ_LITTLE_ENDIAN only if not set
ccawley2011
authored
f99eae6
View commit details
Copy full SHA for f99eae6
View code at this point
Browse repository at this point
Avoid using unaligned memory access in UBSan builds
ccawley2011
authored
fc0c0f5
View commit details
Copy full SHA for fc0c0f5
View code at this point
Browse repository at this point
Commits on Jun 27, 2021
Increment version
uroni
committed
8ac52a6
View commit details
Copy full SHA for 8ac52a6
View code at this point
Browse repository at this point
Commits on Dec 7, 2020
docs: fix simple typo, purpsosely -> purposely
Show description for 6241bc7
timgates42
committed
6241bc7
View commit details
Copy full SHA for 6241bc7
View code at this point
Browse repository at this point
Commits on Nov 24, 2020
Correct zip64 ZIP archive support limitations entry
Show description for 90ff5d5
leezu
authored
90ff5d5
View commit details
Copy full SHA for 90ff5d5
View code at this point
Browse repository at this point
Commits on Feb 20, 2020
added uncompress2
vladtepesch
committed
ccff20b
View commit details
Copy full SHA for ccff20b
View code at this point
Browse repository at this point
Commits on Jun 3, 2019
Fix for older cmake versions and build of examples.
tamasmeszaros
committed
d57872c
View commit details
Copy full SHA for d57872c
View code at this point
Browse repository at this point
Commits on May 28, 2019
Use CMake export header for exporting symbols.
Show description for 185bc3c
tamasmeszaros
committed
185bc3c
View commit details
Copy full SHA for 185bc3c
View code at this point
Browse repository at this point
Commits on Mar 27, 2019
Add !defined check on MINIZ_USE_ALIGNED_LOADS_AND_STORES
Show description for 5ba89c1
Cgettys
authored
5ba89c1
View commit details
Copy full SHA for 5ba89c1
View code at this point
Browse repository at this point
Commits on Dec 18, 2018
Implement inflateReset() function
Show description for ae423e6
lumag
committed
ae423e6
View commit details
Copy full SHA for ae423e6
View code at this point
Browse repository at this point
Commits on Nov 11, 2018
Incremented version
uroni
committed
f860092
View commit details
Copy full SHA for f860092
View code at this point
Browse repository at this point
Commits on Oct 27, 2018
More instances of memcpy instead of cast and use memcpy per default
uroni
committed
53bfef5
View commit details
Copy full SHA for 53bfef5
View code at this point
Browse repository at this point
Commits on Apr 18, 2018
Incremented version
uroni
committed
55f4dfe
View commit details
Copy full SHA for 55f4dfe
View code at this point
Browse repository at this point
Commits on Feb 20, 2018
Incremented version
uroni
committed
36b6c99
View commit details
Copy full SHA for 36b6c99
View code at this point
Browse repository at this point
Incremented version
uroni
committed
04f2169
View commit details
Copy full SHA for 04f2169
View code at this point
Browse repository at this point
Commits on Jul 8, 2017
Define processor/arch macros as zero if not set to one
uroni
committed
c1f791f
View commit details
Copy full SHA for c1f791f
View code at this point
Browse repository at this point
Increment version
uroni
committed
c93e4d8
View commit details
Copy full SHA for c93e4d8
View code at this point
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
View code at this point
Browse repository at this point
Commits on Mar 13, 2017
Fix compilation with the various omission compile definitions
uroni
committed
1c6ca86
View commit details
Copy full SHA for 1c6ca86
View code at this point
Browse repository at this point
Commits on Mar 11, 2017
Update readme/changelog
uroni
committed
3b3c258
View commit details
Copy full SHA for 3b3c258
View code at this point
Browse repository at this point
Commits on Nov 27, 2016
Fix comments
uroni
committed
57cab69
View commit details
Copy full SHA for 57cab69
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.