Commit Graph

65 Commits

Author SHA1 Message Date
6bc424a25d More changes to return it to compilable status. 2018-04-11 08:41:12 +01:00
7328f05dea Framework minimum version is v4.6.1. 2018-04-11 08:28:45 +01:00
64d0875798 Remove duplicate props include in some projects. 2018-04-11 08:22:58 +01:00
b14320a44a Update project schemas. 2018-04-11 08:13:49 +01:00
07f0dfe935 Separate trimming from retry pass fixes #172. 2018-04-10 02:39:41 +01:00
7ecdd1ae4e Add 'image-info' verb. 2018-01-28 16:05:54 +00:00
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
1aebaca9a9 Add support and command for converting images, fixes #134 2017-12-29 00:46:03 +00:00
b5004b0f48 Version bumped to 4.0.0.0. 2017-12-24 05:45:43 +00:00
aec2eadc5c Corrected typo when showing media codes for SSC reports. 2017-12-24 05:18:53 +00:00
c0365a8642 Updated USB IDs. 2017-12-24 05:05:42 +00:00
9b8771cce3 REFACTOR: Final cleanup of DiscImageChef.Server. 2017-12-24 03:23:06 +00:00
b106e5d9af DOCUMENTATION: Added XML documentation to DiscImageChef.Server. 2017-12-23 02:57:47 +00:00
071f9df122 Added Google Analytics ID. 2017-12-22 20:14:51 +00:00
10d767af73 REFACTOR: All refactor in DiscImageChef.Server. 2017-12-22 18:17:36 +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
ccd9930884 REFACTOR: Heuristically unreachable code. 2017-12-21 17:17:13 +00:00
f65de10280 REFACTOR: Possible 'System.NullReferenceException'. 2017-12-21 16:59:15 +00:00
b386ea8ce5 REFACTOR: Unused local variable. 2017-12-21 16:37:35 +00:00
ff08e93144 REFACTOR: Redundant class or interface specification in base types list. 2017-12-21 16:27:09 +00:00
bcbda18e4d REFACTOR: Removed unneeded value sets. 2017-12-21 16:07:20 +00:00
9883b567ff REFACTOR: Possible 'null' assignment to entity marked with 'NotNull' attribute. 2017-12-21 14:41:38 +00:00
dcd053b20d REFACTOR: Remove unneeded code. 2017-12-21 14:30:44 +00:00
35ce7db892 REFACTOR: Unnecessary whitespace removal. 2017-12-21 07:36:47 +00:00
7dcdcfedd3 REFACTOR: Do not complain about unused catch that are used in release. 2017-12-21 07:23:33 +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
df2fb651e4 REFACTOR: Redundant empty argument list on object creation expression. 2017-12-21 03:18:10 +00:00
bce69c9161 REFACTOR: Use preferred braces style. 2017-12-21 00:44:33 +00:00
e9443388ee REFACTOR: Use preferred braces style. 2017-12-20 23:07:46 +00:00
35dec4dad3 REFACTOR: Disable ReSharper in WebApiConfig.cs. 2017-12-20 17:27:41 +00:00
b0936d51c5 REFACTOR: Remove redundant parentheses. 2017-12-20 17:26:28 +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
10054f1de2 Corrected typo on SCSI peripheral device types. 2017-12-15 01:14:28 +00:00
a5756edce1 Corrected typo on ATA capatibilities bit 3. 2017-12-14 19:20:47 +00:00
0b58866c2d Bumped version to 3.99.6.0. 2017-11-29 16:02:19 +00:00
9cd9285276 Added list-encodings command. 2017-10-12 22:41:31 +01:00
4288900b9c Link documents. 2017-10-12 18:53:38 +01:00
819fcfc3a2 Corrected server paths. 2017-10-12 18:50:41 +01:00
0a840b59ce Show documentation on server. 2017-10-12 18:44:13 +01:00
cc99b6e714 More renaming of Default to Statistics. 2017-10-12 17:30:29 +01:00
a74186fa83 Moved from Default.aspx to Statistics.aspx 2017-10-12 17:19:56 +01:00
54c525cb43 Added support for SD/MMC device reports. This makes it a first class
citizen for #65
2017-09-29 15:36:15 +01:00
f2d12773c6 * ScsiEvpd.cs: Take care of null returns on EVPD decoding.
* ViewReport.aspx.cs: Catch exceptions on USB descriptor reading.
2017-09-11 18:31:22 +01:00
a328465fea Removed spurious old line. 2017-09-11 02:52:59 +01:00