-
The zip64 PR (my own, unfortunately) merged into version 1.66 uses hard-coded values to set attributes versionMadeBy and versionNeededToExtract when writing local and CD headers. It does not use the v…
-
Old version Zipstorer did not support big files if added file size was over uint range :). I have not tested this new version but I had feeling, when I looked source code, that there is same problem. …
-
This issue is about an idea to add an IO layer for whole file AES encryption. Doing it this way would make it a lot less complex than trying to encrypt the file metadata any other way. [Central direct…
-
Using backslashes (`\`) in the paths of the contained files causes problems on Linux and macOS and should not be allowed. See also [fmi-cross-check #43](https://github.com/modelica/fmi-cross-check/iss…
-
Right now in order to play the game you need to either provide a 500MB MPQ file that you have locally or download a 50MB MPQ for the Shareware version.
This can be improved by reading just the file…
-
-
Using 2.2.2 (with the new AES fix), it still doesn't unzip on mac using
SSZipArchive.createZipFile(atPath: fileNameUrl.path, withFilesAtPaths: [tempFile!.path], withPassword: pw)
The nativ…
-
I am not sure how unzseek() is supposed to work. Line 1897 contains the following code:
`if (pfile_in_zip_read_info->compression_method != 0) return UNZ_ERRNO;`
compression_method is always Z_DE…
-
[10c-AllyToAlly-7e1e4457e81e95ffa5993e3f6ba484ac0ee2625729dfc85a5e48aeecaea1bb61.zip](https://github.com/kuba--/zip/files/3314543/10c-AllyToAlly-7e1e4457e81e95ffa5993e3f6ba484ac0ee2625729dfc85a5e48aee…
-
Spec says,
> OCF ZIP Containers MAY use the ZIP64 extensions defined as "Version 1" in section V, subsection G of the application note [ZIP] and SHOULD use only those extensions when the content re…