[PR #194] [MERGED] plugin/zip: Zip64 support for UnZip and fixes for Zip #222

Closed
opened 2026-05-05 03:43:18 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: Unzip64


📝 Commits (4)

  • 0ffdbca plugin/zip: Working on Zip64 support for Unzip...
  • f9f3eed plugin/zip: Zip64 support for UnZip
  • 1c768f5 plugin/zip: Zip64 support for UnZip - cleanup
  • 4877ce9 plugin/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.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/194 **Author:** [@User0755](https://github.com/User0755) **Created:** 2/28/2024 **Status:** ✅ Merged **Merged:** 3/24/2024 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `Unzip64` --- ### 📝 Commits (4) - [`0ffdbca`](https://github.com/ultimatepp/ultimatepp/commit/0ffdbca229ddfb4b5007bc058011ac45d8b1883d) plugin/zip: Working on Zip64 support for Unzip... - [`f9f3eed`](https://github.com/ultimatepp/ultimatepp/commit/f9f3eedd827304be7098b4ed68a0573cc0f9c0d2) plugin/zip: Zip64 support for UnZip - [`1c768f5`](https://github.com/ultimatepp/ultimatepp/commit/1c768f5b4d0a5208e248b152218d6af4012920fa) plugin/zip: Zip64 support for UnZip - cleanup - [`4877ce9`](https://github.com/ultimatepp/ultimatepp/commit/4877ce96210af2d7f6fefbc8bec15e33834c8f58) plugin/zip: Fixed and improved Zip creation: ### 📊 Changes **3 files changed** (+71 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/plugin/zip/UnZip.cpp` (+44 -11) 📝 `uppsrc/plugin/zip/Zip.cpp` (+23 -13) 📝 `uppsrc/plugin/zip/zip.h` (+4 -4) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:43:18 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#222
No description provided.