copilot-swe-agent[bot]
|
3cc4ccedfe
|
Fix decompression performance by delaying stream wrapping
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2025-10-27 10:58:53 +00:00 |
|
copilot-swe-agent[bot]
|
f27ea2d5f6
|
Initial plan for decompression performance fix
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2025-10-27 10:53:39 +00:00 |
|
copilot-swe-agent[bot]
|
292729028b
|
Initial plan
|
2025-10-27 10:45:19 +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 |
|
copilot-swe-agent[bot]
|
c52fc6f240
|
Initial plan
|
2025-10-25 18:12:45 +00:00 |
|
Adam Hathcock
|
ee136b024a
|
Merge pull request #974 from adamhathcock/adam/enable-agent
chore: add Copilot coding agent config and CI workflow
|
2025-10-25 16:09:51 +01:00 |
|
Adam Hathcock
|
699bc5f34b
|
chore: add Copilot coding agent config and CI workflow
|
2025-10-25 16:05:09 +01:00 |
|
Adam Hathcock
|
9eed8e842c
|
Merge pull request #972 from TwanVanDongen/master
Handle vendor-specific and malformed ZIP extra fields safely
|
2025-10-25 13:53:10 +01:00 |
|
Twan van Dongen
|
6d652a12ee
|
And again forgot to apply CSharpierAdds bounds checks to prevent exceptions when extra fields are truncated or non-standard (e.g., 0x4341 "AC"/ARC0). Stops parsing gracefully, allowing other fields to be processed.
|
2025-10-24 17:18:37 +02:00 |
|
Adam Hathcock
|
e043e06656
|
Merge pull request #969 from adamhathcock/adam/perf
Add JB perf testing project.
|
2025-10-23 14:34:43 +01:00 |
|
Adam Hathcock
|
14b52599f4
|
Update src/SharpCompress/Compressors/Rar/UnpackV1/Unpack.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-23 14:20:54 +01:00 |
|
Adam Hathcock
|
e3e2c0c567
|
Update tests/SharpCompress.Performance/LargeMemoryStream.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-23 14:19:16 +01:00 |
|
Adam Hathcock
|
4fc5d60f03
|
reduce visibility
|
2025-10-23 14:16:39 +01:00 |
|
Adam Hathcock
|
c37a9e0f82
|
Merge remote-tracking branch 'origin/adam/perf' into adam/perf
|
2025-10-23 13:50:31 +01:00 |
|
Adam Hathcock
|
fed17ebb96
|
fmt
|
2025-10-23 13:50:07 +01:00 |
|
Adam Hathcock
|
eeac678872
|
More usage of pool and better copy
|
2025-10-23 13:49:54 +01:00 |
|
Adam Hathcock
|
f9ed0f2df9
|
Update tests/SharpCompress.Performance/Program.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-23 11:47:42 +01:00 |
|
Adam Hathcock
|
0ddbacac85
|
Update src/SharpCompress/Compressors/Rar/UnpackV1/UnpackUtility.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-23 11:47:27 +01:00 |
|
Adam Hathcock
|
f0d28aa5cf
|
fmt
|
2025-10-23 11:43:38 +01:00 |
|
Adam Hathcock
|
cc84f6fee4
|
more making rar faster
|
2025-10-23 11:43:21 +01:00 |
|
Adam Hathcock
|
00e6eef369
|
used AI to optimize some copys and shifting
|
2025-10-23 11:18:50 +01:00 |
|
Adam Hathcock
|
1ae71907bc
|
don't need to clear everything
|
2025-10-23 10:53:54 +01:00 |
|
Adam Hathcock
|
3ff688fba2
|
clear and null check
|
2025-10-23 10:48:18 +01:00 |
|
Adam Hathcock
|
bb59b3d456
|
add pool to LZMA out window
|
2025-10-23 09:54:52 +01:00 |
|
Adam Hathcock
|
186ea74ada
|
add some fixes for rar to pool memory
|
2025-10-23 09:40:15 +01:00 |
|
Adam Hathcock
|
c108f2dcf3
|
add perf testing project using JB memory and cpu
|
2025-10-23 09:39:57 +01:00 |
|
Adam Hathcock
|
4cca232d83
|
Merge pull request #959 from adamhathcock/adam/xz-wrapped-often
Removed wrappers that weren't needed (probably)
|
2025-10-22 11:54:47 +01:00 |
|
Adam Hathcock
|
1db511e9cb
|
Merge branch 'master' into adam/xz-wrapped-often
|
2025-10-22 11:51:46 +01:00 |
|
Adam Hathcock
|
76afa7d3bf
|
Merge pull request #968 from adamhathcock/adam/rework-deps
rework dependencies to be correct for frameworks and update
|
2025-10-22 11:51:30 +01:00 |
|
Adam Hathcock
|
3513f7b1cd
|
Update src/SharpCompress/SharpCompress.csproj
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-22 10:51:12 +01:00 |
|
Adam Hathcock
|
4531fe39e6
|
Merge branch 'master' into adam/rework-deps
|
2025-10-22 10:48:16 +01:00 |
|
Adam Hathcock
|
8d276a85bc
|
rework dependencies to be correct for frameworks and update
|
2025-10-22 10:47:43 +01:00 |
|
Adam Hathcock
|
5f0d042bc3
|
Merge pull request #967 from adamhathcock/adam/reduce-custom-utilities
Reduce custom utilities for arrays/bytes
|
2025-10-22 10:41:10 +01:00 |
|