Commit Graph

2601 Commits

Author SHA1 Message Date
Adam Hathcock
33c95d77ed fmt 2026-02-16 11:16:06 +00:00
Adam Hathcock
7f286da74e more build fixes 2026-02-16 11:15:58 +00:00
Adam Hathcock
5c1547c284 build fixes 2026-02-16 11:03:59 +00:00
Adam Hathcock
eca7bcb515 more clean up 2026-02-16 10:58:01 +00:00
Adam Hathcock
17776d0659 more comments 2026-02-16 10:29:41 +00:00
Adam Hathcock
8088f45d18 more styling comments 2026-02-16 10:27:40 +00:00
Adam Hathcock
be63c35876 more async styling 2026-02-16 10:19:29 +00:00
Adam Hathcock
ead253afe8 some async fixes 2026-02-16 10:03:20 +00:00
Adam Hathcock
4ab03c0093 fixed more 2026-02-16 09:27:06 +00:00
Adam Hathcock
8e715a3077 Fixed some easy suggestions 2026-02-16 09:22:06 +00:00
Adam Hathcock
2a613a8427 Merge branch 'master' into adam/fix-editorconfig-errors 2026-02-16 09:08:55 +00:00
Adam Hathcock
07062e198c Merge branch 'release' 2026-02-16 09:03:22 +00:00
Adam Hathcock
1fddd102dc Merge pull request #1219 from adamhathcock/copilot/fix-nullreferenceexception-7z-extraction 0.46.1 2026-02-14 10:43:36 +00:00
Adam Hathcock
b7f41acd19 Merge pull request #1220 from adamhathcock/adam/issue-936
Expose SharpCompressStream to allow ringbuffer to be used on non-seekable streams
2026-02-14 10:35:19 +00:00
Adam Hathcock
71d993fab1 Update src/SharpCompress/IO/SharpCompressStream.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-14 10:35:02 +00:00
Adam Hathcock
13fdb4d7ca add better length from master 2026-02-14 10:34:12 +00:00
Adam Hathcock
4546a3acd2 add some docs 2026-02-14 10:26:33 +00:00
Adam Hathcock
cdb13da054 Merge branch 'release' into copilot/fix-nullreferenceexception-7z-extraction 2026-02-14 10:22:41 +00:00
Adam Hathcock
a2a1b2e8fd Expose SharpCompressStream to allow ringbuffer to be used on non-seekable streams 2026-02-14 10:16:01 +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
eb5394a194 Remove debug related items 2026-02-13 15:50:54 +00:00
Adam Hathcock
7e0091cba5 fmt 2026-02-13 15:39:11 +00:00
Adam Hathcock
0db412d710 test fix 2026-02-13 15:33:13 +00:00
Adam Hathcock
8669948221 fmt 2026-02-13 15:01:26 +00:00
Adam Hathcock
5263f43c29 more nulls and a namespace folder fix 2026-02-13 15:01:12 +00:00
Adam Hathcock
eb5c5faa99 some nullability fixes 2026-02-13 14:43:56 +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
cd1684b81c merge fixes 2026-02-13 14:26:21 +00:00
Adam Hathcock
26d49198f0 Merge remote-tracking branch 'origin/master' into adam/fix-editorconfig-errors
# Conflicts:
#	src/SharpCompress/Common/Zip/ZipFilePart.cs
#	src/SharpCompress/Compressors/BZip2/BZip2Stream.cs
2026-02-13 14:23:42 +00:00
Adam Hathcock
18eb140017 Merge pull request #1197 from adamhathcock/adam/add-alternate-compressions
Add ability to have alternate compressions
2026-02-13 13:46:35 +00:00
Adam Hathcock
d138999445 adjust tests 2026-02-13 13:38:37 +00:00
Adam Hathcock
7cef629a06 add compiler flags 2026-02-13 12:46:48 +00:00
Adam Hathcock
76352df852 revamped and added SC stream tests 2026-02-13 12:44:12 +00:00
Adam Hathcock
69a434b0e7 sc stream length is better 2026-02-13 12:34:39 +00:00
Adam Hathcock
39c9d68c4f Better usage of reader options 2026-02-13 11:00:53 +00:00
Adam Hathcock
da5cc69a06 fix up gzip encoding 2026-02-13 09:51:46 +00:00
Adam Hathcock
6c2e27870d reducing duplication in providers 2026-02-12 17:02:03 +00:00
Adam Hathcock
d667288a87 added async stream creation 2026-02-12 16:49:56 +00:00
Adam Hathcock
165239c971 Merge pull request #1213 from adamhathcock/copilot/fix-compression-type-entry
Fix CompressionType for WinZip AES encrypted ZIP entries
2026-02-12 16:33:28 +00:00
copilot-swe-agent[bot]
d68b9d6a86 Final validation - all tests pass, no security issues
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
2026-02-12 15:51:01 +00:00
copilot-swe-agent[bot]
359b1093bc Add named constants for WinZip AES extra data magic numbers
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
2026-02-12 15:47:30 +00:00
copilot-swe-agent[bot]
ebb8f16e44 Fix CompressionType for WinZip AES encrypted entries
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
2026-02-12 15:45:52 +00:00
Adam Hathcock
6931a78bed add async stream creation concept 2026-02-12 15:41:16 +00:00
copilot-swe-agent[bot]
c7dac12cd9 Initial analysis - WinZip AES encrypted entries show CompressionType: Unknown
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
2026-02-12 15:40:59 +00:00
copilot-swe-agent[bot]
a505808549 Initial plan 2026-02-12 15:37:05 +00:00
Adam Hathcock
a92f82ef28 complete the usage of providers for detection and async 2026-02-12 15:09:21 +00:00
Adam Hathcock
ae0b4f5c4c forgot some files 2026-02-12 14:31:13 +00:00