Commit Graph

153 Commits

Author SHA1 Message Date
1c52c36db1 Add unknown tape type. 2019-04-30 23:59:12 +01:00
c5c7e62aba Fix IWritableTapeImage inheritance chain. 2019-04-30 23:33:16 +01:00
9f7da82b41 Add interfaces for logical block addressable sequential (aka streaming tapes) images. 2019-04-30 22:49:32 +01:00
b1bb7c3e2e Add DDS types from another HP tape drive. 2019-04-30 21:30:10 +01:00
411d061292 Add SEAGATE code for DDS-2. 2019-04-30 19:55:19 +01:00
956be54b1b Use shallow copy to return FATX statfs. 2019-04-26 22:52:43 +01:00
cf1efbb5cc Update dependencies. 2019-04-23 22:40:52 +01:00
ffd1cd6564 Update CICMMetadata version. 2019-04-23 01:38:33 +01:00
421ce1574b Make some values in FileEntryInfo nullable to indicate the underlying filesystem cannot represent them. 2019-04-22 23:06:47 +01:00
1cf6549036 Add filesystem namespaces. 2019-04-17 00:11:28 +01:00
119250bbf2 Add FileAttributes.None for no attributes. 2019-04-15 01:00:39 +01:00
20a32958a1 Set more image enumeration fixed values. 2019-03-31 20:54:17 +01:00
a74b0549bc Set numerical values for XmlMediaType. 2019-03-24 00:08:24 +00:00
7610f4f779 Code styling. 2019-03-11 19:22:26 +00:00
45be793491 Add more optimized marshallers. 2019-02-27 08:49:42 +00:00
ae797a1995 Add attribute to declare struct properties relevant for its marshalling. 2019-02-25 00:11:50 +00:00
27699f1f33 Add enumeration for bit endianness. 2019-02-24 23:56:47 +00:00
1ce8669ace Add VideoNow media types. 2019-02-11 20:05:00 +00:00
6b1aeb6cbb Move image and sector verification methods to new interfaces. 2019-01-20 22:24:15 +00:00
640c57b87a Move optical disc exclusive methods to new interfaces. 2019-01-20 20:11:10 +00:00
8a299b7a77 Store not only default, but current and changeable modes in SCSI device report. 2019-01-08 20:41:18 +00:00
372f9f68ac Return specific error codes from command execution. 2019-01-05 19:50:56 +00:00
84c1e396dc Update dependencies. 2019-01-03 18:53:29 +00:00
597f27a3ae Add test for inter-session reading in multi-session discs to device reports. 2019-01-02 22:27:02 +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
f6c2b087a2 Store CompactDisc read offsets in database. 2018-12-25 03:04:57 +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
be59f7f910 Set device report v2 children as virtual so entityframework lazy loads them. 2018-12-22 22:41:58 +00:00
72f31d0bcd Upload statistics from the database. 2018-12-21 18:17:49 +00:00
ccc249261f Convert V1 device report to V2 and add them to database. 2018-12-20 23:52:16 +00:00
c964cf27b3 Update dependency to Unclassified.NetRevisionTask 2018-12-20 21:02:05 +00:00
8965a63ac7 Add support for detecting if user has administrative privileges. 2018-11-27 21:28:51 +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
f118287dfb Add missing references. 2018-11-26 23:36:31 +00:00
ad5c633180 Use device report version 2 for the database. 2018-11-26 23:16:54 +00:00
624c88ae61 Make scsi page subpage nullable in device report. 2018-11-25 19:42:11 +00:00
601da83a93 Separate SCSI READ(6) from ATA READ SECTORS in device report. 2018-11-25 18:10:32 +00:00
fda70e52ee Remove spurious XML code in JSON device report. 2018-11-25 17:52:52 +00:00
3a8d016a72 Change device report entry for Lead-in to first track pre-gap and add a new entry for proper Lead-in 2018-11-25 17:50:46 +00:00
667acd9faa Create new more extensible device report format in JSON. 2018-11-25 17:47:14 +00:00
158356b353 Add a static result to detect if the platform is Windows based. 2018-11-15 21:25:40 +00:00
fac608b8d3 Add default value for writable image options. 2018-09-30 22:28:59 +01:00