icsharpcode/SharpZipLib
#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
C#MIT
Issues
- 24
Reading deflate file throw "Unexpected EOF"
#837 opened by lutz - 2
Can't open empty file
#879 opened by MagnusBeijer - 1
⚠⚠⚠ ZIP FILE CORRUPTION WHEN USING DIRECT MODE ⚠⚠⚠
#874 opened by Rackover - 0
Comments on entries does not support unicode
#878 opened by MagnusBeijer - 0
BZip2AsyncOutputStream
#877 opened by logiclrd - 0
Password zip is inconsisent
#873 opened by HashPong - 1
Problem reading archives containg Zip64 files
#870 opened by Aragas - 3
GetNextEntryAsync might use too large buffer
#845 opened by Acilec - 0
- 0
Problem when create zip in network folder
#861 opened by viettieubao - 0
- 2
- 0
Original DateTime/DosTime value
#855 opened by Elektrik1 - 0
Could not load file or assembly 'System.Threading.Tasks.Extensions' or one of its dependencies
#854 opened by leefsmp - 0
.NET Framework 4.6.2 Support?
#853 opened by BlinD-HuNTeR - 1
- 0
- 0
TAR archive has only 20kb when application high load
#847 opened by bail16 - 3
InflaterInputStream Length is not supported The unsupported member type is located on type 'System.Int64'. Path: $.Length.
#785 opened by enti333 - 0
SharpZipLib v1.4 introduced breaking change
#839 opened by Bykiev - 4
- 9
Use CompressionMethod.Stored and flush the ZipOutputStream after each entity was added leads Zip corrupted in SharpZipLib 1.4.2
#834 opened by zhuxb711 - 0
Perf - Add buffer pooling where relevant
#832 opened by thibault-reigner - 8
- 2
Unpacking 7z archive failed.
#829 opened by AtlantisDe - 2
- 2
Release notes missing for 1.4.2
#826 opened by davisnw - 4
Undesirable Console log while reading
#807 opened by PalfLex - 6
`WriteEntry(TarEntry, bool)` writes the entry without bytes if the file is used by another process
#819 opened by HofmeisterAn - 1
- 7
- 0
Infer# Analysis
#792 opened by kfrancis - 4
Some questions about license changing.
#803 opened by JayLiangs - 1
Is there support for extracting multi-part zip files
#802 opened by merl111 - 1
- 2
.NET 4.8 Framework Support?
#804 opened by devmaestro1 - 1
- 0
- 2
- 2
Files and folders with non-english characters names are have gibberish names after unpacking
#777 opened by TuTAH1 - 4
- 5
- 4
Regression 1.3.3 => 1.4.0: Deadlock when using TarInputStream.GetNextEntry() in WPF application
#786 opened by flensrocker - 0
Files that cannot be opened by ZipFile
#783 opened by wf-soft - 1
Support seeking for non-compressed zip file
#781 opened by Sardelka9515 - 3
unzip slow
#779 opened by lifejoyforpy - 2
Stream returned by ZipFile.GetInputStream() hangs when accessing Length property
#767 opened by Sardelka9515 - 0
CRC mismatch
#772 opened by mcschuetz - 1
How to change compress bitwindow for zlib?
#770 opened by jozhn - 0
I am on the Master branch and see that TarOutputStream already supports asynchronous apis. When do you plan to release the new Nuget package?
#763 opened by lingbohome