Adam Hathcock
979c8d9234
Merge fixes
2026-01-26 14:20:42 +00:00
Adam Hathcock
04eabb7866
Merge remote-tracking branch 'origin/master' into adam/async-creation
...
# Conflicts:
# src/SharpCompress/Common/EntryStream.cs
# src/SharpCompress/IO/BufferedSubStream.cs
# src/SharpCompress/packages.lock.json
2026-01-26 14:16:14 +00:00
Adam Hathcock
fc63217dd0
Merge remote-tracking branch 'origin/release' into adam/release-to-master
...
# Conflicts:
# src/SharpCompress/IO/BufferedSubStream.cs
# tests/SharpCompress.Test/Zip/ZipReaderAsyncTests.cs
# tests/SharpCompress.Test/Zip/ZipReaderTests.cs
2026-01-26 13:24:25 +00:00
copilot-swe-agent[bot]
875c2d7694
Fix BufferedSubStream double-dispose issue with ArrayPool
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-01-26 12:10:19 +00:00
Adam Hathcock
a82fda98d7
more testing and add pooling to cache
2026-01-26 11:45:25 +00:00
Adam Hathcock
984ea8f46f
remove posix
2026-01-25 16:38:28 +00:00
Adam Hathcock
def0bce221
remove mono dep as it's annoying
2026-01-25 15:12:17 +00:00
Adam Hathcock
9caf7be928
Revert testing
2026-01-24 10:23:02 +00:00
Adam Hathcock
bf4217fde6
Merge pull request #1156 from adamhathcock/copilot/fix-sharpcompress-archive-iteration
...
Fix silent iteration failure when input stream throws on Flush()
# Conflicts:
# src/SharpCompress/packages.lock.json
2026-01-24 10:18:02 +00:00
copilot-swe-agent[bot]
f2bb81d611
Add async versions of archive iteration regression tests
...
- Added Archive_Iteration_DoesNotBreak_WhenFlushThrows_Deflate_Async
- Added Archive_Iteration_DoesNotBreak_WhenFlushThrows_LZMA_Async
- Both async tests mirror the sync versions and pass successfully
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-01-23 16:42:44 +00:00
copilot-swe-agent[bot]
41e0c151de
Fix regression: archive iteration breaking when input stream throws in Flush()
...
- Modified ZlibBaseStream.Flush() and FlushAsync() to only flush the underlying stream when in Writer mode
- Added ThrowOnFlushStream mock for testing
- Added regression tests for Deflate and LZMA compressed archives
- All tests pass successfully
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-01-23 16:04:09 +00:00
Adam Hathcock
414cad1241
add braces
2026-01-23 10:55:51 +00:00
Adam Hathcock
abe0087cfd
fmt
2026-01-23 10:32:11 +00:00
Adam Hathcock
060b1ed5dd
fix disposal and add tests
2026-01-23 10:25:41 +00:00
Adam Hathcock
21ce9a38e6
fix up tests
2026-01-23 09:04:55 +00:00
Adam Hathcock
7732fbb698
Merge pull request #1151 from adamhathcock/copilot/fix-entrystream-flush-issue
...
Fix EntryStream.Dispose() throwing NotSupportedException on non-seekable streams
2026-01-23 08:59:56 +00:00
Adam Hathcock
44402414a6
LZMA create
2026-01-22 17:01:48 +00:00
Adam Hathcock
3b83d08e2a
fmt
2026-01-22 16:38:44 +00:00
Adam Hathcock
b622a2ce73
fix disposal and other simple issues
2026-01-22 16:38:35 +00:00
Adam Hathcock
c5814502f6
clean up and fixing tests....need to revisit disposal
2026-01-22 16:24:07 +00:00
Adam Hathcock
9403c12793
Add await
2026-01-22 15:42:54 +00:00
Adam Hathcock
77c1cebefc
Merge remote-tracking branch 'origin/master' into adam/async-creation
...
# Conflicts:
# src/SharpCompress/Common/EntryStream.cs
# tests/SharpCompress.Test/SharpCompress.Test.csproj
2026-01-22 15:29:38 +00:00
Adam Hathcock
1522e64797
fix async tests
2026-01-22 15:15:57 +00:00
Adam Hathcock
5152e3197e
fix build flags
2026-01-22 15:12:18 +00:00
copilot-swe-agent[bot]
9628f2dda1
Add async tests for EntryStream.Dispose on non-seekable streams
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-01-22 14:35:16 +00:00
Adam Hathcock
65208a30c1
fix more tests
2026-01-22 14:15:47 +00:00
copilot-swe-agent[bot]
7cbdc5b46c
Format code with CSharpier
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-01-22 13:21:36 +00:00
copilot-swe-agent[bot]
8b74243e79
Update test comments to include version context
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-01-22 13:07:32 +00:00
copilot-swe-agent[bot]
f77a2aabab
Fix EntryStream.Dispose() to not throw NotSupportedException on non-seekable streams
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-01-22 13:04:58 +00:00
Adam Hathcock
b9ed2b09c1
fmt
2026-01-22 09:05:26 +00:00
Adam Hathcock
db0bb8a30d
fix some 7z tests
2026-01-22 08:52:00 +00:00
Adam Hathcock
1a87075f33
GZip fix
2026-01-22 08:13:34 +00:00
Adam Hathcock
8df9232171
use extension where appropriate with more fixes
2026-01-21 16:57:25 +00:00
Adam Hathcock
7b7eba8cd9
more fixes
2026-01-21 16:11:40 +00:00
Adam Hathcock
169364f6ae
fix disposal
2026-01-21 15:37:56 +00:00
Adam Hathcock
c38f74d34c
Merge remote-tracking branch 'origin/master' into adam/async-creation
...
# Conflicts:
# src/SharpCompress/Compressors/BZip2/BZip2Stream.cs
# src/SharpCompress/Compressors/BZip2/CBZip2InputStream.cs
# src/SharpCompress/Compressors/Deflate/DeflateStream.cs
2026-01-21 15:31:44 +00:00
Adam Hathcock
895699d22e
fmt
2026-01-20 16:53:08 +00:00
Adam Hathcock
cf901c2784
fix test
2026-01-20 16:44:34 +00:00
Adam Hathcock
a8d5b8e86b
intermediate commit
2026-01-20 15:19:46 +00:00
Adam Hathcock
0a9c5bfe15
format changes
2026-01-20 13:40:51 +00:00
Adam Hathcock
ff0769e988
Create factory for CBZip2InputStream
2026-01-20 13:21:11 +00:00
Adam Hathcock
3987733079
LZW async
2026-01-20 12:56:13 +00:00
Adam Hathcock
b26d38b7e4
another tar test fix
2026-01-20 12:34:49 +00:00
Adam Hathcock
2175cb299d
tar fixes
2026-01-20 12:22:38 +00:00
Adam Hathcock
8abb972f87
Fix test
2026-01-20 11:01:17 +00:00
Adam Hathcock
44174e7b03
some fixes
2026-01-20 09:07:57 +00:00
Adam Hathcock
884f0b702e
some grunt rar header async
2026-01-19 16:08:20 +00:00
Adam Hathcock
d74454f7e9
Merge pull request #1145 from adamhathcock/copilot/add-leaveopen-parameter-lzipstream
...
Add leaveOpen parameter to LZipStream and BZip2Stream
2026-01-19 09:58:10 +00:00
copilot-swe-agent[bot]
9454466be7
Add comprehensive tests for leaveOpen behavior and fix BZip2 stream disposal
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-01-19 07:33:22 +00:00
copilot-swe-agent[bot]
0e4a159998
Add leaveOpen parameter to LZipStream and BZip2Stream
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-01-19 07:31:20 +00:00