Commit Graph

2785 Commits

Author SHA1 Message Date
Adam Hathcock
d61b5cde2b fmt 2026-05-28 09:22:25 +01:00
Adam Hathcock
3530dd9d68 Fix merge 2026-05-28 07:46:25 +01:00
Adam Hathcock
e56465acb6 Merge branch 'master' into copilot/support-multi-threading-path
# Conflicts:
#	src/SharpCompress/Common/Zip/SeekableZipFilePart.cs
#	src/SharpCompress/Readers/ReaderOptions.cs
2026-05-28 07:33:40 +01:00
Adam Hathcock
a984a3e30a Merge pull request #1334 from adamhathcock/adam/recommended-gaps-filled
add AOT smoke and missing tests
0.49.0
2026-05-27 09:17:25 +01:00
copilot-swe-agent[bot]
0a3c36dc80 Dispose caller-provided stream in async archive open test 2026-05-27 08:05:46 +00:00
copilot-swe-agent[bot]
851aa391c6 test: dispose wrapped cancellation stream 2026-05-27 08:05:19 +00:00
copilot-swe-agent[bot]
c0b42d4806 test: dispose reader stream in async parity test 2026-05-27 08:04:00 +00:00
Adam Hathcock
55df0d30d9 add AOT smoke and missing tests 2026-05-26 15:47:44 +01:00
Adam Hathcock
98b4ffc807 Merge pull request #1332 from adamhathcock/adam/update-docs-skills
Add skills
2026-05-26 15:36:44 +01:00
Adam Hathcock
4334078d4a add rar skill 2026-05-26 15:31:25 +01:00
Adam Hathcock
35c9cdd232 add zip skill and upgrade packages 2026-05-26 15:23:29 +01:00
Adam Hathcock
9bc2a8677b update docs to remove LZMA2 from Zip 2026-05-26 15:09:34 +01:00
Adam Hathcock
c49c1f46ef Add correct Xz mapping 2026-05-26 15:06:17 +01:00
Adam Hathcock
55a6daea7a Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-05-26 10:13:07 +01:00
Adam Hathcock
7569436cdd Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-05-26 10:12:46 +01:00
Adam Hathcock
b36a8e95dd Merge pull request #1333 from adamhathcock/copilot/fix-null-filename-issue
Fix null `IVolume.FileName` for single-volume file-based archives
2026-05-26 09:26:39 +01:00
copilot-swe-agent[bot]
1af93977ba Remove regenerated lockfile noise
Agent-Logs-Url: https://github.com/adamhathcock/sharpcompress/sessions/afd8cfa5-472e-4624-bb56-1412aaa04e90

Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
2026-05-25 09:33:18 +00:00
copilot-swe-agent[bot]
34034e843b Finalize single-volume FileName fix validation
Agent-Logs-Url: https://github.com/adamhathcock/sharpcompress/sessions/afd8cfa5-472e-4624-bb56-1412aaa04e90

Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
2026-05-25 09:33:03 +00:00
copilot-swe-agent[bot]
a5ef90ee22 Revert unrelated lockfile updates
Agent-Logs-Url: https://github.com/adamhathcock/sharpcompress/sessions/afd8cfa5-472e-4624-bb56-1412aaa04e90

Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
2026-05-25 09:30:14 +00:00
copilot-swe-agent[bot]
48ff579bc8 Fix single-volume archive Volume.FileName resolution
Agent-Logs-Url: https://github.com/adamhathcock/sharpcompress/sessions/afd8cfa5-472e-4624-bb56-1412aaa04e90

Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
2026-05-25 09:29:52 +00:00
copilot-swe-agent[bot]
5185cbb765 Initial plan 2026-05-25 09:21:54 +00:00
Adam Hathcock
a702e4faf1 add tar skill 2026-05-25 10:17:25 +01:00
Adam Hathcock
673cb3637a start skills 2026-05-25 10:10:26 +01:00
Adam Hathcock
192a947524 Merge pull request #1330 from adamhathcock/adam/fix-lang-version
Add Polysharp and adjustments that do not break legacy frameworks
0.49.0-beta.140
2026-05-20 16:26:50 +01:00
copilot-swe-agent[bot]
9699907289 test older consumer API compatibility
Agent-Logs-Url: https://github.com/adamhathcock/sharpcompress/sessions/3c4b9fc7-e75a-4e7a-97eb-491fc8d1e50c

Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
2026-05-20 15:13:04 +00:00
copilot-swe-agent[bot]
63bfa185f7 fix public init-only API setters
Agent-Logs-Url: https://github.com/adamhathcock/sharpcompress/sessions/9d9bc63c-5667-44ae-82f2-bd83df142606

Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
2026-05-20 08:14:24 +00:00
Adam Hathcock
576d431378 Add PolySharp. Odd frameworks aren't supported 2026-05-20 08:55:41 +01:00
Adam Hathcock
f8c6142ce3 Merge pull request #1289 from adamhathcock/adam/tar-pax
More complete Tar implementation: USTAR, PAX, etc.
0.49.0-beta1 0.49.0-beta.136
2026-05-15 14:39:05 +01:00
Adam Hathcock
a7d5949604 Some tar fixes from review 2026-05-15 12:20:53 +01:00
Adam Hathcock
9d87274c5a build and test fixes 2026-05-15 11:41:26 +01:00
Adam Hathcock
1e3346208f Merge remote-tracking branch 'origin/master' into adam/tar-pax
# Conflicts:
#	src/SharpCompress/Archives/Tar/TarArchive.Factory.cs
#	tests/SharpCompress.Test/Tar/TarArchiveAsyncTests.cs
2026-05-15 11:19:20 +01:00
Adam Hathcock
2154419801 Merge pull request #1323 from adamhathcock/adam/write-async
Finish Write Async
2026-05-15 11:16:18 +01:00
Adam Hathcock
20a656c1a5 review feedback 2026-05-15 10:21:29 +01:00
Adam Hathcock
7b73b0b5de changed visibiilty of WriteHeaderSizeAsync 2026-05-15 09:24:46 +01:00
Adam Hathcock
b8376cb765 Merge remote-tracking branch 'origin/adam/write-async' into adam/write-async 2026-05-14 16:59:11 +01:00
Adam Hathcock
7e9525f478 Remove leave open usage for writer 2026-05-14 16:58:52 +01:00
Adam Hathcock
a6b644f3ec merge fixes 2026-05-14 16:13:49 +01:00
Adam Hathcock
63b104f2e7 Merge remote-tracking branch 'origin/master' into adam/write-async
# Conflicts:
#	src/SharpCompress/Compressors/LZMA/Lzma2EncoderStream.cs
#	src/SharpCompress/Factories/TarFactory.cs
#	src/SharpCompress/Polyfills/StreamExtensions.cs
#	src/SharpCompress/Writers/IWriter.cs
2026-05-14 16:12:13 +01:00
Adam Hathcock
9faf6fe757 fix legacy type issues 2026-05-14 15:35:57 +01:00
Adam Hathcock
da20f512aa use ValueTask where possible 2026-05-14 15:10:04 +01:00
Adam Hathcock
d3fb640aaa BZip2 now is async 2026-05-14 14:51:27 +01:00
Adam Hathcock
270b018739 fixed zip writing for PPMD 2026-05-14 13:39:46 +01:00
Adam Hathcock
9e2aac2521 Merge remote-tracking branch 'origin/release' into adam/write-async 2026-05-14 13:09:34 +01:00
Adam Hathcock
063e0daa15 Merge pull request #1320 from adamhathcock/adam/fix-gzip-save
Fix GZip write async
0.48.1
2026-05-14 10:18:35 +01:00
Adam Hathcock
4816f09e6c fmt 2026-05-14 08:48:18 +01:00
Adam Hathcock
b681f96077 windows fix 2026-05-14 08:46:06 +01:00
Adam Hathcock
564f136845 Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-05-14 08:36:23 +01:00
Adam Hathcock
c66742d4c4 Merge remote-tracking branch 'origin/release' into adam/fix-gzip-save 2026-05-14 08:36:02 +01:00
Adam Hathcock
fa296525c8 Merge pull request #1322 from adamhathcock/adam/release-test-cleanup
release test cleanup
2026-05-14 08:35:16 +01:00
Adam Hathcock
f34ca7c67c lock file for release 2026-05-14 08:27:22 +01:00