Adam Hathcock
|
f7d16f92ba
|
added verify tests
|
2026-02-22 10:40:03 +00:00 |
|
Adam Hathcock
|
869e2b6191
|
moved tests to new project
|
2026-02-21 17:21:07 +00:00 |
|
Adam Hathcock
|
6fa745f57c
|
first pass
|
2026-02-21 17:07:50 +00:00 |
|
Adam Hathcock
|
1506f43006
|
use more specifc interface for sevenzip
|
2026-02-17 14:02:05 +00:00 |
|
Adam Hathcock
|
9c47eaf447
|
SevenZipReader
|
2026-02-17 11:54:32 +00:00 |
|
Adam Hathcock
|
998ce961c2
|
new interfaces
|
2026-02-17 07:41:11 +00:00 |
|
Adam Hathcock
|
a7ba77cc85
|
Merge branch 'adam/conslidate-exceptions' into adam/rework-7z-extraction
|
2026-02-16 16:30:02 +00:00 |
|
Adam Hathcock
|
eb844e8016
|
Fixed some exception tests
|
2026-02-16 16:29:20 +00:00 |
|
Adam Hathcock
|
855d4b4ce2
|
Use more SC exceptions instead of generic ones
|
2026-02-16 12:40:07 +00:00 |
|
Adam Hathcock
|
f533b6321e
|
last style changes for now
|
2026-02-16 11:20:28 +00:00 |
|
Adam Hathcock
|
eca7bcb515
|
more clean up
|
2026-02-16 10:58:01 +00:00 |
|
Adam Hathcock
|
4ab03c0093
|
fixed more
|
2026-02-16 09:27:06 +00:00 |
|
Adam Hathcock
|
8e715a3077
|
Fixed some easy suggestions
|
2026-02-16 09:22:06 +00:00 |
|
Adam Hathcock
|
2a613a8427
|
Merge branch 'master' into adam/fix-editorconfig-errors
|
2026-02-16 09:08:55 +00:00 |
|
Adam Hathcock
|
07062e198c
|
Merge branch 'release'
|
2026-02-16 09:03:22 +00:00 |
|
Adam Hathcock
|
a2a1b2e8fd
|
Expose SharpCompressStream to allow ringbuffer to be used on non-seekable streams
|
2026-02-14 10:16:01 +00:00 |
|
copilot-swe-agent[bot]
|
fb70f06fd4
|
Improve empty-stream test to verify HasStream == false entries
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-02-14 10:15:55 +00:00 |
|
copilot-swe-agent[bot]
|
31c6eb3b5c
|
Fix NullReferenceException for 7z empty-stream entries
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-02-14 10:14:01 +00:00 |
|
Adam Hathcock
|
e27ae35c44
|
Add IExtractableArchiveEntry
|
2026-02-14 10:00:35 +00:00 |
|
Adam Hathcock
|
eb5394a194
|
Remove debug related items
|
2026-02-13 15:50:54 +00:00 |
|
Adam Hathcock
|
5263f43c29
|
more nulls and a namespace folder fix
|
2026-02-13 15:01:12 +00:00 |
|
Adam Hathcock
|
67bbdeab3d
|
fix tests
|
2026-02-13 14:27:02 +00:00 |
|
Adam Hathcock
|
7a9c6b56b7
|
probably dispose tests
|
2026-02-13 14:26:54 +00:00 |
|
Adam Hathcock
|
cd1684b81c
|
merge fixes
|
2026-02-13 14:26:21 +00:00 |
|
Adam Hathcock
|
26d49198f0
|
Merge remote-tracking branch 'origin/master' into adam/fix-editorconfig-errors
# Conflicts:
# src/SharpCompress/Common/Zip/ZipFilePart.cs
# src/SharpCompress/Compressors/BZip2/BZip2Stream.cs
|
2026-02-13 14:23:42 +00:00 |
|
Adam Hathcock
|
18eb140017
|
Merge pull request #1197 from adamhathcock/adam/add-alternate-compressions
Add ability to have alternate compressions
|
2026-02-13 13:46:35 +00:00 |
|
Adam Hathcock
|
d138999445
|
adjust tests
|
2026-02-13 13:38:37 +00:00 |
|
Adam Hathcock
|
7cef629a06
|
add compiler flags
|
2026-02-13 12:46:48 +00:00 |
|
Adam Hathcock
|
76352df852
|
revamped and added SC stream tests
|
2026-02-13 12:44:12 +00:00 |
|
Adam Hathcock
|
39c9d68c4f
|
Better usage of reader options
|
2026-02-13 11:00:53 +00:00 |
|
Adam Hathcock
|
da5cc69a06
|
fix up gzip encoding
|
2026-02-13 09:51:46 +00:00 |
|
Adam Hathcock
|
d667288a87
|
added async stream creation
|
2026-02-12 16:49:56 +00:00 |
|
copilot-swe-agent[bot]
|
ebb8f16e44
|
Fix CompressionType for WinZip AES encrypted entries
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-02-12 15:45:52 +00:00 |
|
Adam Hathcock
|
6931a78bed
|
add async stream creation concept
|
2026-02-12 15:41:16 +00:00 |
|
Adam Hathcock
|
a92f82ef28
|
complete the usage of providers for detection and async
|
2026-02-12 15:09:21 +00:00 |
|
Adam Hathcock
|
0e72f5ad9d
|
move providers
|
2026-02-12 14:30:55 +00:00 |
|
Adam Hathcock
|
0e2c33dd78
|
Merge branch 'master' into adam/add-alternate-compressions
# Conflicts:
# tests/SharpCompress.Performance/Benchmarks/TarBenchmarks.cs
# tests/SharpCompress.Performance/Benchmarks/ZipBenchmarks.cs
# tests/SharpCompress.Performance/baseline-results.md
|
2026-02-12 14:20:01 +00:00 |
|
Adam Hathcock
|
51c42b89b4
|
OpenAsyncArchive has to be async
|
2026-02-12 10:26:18 +00:00 |
|
Adam Hathcock
|
5a319ffe2c
|
create/open always has to be async for detection
|
2026-02-12 10:18:43 +00:00 |
|
Adam Hathcock
|
bae660381c
|
TarArchive should use a compression method like TarReader
|
2026-02-12 09:48:06 +00:00 |
|
Adam Hathcock
|
b2f1d007c6
|
Clean up some code paths
|
2026-02-12 08:50:18 +00:00 |
|
Adam Hathcock
|
d0baa16502
|
Fix 7z seeking to be contigous in async too
|
2026-02-11 12:16:19 +00:00 |
|
Adam Hathcock
|
99d8eb9265
|
some build fixes
|
2026-02-11 11:04:25 +00:00 |
|
Adam Hathcock
|
54a00e2614
|
some renamespacing
|
2026-02-10 16:25:21 +00:00 |
|
Adam Hathcock
|
19ed4d16db
|
add fixes and benchmarks for system providers
|
2026-02-10 16:15:31 +00:00 |
|
Adam Hathcock
|
a3e3d9d0aa
|
some clean up
|
2026-02-10 15:43:32 +00:00 |
|
Adam Hathcock
|
f0da1b3a93
|
Consolidate
|
2026-02-10 15:32:23 +00:00 |
|
Adam Hathcock
|
a9f2d3cf7f
|
Merge remote-tracking branch 'origin/master' into adam/add-alternate-compressions
# Conflicts:
# src/SharpCompress/Archives/GZip/GZipArchive.Async.cs
# src/SharpCompress/Archives/GZip/GZipArchive.cs
# src/SharpCompress/Archives/Zip/ZipArchive.Async.cs
# src/SharpCompress/Archives/Zip/ZipArchive.cs
# src/SharpCompress/Common/GZip/GZipEntry.Async.cs
# src/SharpCompress/Common/GZip/GZipEntry.cs
# src/SharpCompress/Common/Options/IReaderOptions.cs
# src/SharpCompress/Readers/ReaderOptions.cs
# src/SharpCompress/Readers/Zip/ZipReader.Async.cs
# src/SharpCompress/Readers/Zip/ZipReader.cs
# src/SharpCompress/Writers/GZip/GZipWriterOptions.cs
|
2026-02-10 15:21:13 +00:00 |
|
Adam Hathcock
|
960920993a
|
Merge remote-tracking branch 'origin/master' into copilot/add-lzwreader-support
# Conflicts:
# src/SharpCompress/Archives/GZip/GZipArchive.Factory.cs
# src/SharpCompress/Archives/Tar/TarArchive.Factory.cs
# src/SharpCompress/Archives/Zip/ZipArchive.Factory.cs
# src/SharpCompress/Factories/GZipFactory.cs
# src/SharpCompress/Factories/TarFactory.cs
# src/SharpCompress/Factories/ZipFactory.cs
# src/SharpCompress/Writers/IWriterFactory.cs
# src/SharpCompress/Writers/WriterFactory.cs
|
2026-02-10 11:23:18 +00:00 |
|
Adam Hathcock
|
34f4314b86
|
Fix test
|
2026-02-10 11:16:39 +00:00 |
|