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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
icsharpcode
/
SharpZipLib
Public
Notifications
You must be signed in to change notification settings
Fork
1k
Star
3.9k
Code
Issues
90
Pull requests
28
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
SharpZipLib
src
ICSharpCode.SharpZipLib
on
master
User selector
All users
All time
Commit history
Commits on Aug 12, 2023
feat(zip): add optional inflater pooling (#843)
lahma
authored
ff2d7c3
View commit details
Copy full SHA for ff2d7c3
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
Fix ZipFile constructor breaking change (#840)
Show description for a73e64d
Bykiev
authored
a73e64d
View commit details
Copy full SHA for a73e64d
View code at this point
Browse repository at this point
Commits on Mar 12, 2023
fix(zip): avoid throwing on empty file name (#828)
Show description for 0ef7941
piksel
and
dmakarov-spotware
authored
0ef7941
View commit details
Copy full SHA for 0ef7941
View code at this point
Browse repository at this point
Commits on Jan 30, 2023
docs: fix missing async override docs (#824)
piksel
authored
a155c13
View commit details
Copy full SHA for a155c13
View code at this point
Browse repository at this point
Commits on Jan 29, 2023
bump version to v1.4.2
nils måsén
committed
33f64eb
View commit details
Copy full SHA for 33f64eb
View code at this point
Browse repository at this point
Commits on Dec 16, 2022
fix(zip): fully implement async deflate (#813)
piksel
authored
68e2f92
View commit details
Copy full SHA for 68e2f92
View code at this point
Browse repository at this point
fix(tar): enable async overrides on net6 (#811)
piksel
authored
c4009fd
View commit details
Copy full SHA for c4009fd
View code at this point
Browse repository at this point
Commits on Dec 15, 2022
zip: finish stream async when async (#808)
piksel
authored
cbb9e83
View commit details
Copy full SHA for cbb9e83
View code at this point
Browse repository at this point
fix(zip): remove leftover console logging (#809)
piksel
authored
77c5a97
View commit details
Copy full SHA for 77c5a97
View code at this point
Browse repository at this point
Commits on Nov 5, 2022
bump version to v1.4.1
piksel
committed
cdd0931
View commit details
Copy full SHA for cdd0931
View code at this point
Browse repository at this point
Commits on Oct 20, 2022
fix(zip): cleanup/fix of StringCodec (#778)
piksel
authored
a389d9f
View commit details
Copy full SHA for a389d9f
View code at this point
Browse repository at this point
fix(tar): use sync codepath on sync methods (#791)
flensrocker
authored
23becfd
View commit details
Copy full SHA for 23becfd
View code at this point
Browse repository at this point
fix(tar): clear rest of buffer when eof is reached (#789)
piksel
authored
75d1cf8
View commit details
Copy full SHA for 75d1cf8
View code at this point
Browse repository at this point
fix: use ConfigureAwait(false) on every await (#787)
flensrocker
authored
6c96ce2
View commit details
Copy full SHA for 6c96ce2
View code at this point
Browse repository at this point
Commits on Sep 18, 2022
docs: fix circular refs and target fw (#775)
piksel
authored
3c1b3ba
View commit details
Copy full SHA for 3c1b3ba
View code at this point
Browse repository at this point
prepare for v1.4.0 (#755)
Show description for cea8b0d
piksel
authored
cea8b0d
View commit details
Copy full SHA for cea8b0d
View code at this point
Browse repository at this point
Commits on Sep 15, 2022
feat(gzip): add GzipOutputStream async support (#672)
piksel
authored
b314d3d
View commit details
Copy full SHA for b314d3d
View code at this point
Browse repository at this point
Commits on Aug 16, 2022
fix(zip): handle iterating updated entries in ZipInputStream (#642)
piksel
authored
519ed73
View commit details
Copy full SHA for 519ed73
View code at this point
Browse repository at this point
fix(tar): enable unix paths in tar RootPath (#582)
Show description for bdec777
3 people
authored
bdec777
View commit details
Copy full SHA for bdec777
View code at this point
Browse repository at this point
fix: replace uses of obsolete method `RNGCryptoServiceProvider` (#766)
Show description for 79614c5
yihezkel
authored
79614c5
View commit details
Copy full SHA for 79614c5
View code at this point
Browse repository at this point
Commits on Aug 14, 2022
fix(tar): read full extended headers (#675)
Show description for 7411f3a
piksel
authored
7411f3a
View commit details
Copy full SHA for 7411f3a
View code at this point
Browse repository at this point
Commits on Aug 11, 2022
fix(zip): explicitly specify hash method for Rfc2898DeriveBytes (#765)
yihezkel
authored
a41e066
View commit details
Copy full SHA for a41e066
View code at this point
Browse repository at this point
Commits on May 24, 2022
fix(zip): skip reading position for non-seekable async streams (#754)
piksel
authored
b5b1b07
View commit details
Copy full SHA for b5b1b07
View code at this point
Browse repository at this point
feat(tar): support for async streams (#746)
nathan-c
authored
d843d6d
View commit details
Copy full SHA for d843d6d
View code at this point
Browse repository at this point
Commits on Apr 28, 2022
fix(zip): 0 in zip64 local sizes using descriptors (#750)
piksel
authored
e589b5e
View commit details
Copy full SHA for e589b5e
View code at this point
Browse repository at this point
feat(zip): make it possible to skip header tests (#689)
piksel
authored
e3bb2f3
View commit details
Copy full SHA for e3bb2f3
View code at this point
Browse repository at this point
Commits on Mar 23, 2022
fix(zip): dont fail test on 0 sizes and descriptor (#736)
piksel
authored
cc8dd78
View commit details
Copy full SHA for cc8dd78
View code at this point
Browse repository at this point
Commits on Nov 17, 2021
feat(zip): enable ZipOuputStream to write precompressed files (#683)
Show description for ff64d0a
Temtaime
and
piksel
authored
ff64d0a
View commit details
Copy full SHA for ff64d0a
View code at this point
Browse repository at this point
Commits on Oct 10, 2021
feat(zip): better string encoding handling (#592)
Show description for 612969e
piksel
authored
612969e
View commit details
Copy full SHA for 612969e
View code at this point
Browse repository at this point
Commits on Oct 9, 2021
feat(zip): ZipOutputStream async support (#574)
Show description for e1e1a91
piksel
and
0xced
authored
e1e1a91
View commit details
Copy full SHA for e1e1a91
View code at this point
Browse repository at this point
fix(zip): use ushort for ITaggedData.TagID (#669)
Numpsy
authored
d34e5c9
View commit details
Copy full SHA for d34e5c9
View code at this point
Browse repository at this point
Commits on Sep 21, 2021
fix(tar): permit slashed output dir (#666)
piksel
authored
b5b1a92
View commit details
Copy full SHA for b5b1a92
View code at this point
Browse repository at this point
Commits on Sep 20, 2021
docs(zip): fix slash names in CleanName comment (#668)
ueli-werner
authored
61d36ee
View commit details
Copy full SHA for 61d36ee
View code at this point
Browse repository at this point
Commits on Sep 19, 2021
update csproj for v1.3.3 release
piksel
committed
641f292
View commit details
Copy full SHA for 641f292
View code at this point
Browse repository at this point
fix: specialized tar extract traversal
piksel
committed
5c3b293
View commit details
Copy full SHA for 5c3b293
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.