Commit Graph

114 Commits

Author SHA1 Message Date
9239f19711 Update copyright year in .NET metadata. 2018-01-06 11:57:21 +00:00
923ed6673a Version up to 4.0.99.0.
From now on in-development versions will be X.Y.99.Z, with Z being
a published development versions, and X.Y being the latest stable release.
2017-12-30 09:09:49 +00:00
94d8173b3a 🎨REFACTOR: Plugins do not need to expose their methods as virtual. 2017-12-26 07:28:40 +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
b5004b0f48 Version bumped to 4.0.0.0. 2017-12-24 05:45:43 +00:00
3f628cd3c9 REFACTOR: Final cleanup of DiscImageChef.Partitions. 2017-12-24 03:11:33 +00:00
3d38e01fdc DOCUMENTATION: DateTime handlers. 2017-12-23 03:59:48 +00:00
fabb50584e REFACTOR: All refactor in DiscImageChef.Partitions. 2017-12-22 16:53:11 +00:00
4e6e8f340a REFACTOR: Use string interpolation expression. 2017-12-21 17:58:51 +00:00
9a404acef4 REFACTOR: Expression is always 'true' or always 'false'. 2017-12-21 17:34:47 +00:00
f02e8f3cca REFACTOR: XML comment is not placed on a valid language element. 2017-12-21 16:35:49 +00:00
bcbda18e4d REFACTOR: Removed unneeded value sets. 2017-12-21 16:07:20 +00:00
dcd053b20d REFACTOR: Remove unneeded code. 2017-12-21 14:30:44 +00:00
5592f147ac REFACTOR: Loop can be converted into LINQ-expression. 2017-12-21 07:08:26 +00:00
4d886dae25 REFACTOR: Invert 'if' statement to reduce nesting. 2017-12-21 06:06:19 +00:00
9cd1869d1d REFACTOR: Convert 'if' statement to 'switch' statement. 2017-12-21 04:43:29 +00:00
df2fb651e4 REFACTOR: Redundant empty argument list on object creation expression. 2017-12-21 03:18:10 +00:00
f0e80721ed REFACTOR: Removed reduntant semicolon. 2017-12-21 02:53:52 +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
b0936d51c5 REFACTOR: Remove redundant parentheses. 2017-12-20 17:26:28 +00:00
a4650c61aa REFACTOR: Fixed MOST name inconsistencies. 2017-12-20 17:15:37 +00:00
ef49fdfd45 REFACTOR: Member or type can be made internal. 2017-12-20 02:08: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
0b58866c2d Bumped version to 3.99.6.0. 2017-11-29 16:02:19 +00:00
8481f73b2c On GPT, corrected reading when total entries are less than a whole
sector size.
2017-11-08 17:44:39 +00:00
9b3f0dcca1 Added bound checks. 2017-11-08 17:05:00 +00:00
8fc390e624 Added support for ACT Apricot partitions. 2017-09-24 19:16:00 +01:00
92dbb79c85 Found all unknown fields in Apricot BPB. 2017-09-24 19:15:22 +01:00
367fdc8472 Added detection of absolute sector VTOC. 2017-09-17 05:27:59 +01:00
0c2e81bdc4 Corrected DragonFlyBSD when sector size divided by table size is not
integer.
2017-09-15 07:44:47 +01:00
4a0465d46d Correct partition start when map it's not on start of device. 2017-09-11 20:23:00 +01:00
5e29fb0c13 Version bumped to 3.5.99.0. 2017-09-05 17:21:24 +01:00
6d4c3f302d Moved switch block to string array. 2017-08-26 15:19:11 +01:00
71f1ccb3dd Finally got correct partition types. 2017-08-17 02:16:34 +01:00
4e33e06ef7 Added more comments about partition IDs. 2017-08-16 15:45:03 +01:00
01656b767b Added support for Plan9 partition tables. 2017-08-07 16:15:28 +01:00
1a843b0cce Check for real presence of a GPT not just their partition
types.
2017-08-07 16:12:08 +01:00
e5958ab60b Corrected handling of big-endian disklabels. 2017-08-07 16:10:27 +01:00
5ce40b68d0 Add more checks for partitions that end, or start, after end
of device.
2017-08-07 16:09:46 +01:00
5d8fabf3d0 Make sure that device partitions are handled if they're not
mapped by any scheme.
2017-08-07 16:06:51 +01:00
7adf8ae3ab Added type name for System V boot type. 2017-08-06 15:22:59 +01:00
ede4cead4b Added more sanity checks. 2017-08-03 01:30:33 +01:00
6694c21292 Corrected detection of valid partitions. 2017-08-03 01:15:11 +01:00
08425e9ccc Added disk geometry. 2017-08-02 23:01:11 +01:00
959d979230 Corrected PC-98 partition table size, it contains 8 entries
and works with 256 bytes/sector (SASI HDDs e.g.).
2017-08-02 20:45:18 +01:00
97e3a90eb0 Spurious key press. 2017-08-02 18:30:06 +01:00