Commit Graph

72 Commits

Author SHA1 Message Date
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
72dd8d9179 Use generic method to search for partitions, supporting
partitions inside partitions. At the same time SGI DVH is
	disabled because it is not working correctly. Fixes #60
2017-07-24 23:35:33 +01:00
a24569f34f Corrected alignment parameters. 2017-07-20 13:11:41 +01:00
16434f2788 Refactor: Simplify field names. 2017-07-19 16:37:11 +01:00
711d19fd04 Refactor, pass whole partition structure to filesystems. 2017-07-19 16:31:08 +01:00
86a5197c12 Adjusted test parameters. 2017-07-19 05:19:10 +01:00
e5cc6ad5d6 Corrected parameters. 2017-07-18 06:33:47 +01:00
20a151ef60 Adjusted parameters. 2017-07-16 22:54:49 +01:00
a9fcbc9b72 Corrected parameters for UFS tests. 2017-07-15 01:28:43 +01:00
ed03a9dceb Added more tests. 2017-07-13 00:17:18 +01:00