Adam Hathcock
|
268ee191e8
|
Merge pull request #1226 from adamhathcock/adam/downgrade-async
NuGet Release / build-and-publish (ubuntu-latest) (push) Failing after 14s
NuGet Release / build-and-publish (windows-latest) (push) Has been cancelled
Downgrade dependencies for legacy frameworks
|
2026-02-17 14:03:39 +00:00 |
|
Adam Hathcock
|
c5200c299c
|
Downgrade dependencies for legacy frameworks
|
2026-02-17 13:32:34 +00:00 |
|
Adam Hathcock
|
1fddd102dc
|
Merge pull request #1219 from adamhathcock/copilot/fix-nullreferenceexception-7z-extraction
NuGet Release / build-and-publish (ubuntu-latest) (push) Failing after 13s
NuGet Release / build-and-publish (windows-latest) (push) Has been cancelled
|
2026-02-14 10:43:36 +00:00 |
|
Adam Hathcock
|
13fdb4d7ca
|
add better length from master
|
2026-02-14 10:34:12 +00:00 |
|
Adam Hathcock
|
cdb13da054
|
Merge branch 'release' into copilot/fix-nullreferenceexception-7z-extraction
|
2026-02-14 10:22:41 +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 |
|
copilot-swe-agent[bot]
|
eb7e55ac7d
|
Initial plan
|
2026-02-14 10:08:28 +00:00 |
|
Adam Hathcock
|
c81e78b5bb
|
fix async benchmarks
|
2026-02-12 11:07:11 +00:00 |
|
Adam Hathcock
|
fb707aa676
|
push to nuget only on tags
|
2026-02-12 10:56:26 +00:00 |
|
Adam Hathcock
|
147dbc878a
|
Merge pull request #1210 from adamhathcock/adam/issue-1206
NuGet Release / build-and-publish (ubuntu-latest) (push) Failing after 10s
NuGet Release / build-and-publish (windows-latest) (push) Has been cancelled
OpenAsyncReader, OpenAsyncArchive and others must be async for Tar detection
|
2026-02-12 10:43:10 +00:00 |
|
Adam Hathcock
|
06bd6d9bed
|
Merge pull request #1202 from adamhathcock/adam/async-benchmarks
update benchmarks to include async paths
|
2026-02-12 10:37:21 +00:00 |
|
Adam Hathcock
|
7f6272807d
|
update docs
|
2026-02-12 10:32:20 +00:00 |
|
Adam Hathcock
|
89d948b4e1
|
use configure await false
|
2026-02-12 10:29:15 +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
|
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
|
98d0f1913e
|
make sure things compile adam
|
2026-02-11 14:19:21 +00:00 |
|
Adam Hathcock
|
8aa93f4e34
|
fix fmt
|
2026-02-11 14:02:27 +00:00 |
|
Adam Hathcock
|
3689b893db
|
Update tests/SharpCompress.Performance/Benchmarks/SevenZipBenchmarks.cs
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
|
2026-02-11 14:00:37 +00:00 |
|
Adam Hathcock
|
fbec7dc083
|
generate github actions baseline
|
2026-02-11 13:57:06 +00:00 |
|
Adam Hathcock
|
7cf7623438
|
update benchmarks to include async paths
|
2026-02-11 13:36:26 +00:00 |
|
Adam Hathcock
|
8a54f253d5
|
Merge pull request #1200 from adamhathcock/adam/fix-async-7z-seeking
NuGet Release / build-and-publish (ubuntu-latest) (push) Failing after 12s
NuGet Release / build-and-publish (windows-latest) (push) Has been cancelled
|
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
NuGet Release / build-and-publish (ubuntu-latest) (push) Failing after 11s
NuGet Release / build-and-publish (windows-latest) (push) Has been cancelled
|
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 |
|