Commit Graph

161 Commits

Author SHA1 Message Date
02f69e8bf1 Add support for PD650 media. 2019-05-16 23:29:54 +01:00
144f02e455 Add another DDS1 SCSI medium type. 2019-05-10 19:47:28 +01:00
3bf7f3c239 Fix LTO and LTO2 detection. 2019-05-07 00:48:52 +01:00
141370a451 Allow TapeImage to report the media is really a tape. 2019-05-02 00:23:54 +01:00
309a68e64d Tape partition number is byte sized. 2019-05-01 22:50:59 +01:00
54066ea20b Rename tape partitions field. 2019-05-01 19:59:44 +01:00
7472d51df0 Add tape field to resume file. 2019-05-01 00:40:19 +01:00
24e3b33e66 Add helper method to set internal image structures to expect being written a sequential block addressable tape. 2019-05-01 00:04:37 +01:00
cb6b476c27 Add unknown tape type. 2019-04-30 23:59:12 +01:00
844ca7d6a8 Fix IWritableTapeImage inheritance chain. 2019-04-30 23:33:16 +01:00
2605585cf9 Add interfaces for logical block addressable sequential (aka streaming tapes) images. 2019-04-30 22:49:32 +01:00
a467eff67b Add DDS types from another HP tape drive. 2019-04-30 21:30:10 +01:00
c1cf780569 Add SEAGATE code for DDS-2. 2019-04-30 19:55:19 +01:00
45b7412bad Use shallow copy to return FATX statfs. 2019-04-26 22:52:43 +01:00
43aca6b181 Update dependencies. 2019-04-23 22:40:52 +01:00
f07695f823 Update CICMMetadata version. 2019-04-23 01:38:33 +01:00
3841b58da2 Make some values in FileEntryInfo nullable to indicate the underlying filesystem cannot represent them. 2019-04-22 23:06:47 +01:00
f7db5f00e5 Add filesystem namespaces. 2019-04-17 00:11:28 +01:00
34a865b484 Add FileAttributes.None for no attributes. 2019-04-15 01:00:39 +01:00
842aa93bc8 Set more image enumeration fixed values. 2019-03-31 20:54:17 +01:00
814f881a25 Set numerical values for XmlMediaType. 2019-03-24 00:08:24 +00:00
0df7188625 Code styling. 2019-03-11 19:22:26 +00:00
9657c1973f Add more optimized marshallers. 2019-02-27 08:49:42 +00:00
b6d536a1b4 Add attribute to declare struct properties relevant for its marshalling. 2019-02-25 00:11:50 +00:00
6d54e4d469 Add enumeration for bit endianness. 2019-02-24 23:56:47 +00:00
e8b7038306 Add VideoNow media types. 2019-02-11 20:05:00 +00:00
3b8a6c344d Move image and sector verification methods to new interfaces. 2019-01-20 22:24:15 +00:00
ce810f1505 Move optical disc exclusive methods to new interfaces. 2019-01-20 20:11:10 +00:00
b777165169 Store not only default, but current and changeable modes in SCSI device report. 2019-01-08 20:41:18 +00:00
818e1c8d1c Return specific error codes from command execution. 2019-01-05 19:50:56 +00:00
502386bbb1 Update dependencies. 2019-01-03 18:53:29 +00:00
9676da91d4 Add test for inter-session reading in multi-session discs to device reports. 2019-01-02 22:27:02 +00:00
1342d1259e Correct first track pregap references. 2018-12-31 21:16:52 +00:00
6044e47a01 General code refactor and reformat. 2018-12-31 13:17:27 +00:00
a97cc25739 Update copyright year. 2018-12-29 17:34:38 +00:00
5e31b66b89 Correct file headers. 2018-12-29 15:26:00 +00:00
172f62b747 Store read results in report and database. 2018-12-26 01:15:30 +00:00
1fa5853953 Store MMC GET CONFIGURATION response in device report. 2018-12-25 16:15:33 +00:00
dd09ea037c Store CompactDisc read offsets in database. 2018-12-25 03:04:57 +00:00
c5d17c103a 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
dcbdf9d59a Workaround unsigned fields in database unsupported by EntityFramework 6. 2018-12-23 18:49:07 +00:00
30d4e4bb31 Set device report v2 children as virtual so entityframework lazy loads them. 2018-12-22 22:41:58 +00:00
765b4e8235 Upload statistics from the database. 2018-12-21 18:17:49 +00:00
3b0b6ee4fd Convert V1 device report to V2 and add them to database. 2018-12-20 23:52:16 +00:00
5b196becd6 Update dependency to Unclassified.NetRevisionTask 2018-12-20 21:02:05 +00:00
9f991922bf Add support for detecting if user has administrative privileges. 2018-11-27 21:28:51 +00:00
7d5b951399 Use List<T> instead of Array<T> in device report. 2018-11-27 01:42:25 +00:00
b683b093b6 Add basic fields to device report. 2018-11-27 00:23:05 +00:00
da9598885b Move DeviceType to CommonTypes. 2018-11-27 00:11:03 +00:00
8b3dc3d37c Add missing references. 2018-11-26 23:36:31 +00:00