copilot-swe-agent[bot]
c825ae91a1
Complete fix for Microsoft.Bcl.AsyncInterfaces version conflict
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-02-11 22:15:38 +00:00
copilot-swe-agent[bot]
6478723a8d
Format code with CSharpier
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-02-11 22:10:48 +00:00
copilot-swe-agent[bot]
2c7e9b9c21
Fix Microsoft.Bcl.AsyncInterfaces version conflict by downgrading to 8.0.0
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-02-11 22:10:01 +00:00
copilot-swe-agent[bot]
7f3da598d1
Initial plan
2026-02-11 22:04:45 +00:00
Adam Hathcock
33e9c78626
Merge pull request #1203 from adamhathcock/adam/issue-1201
2026-02-11 17:41:08 +00:00
Adam Hathcock
6f50545c31
more cleaning
2026-02-11 16:48:37 +00:00
Adam Hathcock
ab1dd45e9c
more moved and validated
2026-02-11 16:47:20 +00:00
Adam Hathcock
cd5da3da5d
moved and validated more async code
2026-02-11 16:35:41 +00:00
Adam Hathcock
218af5a8b3
validate and make sure rar5 methods are the same
2026-02-11 16:27:53 +00:00
Adam Hathcock
e786c00767
divide async and sync logic
2026-02-11 16:20:51 +00:00
Adam Hathcock
103ae60631
codex found problems
2026-02-11 16:10:55 +00:00
Adam Hathcock
8a54f253d5
Merge pull request #1200 from adamhathcock/adam/fix-async-7z-seeking
0.45.1
2026-02-11 12:35: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
4178c382e1
update README
0.45.0
2026-02-11 09:13:41 +00:00
Adam Hathcock
775a9bf144
update agents md
2026-02-11 09:11:57 +00:00
Adam Hathcock
57cd2f12d0
Merge pull request #1195 from adamhathcock/adam/add-configure-await
...
add configure await
2026-02-10 15:04:22 +00:00
Adam Hathcock
b2066fc022
some review suggestions
2026-02-10 14:41:26 +00:00
Adam Hathcock
4639748461
Merge remote-tracking branch 'origin/master' into adam/add-configure-await
...
# Conflicts:
# src/SharpCompress/Archives/ArchiveFactory.Async.cs
2026-02-10 13:55:34 +00:00
Adam Hathcock
42e118db68
Merge pull request #1189 from adamhathcock/copilot/add-lzwreader-support
...
Add LzwReader support for .Z compressed archives
2026-02-10 13:29:15 +00:00
Adam Hathcock
8b375b9179
remove some dangling completed tasks
2026-02-10 13:28:48 +00:00
Adam Hathcock
e4ad307413
maybe done
2026-02-10 13:10:42 +00:00
Adam Hathcock
e7609329d7
finished?
2026-02-10 12:58:53 +00:00
Adam Hathcock
64a8a9c1dc
even more
2026-02-10 12:51:41 +00:00
Adam Hathcock
51aa6d782a
more
2026-02-10 12:46:42 +00:00
Adam Hathcock
e040e5e449
more
2026-02-10 12:40:30 +00:00
Adam Hathcock
3aca691ea0
first round of configure await false
2026-02-10 12:01:16 +00:00
Adam Hathcock
a0a7da9254
merge fixes
2026-02-10 11:36:35 +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
e1df6557d1
Merge pull request #1193 from adamhathcock/adam/cleanup-options
...
Change and clean up options
2026-02-10 11:21:51 +00:00
Adam Hathcock
34f4314b86
Fix test
2026-02-10 11:16:39 +00:00
Adam Hathcock
bd99c1ab27
more fluent interface for options
2026-02-10 11:10:04 +00:00
Adam Hathcock
2e364ac0eb
cleaned up writing and added more validation and tests
2026-02-10 10:48:42 +00:00
Adam Hathcock
0dcfbf56c6
fix more usage of writers
2026-02-10 09:35:39 +00:00
Adam Hathcock
399572d9d6
use specific writer options for writing archives
2026-02-10 09:03:10 +00:00
Adam Hathcock
e3c3b50ac1
Use nullability for time in arj
2026-02-10 08:26:25 +00:00
Adam Hathcock
e21631526b
mismerge
2026-02-09 17:36:22 +00:00
Adam Hathcock
cf0ad9b323
Merge remote-tracking branch 'origin/copilot/fix-rar-extraction-issues' into adam/cleanup-options
2026-02-09 17:30:50 +00:00
Adam Hathcock
938692ef33
refactor how options for reading was done
2026-02-09 17:30:11 +00:00
Adam Hathcock
84c49f152e
more removal
2026-02-09 17:05:23 +00:00
Adam Hathcock
04dd177f19
first pass of removing extraction options (folded into reader options)
2026-02-09 16:52:54 +00:00
Adam Hathcock
2e074e18d4
Merge remote-tracking branch 'origin/master' into adam/cleanup-options
2026-02-09 16:22:34 +00:00
Adam Hathcock
4f04122eb8
Merge remote-tracking branch 'origin/copilot/add-lzwreader-support' into copilot/add-lzwreader-support
2026-02-09 16:17:20 +00:00
Adam Hathcock
4475c2af73
add back substring usage
2026-02-09 16:16:32 +00:00
Adam Hathcock
ed52ed1e73
Merge remote-tracking branch 'origin/copilot/add-lzwreader-support' into copilot/add-lzwreader-support
2026-02-09 15:05:10 +00:00
copilot-swe-agent[bot]
b67b4fd57f
Add LzwReader support for .Z compressed archives
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-02-09 15:01:25 +00:00
copilot-swe-agent[bot]
1ba438d4c7
Add tests for plain .Z files (not tar-wrapped)
...
- Create test .Z file (large_test.txt.Z) using compress tool
- Add tests for direct LzwReader usage with plain .Z files
- Add tests for ReaderFactory detection of plain .Z files
- Improve filename derivation to unwrap SharpCompressStream
- Verify decompression works correctly for non-tar .Z files
- All 15 tests now passing
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-02-09 14:56:54 +00:00
Adam Hathcock
77c5fbd739
Merge remote-tracking branch 'origin/master' into copilot/add-lzwreader-support
2026-02-09 14:45:12 +00:00
Adam Hathcock
756cb7bd9d
Merge pull request #1192 from adamhathcock/dependabot/nuget/dot-config/csharpier-1.2.6
...
Bump csharpier from 1.2.5 to 1.2.6
2026-02-09 13:14:17 +00:00
copilot-swe-agent[bot]
a8c06386a3
Address code review feedback: use range syntax and dispose testStream
...
- Use C# range syntax [..^2] instead of Substring for better readability
- Wrap testStream in using statement for proper resource cleanup
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-02-09 10:56:11 +00:00
copilot-swe-agent[bot]
b3038010d9
Improve test documentation for tar.Z wrapper detection
...
- Rename test to clarify it tests tar wrapper detection
- Add detailed comment explaining why we use Tar.tar.Z (LzwStream compression not supported)
- Add assertions to verify ArchiveType.Tar and CompressionType.Lzw are correctly detected
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-02-09 10:52:13 +00:00