[PR #560] [MERGED] Expose Last Modified time on GZipStream. Add CRC and Size to GZipEntries on Archive #1092

Open
opened 2026-01-29 22:18:58 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/560
Author: @adamhathcock
Created: 1/9/2021
Status: Merged
Merged: 1/11/2021
Merged by: @adamhathcock

Base: masterHead: gzip-fixes


📝 Commits (5)

  • 1adcce6 Expose Last Modified time on GZipStream
  • 8598885 Read trailer for GZip for CRC and uncompressed size
  • 674f3b4 Merge branch 'master' into gzip-fixes
  • e9f3add Merge branch 'master' into gzip-fixes
  • ee17dca Fix formatting

📊 Changes

4 files changed (+63 additions, -16 deletions)

View changed files

📝 src/SharpCompress/Common/GZip/GZipEntry.cs (+2 -2)
📝 src/SharpCompress/Common/GZip/GZipFilePart.cs (+28 -9)
📝 src/SharpCompress/Compressors/Deflate/GZipStream.cs (+19 -5)
📝 tests/SharpCompress.Test/GZip/GZipArchiveTests.cs (+14 -0)

📄 Description

No description provided


🔄 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/adamhathcock/sharpcompress/pull/560 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 1/9/2021 **Status:** ✅ Merged **Merged:** 1/11/2021 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `gzip-fixes` --- ### 📝 Commits (5) - [`1adcce6`](https://github.com/adamhathcock/sharpcompress/commit/1adcce6c62b3a5efcabaf890df9c01f957d4e7b1) Expose Last Modified time on GZipStream - [`8598885`](https://github.com/adamhathcock/sharpcompress/commit/8598885258df433e11c2955770c39d5510a909d0) Read trailer for GZip for CRC and uncompressed size - [`674f3b4`](https://github.com/adamhathcock/sharpcompress/commit/674f3b4f282a89f49ad509c22b4a055f4aeeb63b) Merge branch 'master' into gzip-fixes - [`e9f3add`](https://github.com/adamhathcock/sharpcompress/commit/e9f3add5b98ebf9639beb54b90fca4f2df868db0) Merge branch 'master' into gzip-fixes - [`ee17dca`](https://github.com/adamhathcock/sharpcompress/commit/ee17dca9e5bedef545aeb1fff06bfc228e07965f) Fix formatting ### 📊 Changes **4 files changed** (+63 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Common/GZip/GZipEntry.cs` (+2 -2) 📝 `src/SharpCompress/Common/GZip/GZipFilePart.cs` (+28 -9) 📝 `src/SharpCompress/Compressors/Deflate/GZipStream.cs` (+19 -5) 📝 `tests/SharpCompress.Test/GZip/GZipArchiveTests.cs` (+14 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:18:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1092