mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #194] [MERGED] plugin/zip: Zip64 support for UnZip and fixes for Zip #222
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#222
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/194
Author: @User0755
Created: 2/28/2024
Status: ✅ Merged
Merged: 3/24/2024
Merged by: @mirek-fidler
Base:
master← Head:Unzip64📝 Commits (4)
0ffdbcaplugin/zip: Working on Zip64 support for Unzip...f9f3eedplugin/zip: Zip64 support for UnZip1c768f5plugin/zip: Zip64 support for UnZip - cleanup4877ce9plugin/zip: Fixed and improved Zip creation:📊 Changes
3 files changed (+71 additions, -28 deletions)
View changed files
📝
uppsrc/plugin/zip/UnZip.cpp(+44 -11)📝
uppsrc/plugin/zip/Zip.cpp(+23 -13)📝
uppsrc/plugin/zip/zip.h(+4 -4)📄 Description
Hi,
Here's Zip64 support for UnZip. Unfortunately, this is more difficult to test than Zip. At this time I have only tested with Zip files created with plugin/zip. If you have other ways to test Unzip, please do.
// Tom
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.