8519 Commits

Author SHA1 Message Date
bea0bd8c7a Update Aaru.Compression.Native package version to 6.0.0-alpha.19 2026-04-19 22:11:36 +01:00
7b7418767f Enhance Spiral class to support dual-layer discs with layer break and track path options 2026-04-19 19:06:02 +01:00
301c9a5740 Add BinHex 4.0 filter for decoding Macintosh files 2026-04-19 14:26:07 +01:00
b47ee03892 Add support for Zstandard compressed files with a new Zstd filter 2026-04-19 13:35:16 +01:00
86b5245261 Add constructor to ForcedSeekStream for initializing with a pre-created stream 2026-04-19 13:34:50 +01:00
7e73713df8 [LZip] Fix crashing. 2026-04-19 13:05:39 +01:00
220adabab5 [PartClone] Add support for partclone v0002 image format with enhanced CRC32 handling and validation logic. Fixes #260 2026-04-18 14:54:00 +01:00
d69ae633d9 [Partclone] Enhance CRC32 handling with support for legacy x64 bug and verification logic. Fixes #89 2026-04-18 13:08:09 +01:00
804cf874c5 [Partimage] Implement media image verification logic with CRC32 checks. Fixes #90 2026-04-18 12:45:30 +01:00
66e6d21d5d [GUI] Fix scrolling issue on filesystem info panel. 2026-04-18 12:14:06 +01:00
4705682fab [GUI] Add archive information and subdirectory panels with data models 2026-04-18 12:05:11 +01:00
016d992a78 [GUI] Do not fill subdirectories repeteadly. Fixes #879 2026-04-18 11:09:45 +01:00
766aa041ed Updated README. 2026-04-17 18:49:04 +01:00
213a9e11c4 Add support for StuffIt X archive format with core functionality 2026-04-17 18:48:50 +01:00
6634b70e1a Update Aaru.Compression.Native package version to 6.0.0-alpha.18 2026-04-17 18:47:06 +01:00
a37e21e276 Add support for additional parameters in Brimstone and Darkhorse decompression methods 2026-04-17 18:46:50 +01:00
8c10907344 Add StuffIt 5 archive format support with basic functionality 2026-04-17 14:57:16 +01:00
308ad72d55 Add StuffIt archive format support with basic functionality 2026-04-17 14:56:58 +01:00
7fb26867e6 Add DiskDoubler archive format support with basic functionality 2026-04-17 14:04:38 +01:00
d4001d0f53 Add Compact Pro archive format support with basic functionality 2026-04-17 13:23:01 +01:00
4837379c3c Add CPIO archive format support with basic functionality 2026-04-17 12:55:02 +01:00
fb94bf2134 Add support for AR archive format with basic functionality 2026-04-17 12:41:10 +01:00
4b73a309cc Add support for additional StuffItX compression streams (Blend, Brimstone, Cyanide, Darkhorse, Deflate, English, Iron, X86) 2026-04-17 12:22:52 +01:00
2b8dcbbd0d Add support for StuffIt compression streams (Arsenic, Compress, Huffman, Lzah, Method13, Method14, MW, Rle90) 2026-04-17 12:16:18 +01:00
66ac97b8bf Add support for DiskDoubler compression streams (ADn, CompactPro, DDn, LZW, Method2, Stac LZS) 2026-04-17 12:07:33 +01:00
9688ea5111 Add support for LZH and RLE compression streams in CompactPro 2026-04-17 11:58:18 +01:00
52b45aef8c Update Aaru.Compression.Native package version to 6.0.0-alpha.17 2026-04-17 11:57:57 +01:00
3a7e588a70 Add support for CrunchDisk disk images with reading, identification, and helper methods 2026-04-16 16:31:43 +01:00
2422e6a349 Add TAR archive support with entry handling and decompression features 2026-04-16 15:32:44 +01:00
3ffc6b34c0 Add support for extended attributes and metadata handling in ZIP entries 2026-04-15 18:18:19 +01:00
9cf0ad9fe8 Add ZIP archive support with entry handling, decompression, and metadata features 2026-04-15 17:44:07 +01:00
f8dbd840b1 Fixed type in ZIP's PPMd stream. 2026-04-15 17:42:53 +01:00
24969d75d4 Add RAR archive support with entry handling and decompression features 2026-04-15 17:04:39 +01:00
485e80463f Add ARJ and ARJZ archive support with entry handling and decompression features 2026-04-15 14:41:41 +01:00
ff732946c0 Add ACE archive support with entry handling and decompression features 2026-04-15 13:54:39 +01:00
54dbc151e9 Add LHA/LARC/PMARC archive support with entry parsing and extended header handling 2026-04-15 11:51:07 +01:00
d8cbe09539 Add RarStream class for RAR decompression support 2026-04-15 11:14:45 +01:00
3bee8595be Add JpegStream class for ZIP decompression support 2026-04-15 11:11:31 +01:00
4840322e50 Add WavpackStream class for WavPack decompression support 2026-04-15 11:08:26 +01:00
ec1b6ee2c5 Add PpmdStream class for PPMd decompression support 2026-04-15 11:06:17 +01:00
04cb4110f2 Add Deflate64Stream class for Deflate64 decompression support 2026-04-15 11:03:17 +01:00
04f9399c51 Add ImplodeStream class for ZIP decompression support 2026-04-15 11:00:49 +01:00
5211ca6cc7 Add ReduceStream class for ZIP decompression support 2026-04-15 10:54:39 +01:00
2c95d4bd54 Add ShrinkStream class for ZIP decompression support 2026-04-15 10:52:50 +01:00
0b9d6a44d7 Fix error message for ARJ decompression failure 2026-04-15 10:41:59 +01:00
cf9817b752 Add ArjzStream class for ARJZ decompression support 2026-04-15 10:41:47 +01:00
1471b43440 Add ArjStream class for ARJ decompression support 2026-04-15 10:39:01 +01:00
ca9562010c Add AceStream class for ACE decompression support 2026-04-15 10:36:06 +01:00
2dbc18bf45 Fix error messages for LARC and LHA decompression failures 2026-04-15 10:34:42 +01:00
ab1e9f09ef Add PmarcStream class for PMARC decompression support 2026-04-15 10:34:34 +01:00