Adam Hathcock
6ddcbf2bc9
fix some tests
2026-01-28 11:37:24 +00:00
Adam Hathcock
c219eb4abb
Merge branch 'release'
...
# Conflicts:
# src/SharpCompress/Archives/ArchiveFactory.cs
# src/SharpCompress/Archives/AutoArchiveFactory.cs
# src/SharpCompress/Archives/SevenZip/SevenZipArchive.cs
# src/SharpCompress/Archives/Zip/ZipArchive.cs
# src/SharpCompress/Factories/AceFactory.cs
# src/SharpCompress/Factories/ArcFactory.cs
# src/SharpCompress/Factories/ArjFactory.cs
# src/SharpCompress/Factories/Factory.cs
# src/SharpCompress/Factories/GZipFactory.cs
# src/SharpCompress/Factories/IFactory.cs
# src/SharpCompress/Factories/RarFactory.cs
# src/SharpCompress/Factories/SevenZipFactory.cs
# src/SharpCompress/Factories/TarFactory.cs
# src/SharpCompress/Factories/ZStandardFactory.cs
# src/SharpCompress/Factories/ZipFactory.cs
# src/SharpCompress/IO/SharpCompressStream.cs
# src/SharpCompress/Readers/AbstractReader.cs
# src/SharpCompress/Utility.cs
2026-01-28 11:12:49 +00:00
Adam Hathcock
8a67d501a8
Don't use reflection in tests
2026-01-28 08:10:06 +00:00
copilot-swe-agent[bot]
3c87242bd0
Add test to verify folder stream reuse in solid archives
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-01-27 17:29:44 +00:00
copilot-swe-agent[bot]
db2f5c9cb9
Fix SevenZipReader to iterate entries as contiguous streams
...
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-01-27 17:01:18 +00:00
Adam Hathcock
65208a30c1
fix more tests
2026-01-22 14:15:47 +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
8df9232171
use extension where appropriate with more fixes
2026-01-21 16:57:25 +00:00
Adam Hathcock
cd70a7760e
remvoe AutoFactory
2026-01-16 11:44:12 +00:00
Adam Hathcock
f4ce4cbad8
fix tests for both frameworks
2026-01-16 08:43:13 +00:00
Adam Hathcock
491beabe03
uncomment tests
2026-01-16 08:35:49 +00:00
Adam Hathcock
5c06b8c48f
enable single test
2026-01-15 16:41:58 +00:00
Adam Hathcock
2d597e6e43
be more lazy with loading of sync stuff
2026-01-15 15:09:23 +00:00
Adam Hathcock
a410f73bf3
archive asyncs are more right
2026-01-15 14:52:10 +00:00
Adam Hathcock
2756b1f6f8
more refactor
2026-01-15 11:55:56 +00:00
Adam Hathcock
7b76858ae1
refactoring naming again
2026-01-15 11:41:30 +00:00
Adam Hathcock
3747a27109
Task to ValueTask
2026-01-08 12:35:12 +00:00
Adam Hathcock
833dd7b3a2
fix tests and fmt
2026-01-06 15:33:43 +00:00
copilot-swe-agent[bot]
7116c0d098
Add async support to BufferedSubStream for 7zip decompression
...
- Implemented ReadAsync and RefillCacheAsync methods in BufferedSubStream
- Added async test cases for SevenZipArchive (LZMA, LZMA2, Solid, BZip2, PPMd)
- Tests show LZMA, BZip2, and PPMd working correctly
- LZMA2 and Solid archives still failing with Data Error - investigating cache state management
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com >
2026-01-06 14:13:48 +00:00
HeroponRikIBestest
e0660e7775
Add tests
2025-12-02 09:55:24 -05: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
Morilli
8de30db7f9
add failing test
2025-07-13 15:08:45 +02:00
Adam Hathcock
e7417e35ba
Update dependencies and csharpier
2025-04-28 16:18:01 +01:00
Victor Nova
704a0cb35d
added support for 7zip SFX archives by handling ReaderOptions.LookForHeader
2024-08-05 23:11:15 -07:00
Adam Hathcock
fb55624f5f
add more null handling
2024-04-18 14:25:10 +01:00
klimatr26
09f2410170
Add support for 7z ARM64 and RISCV filters
2024-04-05 15:00:43 -05:00
Adam Hathcock
0299232cb5
just using rider to clean up
2024-03-14 08:37:17 +00:00
Lars Vahlenberg
0320db6b4a
LZMA EOS marker detection
2023-12-09 13:41:35 +01:00
Adam Hathcock
feb2c38572
fmt update
2023-09-18 09:48:31 +01:00
btomblinson
57c0d19cde
#751 Add .tar.7z support
2023-09-17 17:46:56 -06:00
Lars Vahlenberg
6a859ac65d
Adding Filters to 7z
2023-09-11 19:24:54 +02:00
Adam Hathcock
00fc6c8e2f
formatting
2023-06-12 09:52:35 +01:00
Adam Hathcock
99e99c1ccd
Merge branch 'master' into fixes-zstd
2023-06-12 09:45:35 +01:00
Adam Hathcock
16e8dd447b
update csharpier
2023-03-21 13:14:08 +00:00
Lars Vahlenberg
23a9ca3140
Delta distance
2023-03-19 12:37:12 +01:00
Lars Vahlenberg
3ae830a637
Add support for 7ZipDelta decompress
2023-02-18 15:27:16 +01:00
Nanook
92df1ecd5f
ZStandard support added to zip/zipx (WinZip) and 7zip (mcmilk 7zip)
2023-02-02 01:06:18 +00:00
Adam Hathcock
b01e97b168
more clean up
2022-12-20 15:20:49 +00:00
Adam Hathcock
7da10795a1
csharpier
2022-12-20 15:14:22 +00:00
Adam Hathcock
959bbdcf1b
big clean up
2022-12-20 15:06:44 +00:00
Adam Hathcock
970e31a1b1
cleanup and run csharpier
2022-12-20 13:45:47 +00:00
Craig
e424094fdf
7z encrypted filename exception with no password matches rar behaviour.
2022-05-04 01:35:58 +01:00
Craig
61c01ce9b0
Properly integrated zip multivolume and split support.
2022-04-30 19:35:40 +01:00
Craig
224614312f
Added multipart Zip support (z01...). Added IEntry.IsSolid and implemented Rar and 7Zi[ support.
2022-04-25 01:16:53 +01:00
Adam Hathcock
0379903689
Fix tests
2022-04-21 08:59:35 +01:00
Craig
ec1999f73d
Added Split archive support with unit tests. Added ArchiveFactory.IsArchive() and minor refactor.
2022-04-21 00:12:26 +01:00
Adam Hathcock
5357bd07c7
Let dotnet format do it’s thing
2021-01-09 13:33:34 +00:00
Martijn Kant
c2528cf93e
Mk/add support for extracting password protected LZMA(2) 7z archives ( #324 )
...
* Added possibility to decompress a password protected 7z LZMA archive
* Fix tests
2017-12-04 10:55:30 +00:00
Adam Hathcock
a361d41e68
Fix test namespaces
2017-05-30 15:14:02 +01:00