Adam Hathcock
|
f99e421115
|
fix factory
|
2026-01-16 15:04:01 +00:00 |
|
Adam Hathcock
|
82d56b9678
|
multi-file rars done manually
|
2026-01-16 13:43:26 +00:00 |
|
Adam Hathcock
|
447d35267f
|
some fixes
|
2026-01-16 13:19:41 +00:00 |
|
Adam Hathcock
|
763805e03a
|
async IsRarFile
|
2026-01-16 12:12:51 +00:00 |
|
Adam Hathcock
|
cd70a7760e
|
remvoe AutoFactory
|
2026-01-16 11:44:12 +00:00 |
|
Adam Hathcock
|
ec7c359341
|
Arj works
|
2026-01-16 11:12:26 +00:00 |
|
Adam Hathcock
|
cc59c1960a
|
fix ace tests
|
2026-01-16 10:49:18 +00:00 |
|
Adam Hathcock
|
1cc80e7675
|
Merge pull request #1141 from adamhathcock/copilot/sub-pr-1132
[WIP] Address feedback on async creation cleanup changes
|
2026-01-16 10:12:08 +00:00 |
|
Adam Hathcock
|
cfe59fc515
|
Merge branch 'adam/async-creation' into copilot/sub-pr-1132
|
2026-01-16 10:11:45 +00:00 |
|
copilot-swe-agent[bot]
|
2180df3318
|
Pass CancellationToken.None explicitly to OpenAsyncArchive methods
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-16 10:09:54 +00:00 |
|
Adam Hathcock
|
29f4c7fe2e
|
Merge pull request #1142 from adamhathcock/copilot/sub-pr-1132-another-one
Fix ReadFullyAsync with ArrayPool buffer in SevenZipArchive signature check
|
2026-01-16 10:09:07 +00:00 |
|
Adam Hathcock
|
d5f9815561
|
Merge pull request #1136 from adamhathcock/adam/upgrade-xunit
Upgrade xunit to v3
|
2026-01-16 10:08:23 +00:00 |
|
copilot-swe-agent[bot]
|
6e5e47f041
|
Update SevenZipFactory to consistently call OpenAsyncArchive methods
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-16 10:07:37 +00:00 |
|
copilot-swe-agent[bot]
|
b0fde2b8c7
|
Fix ReadFullyAsync call to specify offset and count for ArrayPool buffer
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-16 10:03:48 +00:00 |
|
copilot-swe-agent[bot]
|
4b9b20de42
|
Initial plan
|
2026-01-16 09:59:14 +00:00 |
|
Adam Hathcock
|
f7c91bb26f
|
Update src/SharpCompress/Factories/SevenZipFactory.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-01-16 09:58:09 +00:00 |
|
copilot-swe-agent[bot]
|
4b34dd61d3
|
Initial plan
|
2026-01-16 09:58:06 +00:00 |
|
Adam Hathcock
|
c958d184d0
|
Merge pull request #1137 from adamhathcock/copilot/sub-pr-1136
Fix async test failures after xunit v3 upgrade
|
2026-01-16 09:54:04 +00:00 |
|
copilot-swe-agent[bot]
|
0de5c59a77
|
Restore AsyncOnlyStream in archive async tests as requested
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-16 09:50:36 +00:00 |
|
Adam Hathcock
|
3b10be53b5
|
Merge pull request #1140 from adamhathcock/copilot/sub-pr-1132-another-one
Replace empty catch blocks with explicit exception handling in TarArchive validation methods
|
2026-01-16 09:39:45 +00:00 |
|
Adam Hathcock
|
5336eb6fe6
|
Merge pull request #1138 from adamhathcock/copilot/sub-pr-1132
Remove redundant stream field in AsyncOnlyStream
|
2026-01-16 09:38:42 +00:00 |
|
copilot-swe-agent[bot]
|
9fa686b8f9
|
Fix empty catch blocks in TarArchive.Factory.cs with explicit exception handling
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-16 09:35:24 +00:00 |
|
copilot-swe-agent[bot]
|
2012077fb0
|
Remove redundant _stream field from AsyncOnlyStream and use base Stream property
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-16 09:34:29 +00:00 |
|
copilot-swe-agent[bot]
|
302cf2e14f
|
Initial plan
|
2026-01-16 09:30:05 +00:00 |
|
Adam Hathcock
|
b9fccbd691
|
Update src/SharpCompress/Factories/ZStandardFactory.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-01-16 09:29:13 +00:00 |
|
copilot-swe-agent[bot]
|
bbbbc8810a
|
Initial plan
|
2026-01-16 09:29:09 +00:00 |
|
copilot-swe-agent[bot]
|
c7da19f3a5
|
Format code with CSharpier
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-16 09:26:04 +00:00 |
|
copilot-swe-agent[bot]
|
e919930cf6
|
Fix Archive async tests to not use AsyncOnlyStream (archives need seekable streams)
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-16 09:23:32 +00:00 |
|
copilot-swe-agent[bot]
|
2906529080
|
Fix ReaderFactory.OpenAsyncReader to use async IsArchiveAsync methods
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-16 09:12:54 +00:00 |
|
copilot-swe-agent[bot]
|
75cc36849b
|
Initial plan
|
2026-01-16 09:00:13 +00:00 |
|
Adam Hathcock
|
63e124e72f
|
Upgrade xunit to v3
|
2026-01-16 08:58:26 +00:00 |
|
Adam Hathcock
|
394d982168
|
Merge pull request #1133 from adamhathcock/copilot/sub-pr-1132
Add async I/O support for SevenZip archive initialization
|
2026-01-16 08:44:04 +00:00 |
|
Adam Hathcock
|
f4ce4cbad8
|
fix tests for both frameworks
|
2026-01-16 08:43:13 +00:00 |
|
Adam Hathcock
|
491beabe03
|
uncomment tests
|
2026-01-16 08:35:49 +00:00 |
|
Adam Hathcock
|
f5d83c0e33
|
Merge pull request #1135 from adamhathcock/copilot/consolidate-compile-flags
|
2026-01-15 18:47:37 +00:00 |
|
copilot-swe-agent[bot]
|
d2cb792d91
|
Change NET6_0_OR_GREATER to NET8_0_OR_GREATER
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-15 18:31:06 +00:00 |
|
copilot-swe-agent[bot]
|
52fef492a5
|
Additional simplifications: Remove NETCF, fix NET60 typo, consolidate NETCOREAPP2_1 pattern
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-15 18:09:06 +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 |
|
copilot-swe-agent[bot]
|
cab3e7d498
|
Initial analysis: Planning compile flags consolidation
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-15 17:55:37 +00:00 |
|
copilot-swe-agent[bot]
|
405dbb30cd
|
Initial plan
|
2026-01-15 17:50:54 +00:00 |
|
copilot-swe-agent[bot]
|
9bb670ad19
|
Fix SevenZipArchive async stream handling by adding async Open and ReadDatabase methods
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-15 17:28:05 +00:00 |
|
copilot-swe-agent[bot]
|
bbba2e6c7a
|
Initial plan for fixing SevenZipArchive_LZMA_AsyncStreamExtraction test
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-15 16:53:18 +00:00 |
|
copilot-swe-agent[bot]
|
0b2158f74c
|
Initial plan
|
2026-01-15 16:44:57 +00:00 |
|
Adam Hathcock
|
5c06b8c48f
|
enable single test
|
2026-01-15 16:41:58 +00:00 |
|
Adam Hathcock
|
810df8a18b
|
revert lazy archive
|
2026-01-15 16:40:08 +00:00 |
|
Adam Hathcock
|
63736efcac
|
Merge remote-tracking branch 'origin/master' into adam/async-creation
# Conflicts:
# tests/SharpCompress.Test/SevenZip/SevenZipArchiveAsyncTests.cs
|
2026-01-15 16:21:30 +00:00 |
|
Adam Hathcock
|
3e219fa9ec
|
Merge pull request #1131 from adamhathcock/adam/async-again
More test fixes and some perf changes
|
2026-01-15 16:20:25 +00:00 |
|
Adam Hathcock
|
33b6447c18
|
Merge remote-tracking branch 'origin/master' into adam/async-creation
|
2026-01-15 16:16:41 +00:00 |
|
Adam Hathcock
|
ec310c87de
|
merge fixes and fmt
|
2026-01-15 15:20:52 +00:00 |
|
Adam Hathcock
|
c55a383112
|
Merge remote-tracking branch 'origin/master' into adam/async-again
# Conflicts:
# tests/SharpCompress.Test/GZip/GZipReaderAsyncTests.cs
# tests/SharpCompress.Test/Rar/RarArchiveAsyncTests.cs
# tests/SharpCompress.Test/SevenZip/SevenZipArchiveAsyncTests.cs
# tests/SharpCompress.Test/Tar/TarArchiveAsyncTests.cs
# tests/SharpCompress.Test/Tar/TarReaderAsyncTests.cs
# tests/SharpCompress.Test/Zip/Zip64AsyncTests.cs
# tests/SharpCompress.Test/Zip/ZipMemoryArchiveWithCrcAsyncTests.cs
|
2026-01-15 15:18:05 +00:00 |
|