Commit Graph

8396 Commits

Author SHA1 Message Date
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
9f947c22c2 Add LarcStream class for LARC decompression support 2026-04-15 10:33:06 +01:00
51ecc1e1aa Add LhaStream class for LHA decompression support 2026-04-15 10:31:12 +01:00
0ab4b0715d Update Aaru.Compression.Native to version 6.0.0-alpha.15 2026-04-15 10:31:01 +01:00
168bce12ec Remove DotNetZip dependency. 2026-04-14 11:13:53 +01:00
1ac7128fb0 Remove DotNetZip dependency. 2026-04-14 11:05:58 +01:00
52a7582e54 [EWF] Do not introduce namespace. 2026-04-13 15:40:23 +01:00
edeb45b8d9 [EWF] Fix missing using. 2026-04-13 15:39:47 +01:00
e3bd3ab6df Implement EWF archive support. 2026-04-13 15:34:51 +01:00
ffb2977dc3 Implement EWF disk image support. 2026-04-13 15:08:39 +01:00
0640250084 PlayStation File System is now a readable filesystem. 2026-04-13 14:06:17 +01:00
37b08d1ba5 [SonyPFS] Fix block offset. 2026-04-13 12:31:39 +01:00
189faed554 Allow to skip volumes in fs ls, use same logic in fs extract. 2026-04-13 12:31:28 +01:00
75b6c32723 [SonyPFS] Implemented readlink. 2026-04-13 11:40:54 +01:00
ffd16c33c5 [SonyPFS] Implement file operations. 2026-04-13 11:36:43 +01:00
e8f741bfc3 [SonyPFS] Implement stat. 2026-04-13 11:33:46 +01:00
7b4998413c [SonyPFS] Implement directory operations. 2026-04-13 11:30:23 +01:00
15d9a4d0dc [SonyPFS] Implement mounting. 2026-04-13 11:30:07 +01:00
2bff34851f [SonyPFS] Promote to IReadOnlyFilesystem. 2026-04-13 11:17:55 +01:00
78fb04ea64 [SonyPFS] Implement GetInformation. 2026-04-13 11:13:28 +01:00
7232f8fbdb [SonyPFS] Implement Identify. 2026-04-13 11:08:13 +01:00
8055a6c44a [SonyPFS] Add structures. 2026-04-13 11:05:47 +01:00
8824bde3ee [SonyPFS] Add skeleton. 2026-04-13 10:53:53 +01:00
9b6d721b7c Add APA partitioning scheme. 2026-04-13 10:53:29 +01:00