Adam Hathcock
|
855d4b4ce2
|
Use more SC exceptions instead of generic ones
|
2026-02-16 12:40:07 +00:00 |
|
Adam Hathcock
|
eca7bcb515
|
more clean up
|
2026-02-16 10:58:01 +00:00 |
|
Adam Hathcock
|
d667288a87
|
added async stream creation
|
2026-02-12 16:49:56 +00:00 |
|
Adam Hathcock
|
43276b32b7
|
better sync over async
|
2026-02-04 13:25:05 +00:00 |
|
Adam Hathcock
|
7e8005a9d8
|
fmt
|
2026-02-04 11:27:03 +00:00 |
|
Adam Hathcock
|
94716a5ba9
|
add sync over async dispose
|
2026-02-04 09:20:43 +00:00 |
|
Adam Hathcock
|
d60abc3f45
|
fmt
|
2026-01-29 10:16:37 +00:00 |
|
Adam Hathcock
|
b994f0ab55
|
more 7z async
|
2026-01-29 10:13:55 +00:00 |
|
Adam Hathcock
|
c219eb4abb
|
Merge branch 'release'
# Conflicts:
# src/SharpCompress/Archives/ArchiveFactory.cs
# src/SharpCompress/Archives/AutoArchiveFactory.cs
# src/SharpCompress/Archives/SevenZip/SevenZipArchive.cs
# src/SharpCompress/Archives/Zip/ZipArchive.cs
# src/SharpCompress/Factories/AceFactory.cs
# src/SharpCompress/Factories/ArcFactory.cs
# src/SharpCompress/Factories/ArjFactory.cs
# src/SharpCompress/Factories/Factory.cs
# src/SharpCompress/Factories/GZipFactory.cs
# src/SharpCompress/Factories/IFactory.cs
# src/SharpCompress/Factories/RarFactory.cs
# src/SharpCompress/Factories/SevenZipFactory.cs
# src/SharpCompress/Factories/TarFactory.cs
# src/SharpCompress/Factories/ZStandardFactory.cs
# src/SharpCompress/Factories/ZipFactory.cs
# src/SharpCompress/IO/SharpCompressStream.cs
# src/SharpCompress/Readers/AbstractReader.cs
# src/SharpCompress/Utility.cs
|
2026-01-28 11:12:49 +00:00 |
|
Adam Hathcock
|
0a50386ada
|
Using Constants class differently
|
2026-01-27 10:46:54 +00:00 |
|
Adam Hathcock
|
a8f47237d7
|
divide async and sync into new files
|
2026-01-22 13:38:20 +00:00 |
|
Adam Hathcock
|
c5d7407919
|
Update from Task to ValueTask where I can
|
2026-01-22 09:18:07 +00:00 |
|
Adam Hathcock
|
8df9232171
|
use extension where appropriate with more fixes
|
2026-01-21 16:57:25 +00:00 |
|
Adam Hathcock
|
c38f74d34c
|
Merge remote-tracking branch 'origin/master' into adam/async-creation
# Conflicts:
# src/SharpCompress/Compressors/BZip2/BZip2Stream.cs
# src/SharpCompress/Compressors/BZip2/CBZip2InputStream.cs
# src/SharpCompress/Compressors/Deflate/DeflateStream.cs
|
2026-01-21 15:31:44 +00:00 |
|
Adam Hathcock
|
0a9c5bfe15
|
format changes
|
2026-01-20 13:40:51 +00:00 |
|
Adam Hathcock
|
05bf22f518
|
rar works now
|
2026-01-20 10:41:37 +00:00 |
|
Adam Hathcock
|
447d35267f
|
some fixes
|
2026-01-16 13:19:41 +00:00 |
|
copilot-swe-agent[bot]
|
a5300f3383
|
Replace NETFRAMEWORK and NETSTANDARD2_0 with LEGACY_DOTNET compile flag
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-15 18:05:14 +00:00 |
|
Adam Hathcock
|
3747a27109
|
Task to ValueTask
|
2026-01-08 12:35:12 +00:00 |
|
Adam Hathcock
|
b501bac54a
|
better names for new interfaces
|
2026-01-08 12:02:26 +00:00 |
|
Adam Hathcock
|
7aec98d652
|
read async interface for reader
|
2026-01-08 11:28:15 +00:00 |
|
Adam Hathcock
|
c3fd42057a
|
Pass more Zip tests
|
2026-01-07 14:47:20 +00:00 |
|
Adam Hathcock
|
8533b09091
|
start of implementing zip reading async
|
2025-12-31 14:53:55 +00:00 |
|
Adam Hathcock
|
c2f6055e33
|
format
|
2025-12-08 10:26:45 +00:00 |
|
copilot-swe-agent[bot]
|
3396f8fe00
|
Refactor to use ProgressReportingStream for progress tracking
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2025-12-05 11:55:29 +00:00 |
|
copilot-swe-agent[bot]
|
7af029b5de
|
Address code review: properly handle zero-sized entries in progress reporting
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2025-11-29 17:48:50 +00:00 |
|
copilot-swe-agent[bot]
|
8fc5ca5a71
|
Unify progress reporting: remove IExtractionListener and add IProgress support for reading
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2025-11-29 17:40:10 +00:00 |
|
copilot-swe-agent[bot]
|
aa0356de9f
|
Changes before error encountered
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2025-11-29 15:55:21 +00:00 |
|
Adam Hathcock
|
8e7d959cf4
|
add async creations
|
2025-10-28 16:07:16 +00:00 |
|
Adam Hathcock
|
72d5884db6
|
added async reader overloads
|
2025-10-27 12:23:54 +00:00 |
|
Adam Hathcock
|
738a72228b
|
added fixes and more async tests
|
2025-10-27 10:15:06 +00:00 |
|
Adam Hathcock
|
f8cc4ade8a
|
format
|
2025-10-27 09:37:00 +00:00 |
|
copilot-swe-agent[bot]
|
43aa2bad22
|
Integrate async/await support from PR #976 as baseline
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2025-10-27 09:00:38 +00:00 |
|
Morilli
|
a3570a568d
|
fix AbstractReader.Skip for multipart files
|
2025-05-14 10:27:58 +02:00 |
|
Adam Hathcock
|
95caffe607
|
Merge remote-tracking branch 'origin/master' into exception-normalization
# Conflicts:
# src/SharpCompress/Common/Rar/RarVolume.cs
# src/SharpCompress/Common/SevenZip/SevenZipFilePart.cs
# src/SharpCompress/Compressors/LZMA/LZipStream.cs
|
2025-04-28 15:59:34 +01:00 |
|
majorro
|
44998a2a2b
|
pooled window for rar unpackv1
|
2025-01-12 16:01:59 +03:00 |
|
Adam Hathcock
|
5d9c99508d
|
fmt
|
2024-04-23 15:08:50 +01:00 |
|
Adam Hathcock
|
e4d5b56951
|
fix more nulls and tests
|
2024-04-23 15:08:32 +01:00 |
|
Adam Hathcock
|
b550df2038
|
get rid of more ! and update csharpier
|
2024-04-22 14:17:08 +01:00 |
|
Adam Hathcock
|
e96366f489
|
Entry can be null and remove other ! usages
|
2024-04-18 13:24:03 +01:00 |
|
Adam Hathcock
|
95975a4c33
|
even more clean up
|
2024-03-14 09:07:21 +00:00 |
|
Adam Hathcock
|
198a0673a2
|
more clean up
|
2024-03-14 09:00:44 +00:00 |
|
Pat Hartl
|
ed4099eb12
|
Throw ReaderCancelledException on reader cancelled
|
2023-11-10 23:36:14 -06:00 |
|
Lars Vahlenberg
|
18e8e6ee98
|
Sharpier
|
2023-06-06 22:43:12 +02:00 |
|
Lars Vahlenberg
|
6bf6e51740
|
Skip if we know the size, set blank password if not set for rar
|
2023-06-06 22:27:53 +02:00 |
|
Adam Hathcock
|
b01e97b168
|
more clean up
|
2022-12-20 15:20:49 +00:00 |
|
Adam Hathcock
|
7da10795a1
|
csharpier
|
2022-12-20 15:14:22 +00:00 |
|
Adam Hathcock
|
959bbdcf1b
|
big clean up
|
2022-12-20 15:06:44 +00:00 |
|
Adam Hathcock
|
970e31a1b1
|
cleanup and run csharpier
|
2022-12-20 13:45:47 +00:00 |
|
Lars Vahlenberg
|
7c56df1237
|
Mitigation of problems
|
2022-07-28 20:36:28 +02:00 |
|