Thread overview
[Issue 2138] Allow more than 65535 files in Zip archives
Jan 27, 2015
FG
January 27, 2015
https://issues.dlang.org/show_bug.cgi?id=2138

FG <home@fgda.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |home@fgda.pl

--- Comment #1 from FG <home@fgda.pl> ---
https://github.com/D-Programming-Language/phobos/pull/2914
This solves the issue with limited number of items allowed in older zip
archives, but for files over 4 GB, encryption, or preserving file attributes
(especially when moving files between platforms) something other than std.zip
would have to be used.

--
January 27, 2015
https://issues.dlang.org/show_bug.cgi?id=2138

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/8cc228c4e97b5bc2be2e6ed338faf5bcaed6336b Fix Issue 2138 - Allow more than 65535 files in Zip archives

Fixed by adding support for reading and writing Zip64 archives

https://github.com/D-Programming-Language/phobos/commit/ad5ae8767fbe54f9e0b15aa12d64e81daeaf43db Merge pull request #2914 from fgda/issue_2138

Fix Issue 2138 - Allow more than 65535 files in Zip archives

--
January 27, 2015
https://issues.dlang.org/show_bug.cgi?id=2138

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=2138

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to 2.067 at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/8cc228c4e97b5bc2be2e6ed338faf5bcaed6336b Fix Issue 2138 - Allow more than 65535 files in Zip archives

https://github.com/D-Programming-Language/phobos/commit/ad5ae8767fbe54f9e0b15aa12d64e81daeaf43db Merge pull request #2914 from fgda/issue_2138

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=2138

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.014                       |D2

--