Adam Hathcock
|
f766213d06
|
Merge branch 'master' into adam/writers-should-async
# Conflicts:
# src/SharpCompress/Writers/WriterOptionsExtensions.cs
# tests/SharpCompress.Test/GZip/GZipWriterAsyncTests.cs
# tests/SharpCompress.Test/WriterTests.cs
|
2026-02-22 10:45:17 +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
|
5f3031db4a
|
Open for writing should be async
|
2026-02-12 11:53:19 +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
|
2e364ac0eb
|
cleaned up writing and added more validation and tests
|
2026-02-10 10:48:42 +00:00 |
|
Adam Hathcock
|
cc6e410be8
|
some options
|
2026-02-06 15:16:45 +00:00 |
|
Adam Hathcock
|
43276b32b7
|
better sync over async
|
2026-02-04 13:25:05 +00:00 |
|
Adam Hathcock
|
c5814502f6
|
clean up and fixing tests....need to revisit disposal
|
2026-01-22 16:24:07 +00:00 |
|
Adam Hathcock
|
08118f7286
|
add more async writing
|
2026-01-18 15:07:02 +00:00 |
|
Adam Hathcock
|
408d2e6663
|
Async add entry
|
2026-01-18 14:57:01 +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 |
|
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 |
|
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 |
|
Adam Hathcock
|
7fbd751d27
|
change tests to work
|
2026-01-15 13:00:05 +00:00 |
|
Adam Hathcock
|
85b28dfe68
|
more refactoring
|
2026-01-15 12:20:35 +00:00 |
|
Adam Hathcock
|
779fba5deb
|
finish the open refactor?
|
2026-01-15 12:06:54 +00:00 |
|
Adam Hathcock
|
7b76858ae1
|
refactoring naming again
|
2026-01-15 11:41:30 +00:00 |
|
Adam Hathcock
|
c1d240b516
|
Fix more tests
|
2026-01-14 14:06:39 +00:00 |
|
Adam Hathcock
|
a1a86cdde8
|
fmt
|
2026-01-13 14:29:10 +00:00 |
|
Adam Hathcock
|
fc85f1fa2c
|
more tar async fixes
|
2026-01-13 14:28:45 +00:00 |
|
Adam Hathcock
|
9cf2b3129c
|
fixed up async writer
|
2026-01-13 13:54:15 +00:00 |
|
Adam Hathcock
|
fce4a96718
|
make Writable interfaces for archive
|
2026-01-12 14:57:13 +00:00 |
|
Adam Hathcock
|
17cd934b5b
|
use async methods where we can
|
2026-01-08 16:24:11 +00:00 |
|
Adam Hathcock
|
3747a27109
|
Task to ValueTask
|
2026-01-08 12:35:12 +00:00 |
|
Adam Hathcock
|
16182417fb
|
add tar specific tests
|
2025-10-27 10:46:08 +00:00 |
|