Commit Graph

60 Commits

Author SHA1 Message Date
ff2153b949 On streaming device report do not LOAD as the tape is already in loaded state once inserted in the drive, and some old drives get confused. 2019-04-30 19:06:55 +01:00
6778c51601 On device report retry 50 times as tapes can take long to be ready. 2019-04-30 19:06:04 +01:00
7522d0813e Clear ATA IDENTIFY DEVICE private fields on device report. 2019-01-08 20:40:09 +00:00
13febba243 Add check for Nintendo discs on device report. 2019-01-07 13:26:46 +00:00
a9f9b2f045 Register command statistics earlier. 2019-01-05 20:21:57 +00:00
372f9f68ac Return specific error codes from command execution. 2019-01-05 19:50:56 +00:00
104bc55c5e Use Mono.Options as command line parser. 2019-01-05 16:59:23 +00:00
ffb7f95e58 Remove old report submit code. 2019-01-04 04:16:44 +00:00
597f27a3ae Add test for inter-session reading in multi-session discs to device reports. 2019-01-02 22:27:02 +00:00
80a4a65934 Fix device-report. 2019-01-02 05:26: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
6b12cd1a8e Update copyright year. 2018-12-29 17:34:38 +00:00
9780f4520e Store read results in report and database. 2018-12-26 01:15:30 +00:00
177c140dd4 Send manufacturer to EVPD reporter. 2018-12-25 14:48:00 +00:00
7ecd5ebd8f Add new CompactDisc and Blu-ray variants to device report. 2018-12-25 14:08:02 +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
692b67c1c4 Send report V2 to server. 2018-12-20 00:12:48 +00:00
c4a1d45818 Do not allow device-report command to be run without administrative privileges. 2018-11-27 21:29:16 +00:00
656b791b47 Save device report in database. 2018-11-27 01:42:38 +00:00
7b45cf1b92 Use List<T> instead of Array<T> in device report. 2018-11-27 01:42:25 +00:00
0696a82916 Add basic fields to device report. 2018-11-27 00:23:05 +00:00
6a2fc9f76b Move DeviceType to CommonTypes. 2018-11-27 00:11:03 +00:00
ad5c633180 Use device report version 2 for the database. 2018-11-26 23:16:54 +00:00
d077bf13d5 Move SCSI MMC device reporting to non-static class and its UI to CLI. 2018-11-25 22:15:38 +00:00
9c578ab74d Move SCSI SSC device reporting to non-static class and its UI to CLI. 2018-11-25 20:27:38 +00:00
745e408233 Move SCSI device reporting to non-static class and its UI to CLI. 2018-11-25 20:08:28 +00:00
bba98c2abf Move ATAPI device reporting to non-static class and its UI to CLI. 2018-11-25 19:17:21 +00:00
8269b7a235 Move ATA device reporting to non-static class and its UI to CLI. 2018-11-25 19:13:21 +00:00
b8d0dce8af Move SecureDigital / MultiMediaCard device reporting to non-static class and its UI to CLI. 2018-11-25 18:51:16 +00:00
ac29604264 Remove NVMe not implemented reporting static class. 2018-11-25 18:41:29 +00:00
499905d832 Move PCMCIA device reporting to non-static class and its UI to CLI. 2018-11-25 18:40:16 +00:00
5b07108ef1 Move FireWire device reporting to non-static class and its UI to CLI. 2018-11-25 18:35:39 +00:00
dc4be81e35 Move USB device reporting to non-static class and its UI to CLI. 2018-11-25 18:28:57 +00:00
667acd9faa Create new more extensible device report format in JSON. 2018-11-25 17:47:14 +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
d4bfbf2cae REFACTOR: Final cleanup of DiscImageChef. 2017-12-23 04:48:17 +00:00
7f829422a8 REFACTOR: All refactor in DiscImageChef.Core. 2017-12-21 23:00:30 +00:00
dcd053b20d REFACTOR: Remove unneeded code. 2017-12-21 14:30:44 +00:00
e9443388ee REFACTOR: Use preferred braces style. 2017-12-20 23:07:46 +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
1a39168f19 REFACTOR: Updated comments and copyright date. 2017-12-19 03:51:05 +00:00
89163474c9 In Windows, there is no way to know if \\.\Whatever exists,
that I know of.
2017-08-21 03:49:04 +01:00
9fd65d9e6f Don't generate report files with '/', '\\' or '?' characters. 2017-06-03 01:22:59 +01:00
eca3916891 Added code to submit statistics. 2017-06-03 01:18:36 +01:00
d011caaaa9 Refactor: Move device-report logic to Core and separate by
category.
2017-05-28 21:01:17 +01:00
869b49d711 Updated copyright string. 2017-05-19 20:28:49 +01:00