mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #973] [CLOSED] async deflate #1391
Reference in New Issue
Block a user
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/adamhathcock/sharpcompress/pull/973
Author: @adamhathcock
Created: 10/25/2025
Status: ❌ Closed
Base:
master← Head:adam/async-deflate📝 Commits (10+)
e30a88eStarted rar async...interface changes were virald1409d6more methods for async773e3acMerge remote-tracking branch 'origin/master' into adam/async-rard5f93c5merge fixes1fb6ad4changed some testsc10cfa2fmtba089fbfix some tests, rar fails7a476b9fmta281744fix some usage3558feefix more tests📊 Changes
49 files changed (+3274 additions, -1881 deletions)
View changed files
📝
src/SharpCompress/Archives/ArchiveFactory.cs(+3 -2)📝
src/SharpCompress/Archives/GZip/GZipArchiveEntry.cs(+4 -0)📝
src/SharpCompress/Archives/IArchiveEntry.cs(+7 -0)📝
src/SharpCompress/Archives/IArchiveEntryExtensions.cs(+11 -10)📝
src/SharpCompress/Archives/IArchiveExtensions.cs(+5 -5)📝
src/SharpCompress/Archives/Rar/RarArchiveEntry.cs(+9 -3)📝
src/SharpCompress/Archives/SevenZip/SevenZipArchive.cs(+3 -2)📝
src/SharpCompress/Archives/SevenZip/SevenZipArchiveEntry.cs(+4 -0)📝
src/SharpCompress/Archives/Tar/TarArchiveEntry.cs(+4 -0)📝
src/SharpCompress/Archives/Zip/ZipArchiveEntry.cs(+4 -0)📝
src/SharpCompress/Common/EntryStream.cs(+55 -0)📝
src/SharpCompress/Common/ExtractionMethods.cs(+7 -6)📝
src/SharpCompress/Compressors/Deflate/DeflateStream.cs(+11 -0)📝
src/SharpCompress/Compressors/Deflate/ZlibBaseStream.cs(+367 -2)📝
src/SharpCompress/Compressors/Rar/IRarUnpack.cs(+6 -0)📝
src/SharpCompress/Compressors/Rar/RarBLAKE2spStream.cs(+13 -1)📝
src/SharpCompress/Compressors/Rar/RarCrcStream.cs(+13 -1)📝
src/SharpCompress/Compressors/Rar/RarStream.cs(+238 -12)📝
src/SharpCompress/Compressors/Rar/UnpackV1/Unpack.cs(+20 -2)📝
src/SharpCompress/Compressors/Rar/UnpackV2017/Unpack.cs(+2 -0)...and 29 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.