Commit Graph

53 Commits

Author SHA1 Message Date
beec952762 Update server endpoint to https://www.discimagechef.app 2019-05-26 00:45:34 +01:00
7610f4f779 Code styling. 2019-03-11 19:22:26 +00:00
bbedcfe843 Fix statistics uploading. 2019-01-05 16:58:13 +00:00
0b42d72f2a Change the way data is uploaded to the server. 2019-01-04 04:10:45 +00:00
8df23e5f01 Update database from server. 2019-01-02 04:05:51 +00:00
a95a1f71e0 Use correct path for database. 2019-01-01 05:43:32 +00: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
ded1e9a70b Ignore malformed Statistics.xml. 2018-12-23 21:39:37 +00:00
7c21a8df1e Store and use undecoded buffers for ATA IDENTIFY (PACKET) DEVICE, SCSI INQUIRY and SCSI MODE PAGE 2Ah in device reports. 2018-12-23 21:38:01 +00:00
72f31d0bcd Upload statistics from the database. 2018-12-21 18:17:49 +00:00
3a25f54e55 Import old XML statistics to the database. 2018-12-21 16:52:25 +00:00
3c649deebb Add counter to statistics tables. 2018-12-21 13:25:35 +00:00
94a05d64a8 Remove generation of current statistics XML file. 2018-12-21 04:27:58 +00:00
8fb7ccffd6 Remove benchmark, media scan, and verify statistics. 2018-12-21 04:23:56 +00:00
94b60395ec Move version statistics to database. 2018-12-21 04:17:14 +00:00
4f445e53c3 Move operating system statistics to database. 2018-12-21 04:08:58 +00:00
f376286e8a Move device statistics to database. 2018-12-21 03:55:56 +00:00
c6684c43cc Move media statistics to database. 2018-12-21 03:34:54 +00:00
a7721f943a Move NameValue statistics to database. 2018-12-21 03:17:35 +00:00
b2233c794f Correct media scan statistics check of arguments in range. 2018-11-22 07:14: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
ec8b309670 General refactor. 2018-06-20 22:22:21 +01:00
7cba023f84 🐛Fix when stats settings is null, fixes #166. 2018-02-23 09:47:41 +00:00
7ecdd1ae4e Add 'image-info' verb. 2018-01-28 16:05:54 +00:00
cfee0226dd Moved version from Core to Interop. 2017-12-29 01:26:58 +00:00
1aebaca9a9 Add support and command for converting images, fixes #134 2017-12-29 00:46:03 +00:00
380dbad1a0 REFACTOR: Final cleanup of DiscImageChef.Core. 2017-12-23 17:41:23 +00:00
9249a221fc DOCUMENTATION: Added XML documentation to DiscImageChef.Core. 2017-12-23 01:46:08 +00:00
7f829422a8 REFACTOR: All refactor in DiscImageChef.Core. 2017-12-21 23:00:30 +00:00
4e6e8f340a REFACTOR: Use string interpolation expression. 2017-12-21 17:58:51 +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
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
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
9cd9285276 Added list-encodings command. 2017-10-12 22:41:31 +01:00
25d722e66a Use our own version detector. 2017-09-11 02:53:13 +01:00
d4add54b53 Added statistics to underlying operating system version. 2017-09-11 02:05:07 +01:00
6e441ddda1 Implemented "list-devices" command for Linux. 2017-08-21 21:04:44 +01:00
7105fbb333 Store and show statistics for "ls" and "extract-files"
commands.
2017-06-04 23:07:31 +01:00
5ce62b9a9f Added statistics for runtime version. 2017-06-04 02:24:04 +01:00
eca3916891 Added code to submit statistics. 2017-06-03 01:18:36 +01:00