issues
search
icsharpcode
/
SharpZipLib
#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
http://icsharpcode.github.io/SharpZipLib/
MIT License
3.73k
stars
976
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add folder, unable to decompress
#883
Luohui109
opened
1 week ago
1
Dispose some disposables
#882
Henr1k80
opened
1 month ago
0
Make internal & private classes sealed when possible. Avoid double lookup in dictionary
#881
Henr1k80
opened
1 month ago
0
Can't open empty file
#879
MagnusBeijer
opened
2 months ago
2
Comments on entries does not support unicode
#878
MagnusBeijer
opened
2 months ago
0
BZip2AsyncOutputStream
#877
logiclrd
opened
2 months ago
0
chore(deps): bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
#876
dependabot[bot]
opened
2 months ago
0
⚠⚠⚠ ZIP FILE CORRUPTION WHEN USING DIRECT MODE ⚠⚠⚠
#874
Rackover
opened
3 months ago
1
Password zip is inconsisent
#873
HashPong
opened
4 months ago
0
Add net462 targeting
#872
lahma
opened
4 months ago
2
Problem reading archives containg Zip64 files
#870
Aragas
opened
5 months ago
1
Add support for .NET Framework 4.6.1 to target frameworks.
#863
calvinvoss
opened
6 months ago
0
Problem when create zip in network folder
#861
viettieubao
opened
7 months ago
0
Adding logic to the inflator and deflator streams to use pooled buffers if possible and clear memory on Dispose()
#860
QuinnDamerell
opened
7 months ago
0
It's not possible to tar files starting with "system" in the file name.
#859
mrconter1
opened
9 months ago
0
TestArchive doesn't handle invalid offsets correctly
#856
adamkadzban
opened
11 months ago
2
Original DateTime/DosTime value
#855
Elektrik1
opened
1 year ago
0
Could not load file or assembly 'System.Threading.Tasks.Extensions' or one of its dependencies
#854
leefsmp
opened
1 year ago
0
.NET Framework 4.6.2 Support?
#853
BlinD-HuNTeR
opened
1 year ago
0
Improved signature lookup
#851
notabene2
opened
1 year ago
0
Symlink creation not possible with `TarArchive.WriteEntry()`.
#850
nptr
opened
1 year ago
1
xarchiver can't open tar files created with this library
#848
I-Katie
opened
1 year ago
0
TAR archive has only 20kb when application high load
#847
bail16
opened
1 year ago
0
GetNextEntryAsync might use too large buffer
#845
Acilec
opened
1 year ago
3
Optimize InflaterHuffmanTree
#844
lahma
opened
1 year ago
0
Improve zip file iteration performance
#843
lahma
closed
1 year ago
3
Checksum Support for ReadOnlySpan<byte>
#841
ds5678
opened
1 year ago
7
Fix ZipFile constructor breaking change
#840
Bykiev
closed
1 year ago
0
SharpZipLib v1.4 introduced breaking change
#839
Bykiev
closed
1 year ago
0
Reading deflate file throw "Unexpected EOF"
#837
lutz
opened
1 year ago
24
Tar file is empty with a size of zero bytes for small tar entry sizes
#836
HofmeisterAn
closed
1 year ago
4
Use CompressionMethod.Stored and flush the ZipOutputStream after each entity was added leads Zip corrupted in SharpZipLib 1.4.2
#834
zhuxb711
opened
1 year ago
9
Perf - Add buffer pooling where relevant
#832
thibault-reigner
opened
1 year ago
0
Unpacking 7z archive failed.
#829
AtlantisDe
closed
1 year ago
2
fix(zip): avoid throwing on empty file name
#828
piksel
closed
1 year ago
0
Reading and writing in sync mode problems after update to 1.4
#827
hhyyrylainen
opened
1 year ago
2
Release notes missing for 1.4.2
#826
davisnw
closed
1 year ago
2
chore(ci): update workflow actions
#825
piksel
closed
1 year ago
0
docs: fix missing async override docs
#824
piksel
closed
1 year ago
0
Async entry read causes exception when reading AES encrypted zip.
#823
rilehudd
opened
1 year ago
8
Forgot to update nuget version after bugfix
#820
Christianschrodahl
opened
1 year ago
0
`WriteEntry(TarEntry, bool)` writes the entry without bytes if the file is used by another process
#819
HofmeisterAn
opened
1 year ago
6
Add support for DEFLATE64 algorithm when extracting from zip archive
#818
elitzamarinova
opened
1 year ago
2
chore: add issue form templates
#817
piksel
closed
1 year ago
1
fix tar LongNames test or impl
#814
piksel
opened
1 year ago
1
fix(zip): fully implement async deflate
#813
piksel
closed
1 year ago
1
test: update deps for net7 support
#812
piksel
closed
1 year ago
1
fix(tar): enable async overrides on net6
#811
piksel
closed
1 year ago
1
fix(zip): fully implement async deflate
#810
piksel
closed
1 year ago
0
fix(zip): remove leftover console logging
#809
piksel
closed
1 year ago
1
Next