Commit Graph

26 Commits

Author SHA1 Message Date
a7c6e1312b Fix blocks calculation in ARC and ZOO archives. 2025-09-05 03:18:52 +01:00
7c99799a15 [ARC] Declare archive as opened. 2025-09-05 03:08:10 +01:00
8f8bdf3c8e [AMG] Implement Identify and GetInformation. 2025-09-04 20:36:33 +01:00
d858e5944b [STFS] Implement GetEntryNumber. 2025-09-03 02:58:54 +01:00
b534b34054 [ARC] Implement support for compression method 11 (distill). 2025-09-02 12:55:56 +01:00
7877e0e962 [ARC] Implement support for compression methods 10 (crush). 2025-09-02 12:53:34 +01:00
a5f34e557b [ARC] Implement support for compression methods 8 (Crunch) and 9 (squash). 2025-09-02 10:22:17 +01:00
dfeda1f426 [ARC] Implement support for compression methods 5, 6 and 7 (crunch). 2025-09-02 03:51:20 +01:00
f8e4ceab71 [ARC] Implement support for compression method 4 (squeeze). 2025-09-02 03:11:16 +01:00
19332c499c [ARC] Implement support for compression method 3 (pack). 2025-09-01 23:35:16 +01:00
753daeba8b [ARC] Disable check of nulls in filename, field is not filled with zeros on write. 2025-09-01 23:20:19 +01:00
6665d9545e [ARC] Implemented extraction of uncompressed files. 2025-09-01 06:37:27 +01:00
9fd2693f9b [ARC] Implement Stat. 2025-09-01 06:30:20 +01:00
a2ddbb2846 [ARC] Implement Stat. 2025-09-01 06:26:42 +01:00
4ac93232b0 [ARC] Implement GetXattr. 2025-09-01 06:20:36 +01:00
914ab54d6c [ARC] Implement ListXAttr. 2025-09-01 06:18:21 +01:00
93e0664bb6 [ARC] Implement GetAttributes. 2025-09-01 06:16:19 +01:00
592b0d80cd [ARC] Implement GetUncompressedSize. 2025-09-01 06:14:11 +01:00
5c6b8a5588 [ARC] Implement GetCompressedSize. 2025-09-01 06:11:36 +01:00
053bb611f2 [ARC] Implement GetEntryNumber. 2025-09-01 06:10:13 +01:00
9563794e9c [ARC] Implement GetFilename. 2025-09-01 06:07:31 +01:00
7c047d539f [ARC] Implement open and close. 2025-09-01 06:04:12 +01:00
4d65732b4c [ARC] Implement identification and information. 2025-09-01 04:27:37 +01:00
a5210a70d3 [ARC] Mark class as sealed. 2025-09-01 03:55:48 +01:00
01e1a5605a [ARC] Added structures. 2025-09-01 03:52:46 +01:00
28f6643870 [ARC] Add ARC archive plugin skeleton. 2025-09-01 03:21:28 +01:00