1-10 of 80 < Previous Next >
1 vote

Add possibility to pass empty file path in constructor

Could you pleasae add possibility to pass empty file path in constructor and check if file empty in it?

id# 6048 | Planned Release: None | Last Updated: Today at 2:22 PM  by DrWeb
1 vote

Strange code inside the library

Here're code in the library in c# that increases length of library. Could you please somehow remove it? using System; using System.Reflection; using System.IO; using System.Windows...

id# 6047 | Planned Release: None | Last Updated: Today at 2:18 PM  by DrWeb
1 vote

NullReferenceException in ZipEntry.ReadHeader(ZipEntry ze) on empty zip files

I've created attached file with WinRar. It contains no files nor directories. When I do: var file = ZipFile.Read(stream) it throws: System.NullReferenceException : В экземпляре объекта не задана с...

id# 5998 | Planned Release: None | Last Updated: Wed at 7:11 PM  by Weexow
1 vote

Include pdb file in release packages

That would make error reporting here more helpful for developers :)

id# 5999 | Planned Release: None | Last Updated: Wed at 6:24 PM  by Weexow
1 vote
closed

The helpfile is broken

The helpfile DotNetZipLib-v1.5.chm can not find its internal pages

id# 5901 | Planned Release: None | Last Updated: Wed at 4:58 PM  by Cheeso
8 votes

Support Unicode File/Folder Name

I tested this component using AddXXX methods. Once a file name is unicode e.g. Chinese, its name in the zip file will be unrecognized. It seems that it does not support unicode file/folder name. ...

id# 3152 | Planned Release: None | Last Updated: Tue at 8:53 PM  by kallex
1 vote

Writing zip with previously-compressed file data reads the stream twice

By default, when saving a zip, if the compression causes an expansion of the file data size, then the input stream is read twice. This happens with ZipEntry.WriteHeader(). As I use a database a...

id# 5829 | Planned Release: None | Last Updated: Aug 29 at 2:02 PM  by Cheeso
1 vote

IndexOutOfRangeException When attempting to zip a folder with just folders in the root

this is a duplicate of workitem 5253 ("Can't zip directory with no files in root directory") However I couldn't see any way to re-open a closed issue. The follow error occurs in versions 1.5.0.11 ...

id# 5893 | Planned Release: None | Last Updated: Aug 29 at 12:22 AM  by Cheeso
1 vote
closed

Can't zip directory with no files in root directory

If you attempt to zip a directory that has no files in it (even if that directory has a sub-directory with files in it), and you pass in "" (null string) as the DirectoryPathInArchive argument, you...

id# 5253 | Planned Release: None | Last Updated: Aug 29 at 12:20 AM  by Cheeso
1 vote
closed

Empty Directory

There is no way to create a directory within the zip, just by specifying the name, with no representation within the filesystem.

id# 5671 | Planned Release: 1.6 DotNetZip Library (preview) | Last Updated: Aug 26 at 12:25 AM  by Cheeso

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 80 < Previous 1 2 3 4 5 6 7 8 Next >
Updating...