Adam Hathcock
79653eee80
Merge remote-tracking branch 'origin/master' into async-reader-methods
2025-10-28 10:11:11 +00:00
Adam Hathcock
16ad86c52a
add async implementations to readonlysubstream
2025-10-28 10:09:46 +00:00
Adam Hathcock
e287d0811d
minor clean up
2025-10-28 09:58:01 +00:00
Adam Hathcock
a7164f3c9f
Merge pull request #987 from adamhathcock/copilot/fix-gzip-extract-not-supported-exception
...
Fix GZip extraction NotSupportedException for non-seekable streams
2025-10-27 14:26:04 +00:00
Adam Hathcock
c55060039a
Merge branch 'master' into copilot/fix-gzip-extract-not-supported-exception
2025-10-27 14:21:49 +00:00
Adam Hathcock
c68d8deddd
add async tests
2025-10-27 12:34:24 +00:00
Adam Hathcock
f6eabc5db1
Merge remote-tracking branch 'origin/master' into async-reader-methods
...
# Conflicts:
# src/SharpCompress/packages.lock.json
2025-10-27 12:24:14 +00:00
Adam Hathcock
72d5884db6
added async reader overloads
2025-10-27 12:23:54 +00:00
Adam Hathcock
3595c89c79
Merge pull request #983 from adamhathcock/copilot/set-up-copilot-instructions
...
Configure Copilot coding agent instructions for SharpCompress
2025-10-27 12:13:50 +00:00
Adam Hathcock
9ebbc718c5
Merge branch 'master' into copilot/fix-gzip-extract-not-supported-exception
2025-10-27 12:11:32 +00:00
Adam Hathcock
e862480b86
Merge branch 'master' into copilot/set-up-copilot-instructions
2025-10-27 12:09:55 +00:00
Adam Hathcock
1f3d8fe6f1
Merge pull request #986 from adamhathcock/copilot/fix-compressiontype-none-bug
...
Support CompressionType.None for uncompressed 7z files
2025-10-27 12:06:52 +00:00
Adam Hathcock
41ae036ab4
Merge branch 'master' into copilot/set-up-copilot-instructions
2025-10-27 12:04:58 +00:00
copilot-swe-agent[bot]
588d176b96
Final verification - all tests pass
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 11:15:16 +00:00
copilot-swe-agent[bot]
f8697120a0
Add support for CompressionType.None for uncompressed 7z files
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 11:11:38 +00:00
copilot-swe-agent[bot]
1a767105e6
Add explanatory comment for EntryStartPosition initialization
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 11:09:52 +00:00
copilot-swe-agent[bot]
4067b6ed2c
Fix GZip extraction for non-seekable streams
...
- Modified GZipFilePart to only access stream.Position when stream.CanSeek is true
- Modified GZipArchiveEntry.OpenEntryStream to check CanSeek before accessing Position
- Added test case GZip_Archive_NonSeekableStream to verify non-seekable stream support
- All existing tests pass
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 11:08:38 +00:00
copilot-swe-agent[bot]
b272dbfd1f
Clarify CSharpier should be run from project root
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 11:07:02 +00:00
copilot-swe-agent[bot]
48be7bbf86
Correct formatting instructions to use CSharpier
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 11:05:47 +00:00
copilot-swe-agent[bot]
51e22cea71
Initial plan for fixing GZip non-seekable stream support
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 11:02:53 +00:00
copilot-swe-agent[bot]
2241e27e68
Initial exploration: Understanding the issue
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 11:02:29 +00:00
copilot-swe-agent[bot]
11c90ae879
Update Copilot configuration to reflect actual project setup
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 11:00:02 +00:00
copilot-swe-agent[bot]
cf55125202
Initial plan
2025-10-27 10:58:07 +00:00
copilot-swe-agent[bot]
9cefb85905
Enhance AGENTS.md with SharpCompress-specific guidelines
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 10:57:22 +00:00
copilot-swe-agent[bot]
fc672da0e0
Initial plan
2025-10-27 10:55:53 +00:00
Adam Hathcock
25b297b142
Merge pull request #980 from adamhathcock/async-gzip-tests
...
adds more async tests and overloads to make things writable and async
2025-10-27 10:54:42 +00:00
Adam Hathcock
ab03c12fa8
add more tests
2025-10-27 10:52:03 +00:00
copilot-swe-agent[bot]
3095c805ad
Initial plan
2025-10-27 10:48:24 +00:00
Adam Hathcock
9c18daafb8
Merge remote-tracking branch 'origin/async-gzip-tests' into async-gzip-tests
2025-10-27 10:46:15 +00:00
Adam Hathcock
16182417fb
add tar specific tests
2025-10-27 10:46:08 +00:00
Adam Hathcock
9af35201e4
Merge branch 'master' into async-gzip-tests
2025-10-27 10:31:51 +00:00
Adam Hathcock
f21b982955
adds more async tests and overloads to make things writable and async
2025-10-27 10:31:10 +00:00
Adam Hathcock
b3a20d05c5
Merge pull request #978 from adamhathcock/copilot/enhance-stream-io-async-support
...
Add comprehensive async/await support for Stream I/O operations
2025-10-27 10:23:08 +00:00
Adam Hathcock
4cd024a2b2
Merge remote-tracking branch 'origin/master' into copilot/enhance-stream-io-async-support
2025-10-27 10:20:06 +00:00
Adam Hathcock
63d08ebfd2
update agents
2025-10-27 10:19:57 +00:00
Adam Hathcock
c696197b03
formatting
2025-10-27 10:19:24 +00:00
Adam Hathcock
738a72228b
added fixes and more async tests
2025-10-27 10:15:06 +00:00
Adam Hathcock
90641f4488
Merge pull request #979 from adamhathcock/dependabot/github_actions/actions/upload-artifact-5
...
Bump actions/upload-artifact from 4 to 5
2025-10-27 10:06:02 +00:00
Adam Hathcock
a4cc7eaf9b
fully use async for zlibbase
2025-10-27 09:51:39 +00:00
Adam Hathcock
fdca728fdc
add some dispose async
2025-10-27 09:47:15 +00:00
dependabot[bot]
d2c4ae8cdf
Bump actions/upload-artifact from 4 to 5
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-27 09:43:01 +00:00
Adam Hathcock
f3d3ac30a6
add gubbins
2025-10-27 09:39:08 +00:00
Adam Hathcock
f8cc4ade8a
format
2025-10-27 09:37:00 +00:00
copilot-swe-agent[bot]
b3975b7bbd
Add async tests for EntryStream and compression streams
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 09:28:34 +00:00
copilot-swe-agent[bot]
4f1b61f5bc
Add async support to DeflateStream and GZipStream
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 09:20:37 +00:00
copilot-swe-agent[bot]
beeb37b4fd
Add async support to EntryStream, ZlibStream, and ZlibBaseStream
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 09:11:29 +00:00
copilot-swe-agent[bot]
43aa2bad22
Integrate async/await support from PR #976 as baseline
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-27 09:00:38 +00:00
copilot-swe-agent[bot]
1b2ba921bb
Initial plan
2025-10-27 08:48:01 +00:00
Adam Hathcock
f543da0ea8
Merge pull request #977 from adamhathcock/copilot/add-copilot-agent-config
...
Add Copilot agent manifest and usage documentation
2025-10-27 08:42:20 +00:00
copilot-swe-agent[bot]
e60c9efa84
Add copilot agent configuration and documentation
...
- Create .github/agents/copilot-agent.yml with agent manifest
- Replace AGENTS.md with agent usage and command documentation
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2025-10-25 18:16:47 +00:00