SharpZipLib icon indicating copy to clipboard operation
SharpZipLib copied to clipboard

#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.

Results 142 SharpZipLib issues
Sort by recently updated
recently updated
newest added

AFAIK non-compressed zip archive should support random reading, it'll be nice if this library supports it as well.

enhancement
zip

### Steps to reproduce 1. Pack "слово.txt" by any archivator, ex. Bandizip 2. See that any programm unpacks it correctly (ex. windows explorer or same program you packed it) 3....

[Obsolete("Use ZipFile/Zip*Stream StringCodec instead")] I got this from the latest version. But ZipInputStream & ZipOutputStream do not provide any StingCodec property and the only one which might be useful constructor...

bug
zip

**Note:** I cannot get *correct* unencrypted data, the unpacked data is still garbled. This issue is that the unzip logic executes successfully with an incorrect password. ### Steps to reproduce...

This change fixes #337 . I recently encountered this issue, and saw that #392 had been blocked for a while, and so I decided to take a crack at it....

### Describe the bug I am trying to tar a folder that contains a file that is called "system.xml". It doesn't work. If I however change the name of the...

bug
tar

### Describe the bug For TAR files GetNextEntryAsync tries to allocates a byte[] buffer of BlockSize 512, using .Rent(): https://github.com/icsharpcode/SharpZipLib/blob/ff2d7c30bdb2474d507f001bc555405e9f02a0bb/src/ICSharpCode.SharpZipLib/Tar/TarInputStream.cs#L548-L556 (also at: https://github.com/icsharpcode/SharpZipLib/blob/ff2d7c30bdb2474d507f001bc555405e9f02a0bb/src/ICSharpCode.SharpZipLib/Tar/TarInputStream.cs#L328-L333) But `.Rent()` returns **at least** the requested...

bug
tar
async

### Describe the bug Entry header offsets are not checked for validity before trying to seek to them in the stream. Invalid offsets (i.e.

bug
zip

### Is your feature request related to a problem? Please describe. I ran into an issue with with copying file from ZipInputStream to ZipOutputStream with preserving file Modification Time. Date...

enhancement
zip

### Describe the bug Greeting Folks, I am trying a basic sample inspired from the doc, but getting the following exception. What am I doing wrong? "Could not load file...

bug
tar