Commit Graph

92 Commits

Author SHA1 Message Date
994ea2bc80 Store and use undecoded buffers for ATA IDENTIFY (PACKET) DEVICE, SCSI INQUIRY and SCSI MODE PAGE 2Ah in device reports in database. 2018-12-23 23:51:06 +00:00
926bcb7c74 Workaround unsigned fields in database unsupported by EntityFramework 6. 2018-12-23 18:49:07 +00:00
a1f357bb6e Convert XML reports to server database. 2018-12-22 20:47:05 +00:00
bbb6cff8fe Link device with reports in server database. 2018-12-22 20:46:51 +00:00
e7e3b6c29f Convert XML server statistics to database. 2018-12-22 05:12:57 +00:00
7408db3881 Read server statistics from database. 2018-12-22 05:00:30 +00:00
47d4c697be Convert received statistics V1 to database. 2018-12-22 04:33:24 +00:00
d80ffb5cfc Receive statistics V2 in server. 2018-12-22 03:47:15 +00:00
414cbf73c0 Store statistics on server database. 2018-12-22 03:46:48 +00:00
8fb7ccffd6 Remove benchmark, media scan, and verify statistics. 2018-12-21 04:23:56 +00:00
ccc249261f Convert V1 device report to V2 and add them to database. 2018-12-20 23:52:16 +00:00
13ce58cac0 Use MySQL database server in Server to store uploaded reports (version 2). 2018-12-20 21:04:08 +00:00
478a334892 On uploads, throw exception only if there's an attached debugger. 2018-12-20 00:16:54 +00:00
6a3e865f58 Support receiving report V2 in server. 2018-12-20 00:01:53 +00:00
667acd9faa Create new more extensible device report format in JSON. 2018-11-25 17:47:14 +00:00
d9f2a45ff4 Merge branch 'master' into alcoholfix 2018-07-20 20:50:20 +01:00
1930cf95f3 Bump version to 4.5.1.1692. 2018-07-19 23:15:51 +01:00
91569c4636 Move all interfaces, extents, interop and metadata to DiscImageChef.CommonTypes. 2018-06-25 19:08:26 +01:00
ac1efc4be1 Move to development version 4.5.99.1663. 2018-06-24 21:35:04 +01:00
b56aedaa32 Updated USB IDs file. 2018-06-24 20:36:44 +01:00
430441ccf8 Bump version to 4.5.0.1663. 2018-06-24 12:46:08 +01:00
be078093f5 Remove old and abandoned per-project changelogs. 2018-06-23 20:41:04 +01:00
88da8fc019 Code cleanup. 2018-06-22 08:08:51 +01:00
6df96ccc96 Automate version set from git revision. 2018-04-12 00:20:29 +01:00
64647ed5fd Move version to project files. 2018-04-11 22:56:48 +01:00
8a269054a7 Remove old nuget packages. 2018-04-11 09:02:28 +01:00
9ea20d7d81 Change nuget package references in projects (should fix compilation). 2018-04-11 08:57:34 +01:00
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