Commit Graph

423 Commits

Author SHA1 Message Date
0b42d72f2a Change the way data is uploaded to the server. 2019-01-04 04:10:45 +00:00
84c1e396dc Update dependencies. 2019-01-03 18:53:29 +00:00
cb1ed0450c Add database entry for optimal count of sectors for multiple read in devices. 2019-01-03 16:55:15 +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
5ea28edfbf Add support for dumping MemoryStick from USB attached PlayStation Portable with CFW installed. 2019-01-01 04:56:48 +00:00
046d93098f Add support for dumping UMD from USB attached PlayStation Portable with CFW installed. 2019-01-01 04:31:59 +00:00
357ea1e666 Correct first track pregap references. 2018-12-31 21:16:52 +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
a0e1952310 Correct file headers. 2018-12-29 15:26:00 +00:00
9780f4520e Store read results in report and database. 2018-12-26 01:15:30 +00:00
c670bc2bc9 Store MMC GET CONFIGURATION response in device report. 2018-12-25 16:15:33 +00:00
6ff0b54a4d Clear serial numbers on device report. 2018-12-25 14:46:02 +00:00
f6c2b087a2 Store CompactDisc read offsets in database. 2018-12-25 03:04:57 +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
926bcb7c74 Workaround unsigned fields in database unsupported by EntityFramework 6. 2018-12-23 18:49:07 +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
c964cf27b3 Update dependency to Unclassified.NetRevisionTask 2018-12-20 21:02:05 +00:00
119f274b5a Variable rename. 2018-12-20 00:18:20 +00:00
478a334892 On uploads, throw exception only if there's an attached debugger. 2018-12-20 00:16:54 +00:00
692b67c1c4 Send report V2 to server. 2018-12-20 00:12:48 +00:00
77d367f6b9 Fix detection of JaguarCD when drive offset returns the track start in the sector before the requested one. 2018-12-19 07:17:38 +00:00
17ada7965b Fix error creating sidecar with DVD's CMI. 2018-12-10 21:47:51 +00:00
7b45cf1b92 Use List<T> instead of Array<T> in device report. 2018-11-27 01:42:25 +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
0d7192ec72 Move SCSI reporters to parent folder. 2018-11-25 22:17:19 +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