Commit Graph

81 Commits

Author SHA1 Message Date
5af147b054 Add Human68k FAT12 tests. 2019-04-28 19:13:19 +01:00
1b95820de4 Add more FAT12 tests. 2019-04-28 18:38:15 +01:00
b7cf7148a5 Make FAT filesystem plugin implement IReadOnlyFilesystem. 2019-04-25 01:25:13 +01:00
1cf6549036 Add filesystem namespaces. 2019-04-17 00:11:28 +01:00
a144b7f9c3 Fix Xbox 360 FAT date conversion. 2019-04-15 22:00:54 +01:00
adbea375c4 Add unit tests for Xbox 360 FAT. 2019-04-15 01:39:06 +01:00
996e62114f Add unit tests for Xbox FAT. 2019-04-15 01:01:50 +01:00
f2caa8c40f General code refactor and reformat. 2018-12-31 13:17:27 +00:00
6b12cd1a8e Update copyright year. 2018-12-29 17:34:38 +00:00
91569c4636 Move all interfaces, extents, interop and metadata to DiscImageChef.CommonTypes. 2018-06-25 19:08:26 +01:00
88da8fc019 Code cleanup. 2018-06-22 08:08:51 +01:00
97073e34f0 Add support for Human68k FAT16 BPB, fixes #173. 2018-04-09 18:47:29 +01:00
4bb8b41363 Add support for detecting High Performance Optical File System. 2018-01-16 22:45:16 +00:00
617bf94988 Add new filesystem tests created from OS/2. 2018-01-16 18:08:20 +00:00
0d0bc878a6 🐛Add support for the Microsoft Resilient File System (aka ReFS), fixes #13 2017-12-30 17:47:55 +00:00
feecb2f70a 🎨REFACTOR: Rename some methods and fields in IMediaImage interface. 2017-12-28 19:56:36 +00:00
f66a0bdd42 🎨Converted all plugin types to interfaces. 2017-12-26 06:05:24 +00:00
a002253fa4 🎨🎨🎨 Removed methods in images that only returned what's already in the ImageInfo structure. 2017-12-26 02:51:10 +00:00
03a4e286cc Added support for Xia fs. 🐛 Fixes #152 2017-12-25 23:42:14 +00:00
498ec65ed9 REFACTOR: Final cleanup of DiscImageChef.Tests. 2017-12-24 04:58:06 +00:00
7f3b1dfbb7 REFACTOR: Join filesystem tests to a single file per filesystem, instead of per partition. 2017-12-24 04:31:16 +00:00
6e95ba400b REFACTOR: All refactor in DiscImageChef.Tests. 2017-12-22 22:18:21 +00:00
4e6e8f340a REFACTOR: Use string interpolation expression. 2017-12-21 17:58:51 +00:00
f02e8f3cca REFACTOR: XML comment is not placed on a valid language element. 2017-12-21 16:35:49 +00:00
dcd053b20d REFACTOR: Remove unneeded code. 2017-12-21 14:30:44 +00:00
f0d2e7dac9 REFACTOR: Removed reduntant commas. 2017-12-21 02:52:12 +00:00
bce69c9161 REFACTOR: Use preferred braces style. 2017-12-21 00:44:33 +00:00
a4650c61aa REFACTOR: Fixed MOST name inconsistencies. 2017-12-20 17:15:37 +00:00
e6f6ace80b REFACTOR: Reformat code. 2017-12-19 20:33:05 +00:00
77edc7c91c REFACTOR: Sort and removed usings. 2017-12-19 19:33:51 +00:00
1a39168f19 REFACTOR: Updated comments and copyright date. 2017-12-19 03:51:05 +00:00
02fe67d2d5 Corrected detection between SVR2 and SVR4. 2017-11-08 17:04:15 +00:00
9a178d1456 Refactor: Split ISO9660. 2017-10-08 20:41:54 +01:00
0d55b070a7 Added tests for ISO9660 filesystem. 2017-09-28 12:53:50 +01:00
85004d9c42 Updated tests parameters for XFS. 2017-09-28 12:16:00 +01:00
1eb53bbd14 Added tests for System V filesystem variants (AFS, EAFS, HTFS, DTFS,
COHERENT, XENIX, SVR2 and SVR4).
2017-09-28 12:13:19 +01:00
5c7c8a9946 SVR2 doesn't store a volume label, don't test for it. 2017-09-28 11:01:42 +01:00
e28d04a29b Corrected System V clusters calculation. 2017-09-17 06:04:59 +01:00
486d87d384 Adjusted test parameters. 2017-09-17 04:11:33 +01:00
6ce9764d9d Added support for Locus filesystem. 2017-09-14 21:20:32 +01:00
15120fb8fc Added more tests. 2017-08-02 18:30:16 +01:00
eca4289576 Parameter adjustment. 2017-08-01 13:34:19 +01:00
c2fda705aa Removed incorrect test file. 2017-08-01 12:59:38 +01:00
2bebf41ba3 Parameter adjustment. 2017-07-30 15:46:01 +01:00
51cf0d7815 Parameter adjustment. 2017-07-26 23:35:27 +01:00
99c5e5d9d0 Added support for HAMMER filesystem. 2017-07-26 04:21:47 +01:00
cfe14091cf Implemented AtheOS filesystem. 2017-07-26 03:08:29 +01:00
d3bc3086bf Parameter adjustment. 2017-07-25 15:03:28 +01:00
77d7dae246 Parameter adjustment. 2017-07-25 03:28:21 +01:00
106d5bead0 Adjusted parameters. 2017-07-25 02:45:11 +01:00