Commit Graph

4061 Commits

Author SHA1 Message Date
55b038daaf Added MODE PAGE 1Dh 2016-10-13 21:31:30 +01:00
65b0949b82 Added Certance vendor mode pages 21h and 22h. 2016-10-13 21:17:42 +01:00
5865c61fb2 Added Certance vendor EVPD pages. 2016-10-13 20:28:08 +01:00
01e385a6e1 Added Quantum vendor INQUIRY values and EVPD page C0h. 2016-10-13 19:15:52 +01:00
7c8df63b16 Added EVPD page 89h, SCSI to ATA translation layer 2016-10-13 18:31:05 +01:00
73552019bb Updated page 85h to SPC-5. 2016-10-13 07:02:33 +01:00
f8c9a838ae Add EVPD page 85h, management network addresses. 2016-10-13 06:59:56 +01:00
4c809bfdd2 Added EVPD page 81h, implemented operating definition page. 2016-10-13 06:18:12 +01:00
16b4e51191 Updated EVPD Page 83h to SPC-5. 2016-10-13 05:49:11 +01:00
ec5f9b6044 Added SCSI EVPD page 83h. 2016-10-13 04:55:00 +01:00
c5e94dd9e9 Implemented SCSI EVPD 82h 2016-10-13 04:01:39 +01:00
61c7d68f85 Added support for SCSI MODE PAGEs 11h, 12h, 13h and 14h
(medium partitions)
2016-10-13 03:15:56 +01:00
7593fd38a0 Code cleaning, using sorting and pragma to not mark necessary
casts that seem unnecessary to the compiler.
2016-10-12 06:37:24 +01:00
35ac5aa3e4 Adds support for SCSI Streaming Devices (see #65). 2016-10-12 06:19:01 +01:00
8b8fe9a9cc * CICMMetadata:
Updated to last upstream.

	* DiscImageChef.CommonTypes/MediaTypeFromSCSI.cs:
	  Added DDS-2, DDS-3, DDS-4 with no medium type code.

	* DiscImageChef.Devices/Device/ScsiCommands/SPC.cs:
	  Added REQUEST SENSE command.

	* DiscImageChef.Devices/Device/ScsiCommands/SSC.cs:
	  Added SPACE command.

	* DiscImageChef.Devices/Enums.cs:
	  Added enumeration for SPACE command codes.

	* DiscImageChef.Metadata/MediaType.cs:
	  Added support for DDS, DDS-2, DDS-3, DDS-4.
2016-10-12 06:16:41 +01:00
12daf68c1f * DiscImageChef.Decoders/SCSI/Modes.cs:
Added DDS-2.
	Corrected casting of density enumeration.

	* DiscImageChef.Decoders/SCSI/Types.cs:
	  Added DDS-2

	* DiscImageChef.Devices/Device/ScsiCommands/SPC.cs:
	  Corrected buffer size for MODE SENSE (6)

	* DiscImageChef/Commands/DeviceInfo.cs:
	  Removed some spurious brackets.
2016-10-10 23:58:35 +01:00
841453e1fa Adds support for DiscJuggler images, closes #56 2016-10-10 02:06:52 +01:00
17db00b068 * DiscImageChef.DiscImages/CloneCD.cs:
Correct subchannel reading.

	* DiscImageChef/DetectImageFormat.cs:
	  Add debug output.
2016-10-10 02:05:49 +01:00
9eb0a44b7a Adds support for CloneCD images, closes #57. 2016-10-08 04:29:33 +01:00
eeb313e42d * DiscImageChef.Filesystems/FAT.cs:
Add sanity check for BPB.

	* DiscImageChef.Filesystems/AppleHFS.cs:
	  Correct calling of Read2048SectorAs512()

	* DiscImageChef.Decoders/CD/Sector.cs:
	* DiscImageChef.Decoders/DiscImageChef.Decoders.csproj:
	  Added CD sector descrambling.
2016-10-08 04:29:04 +01:00
c4793223d5 Link new documentation files. 2016-10-07 19:19:25 +01:00
2e6343f049 Added extra documentation. 2016-10-07 03:32:39 +01:00
b27c25d74e * DiscImageChef.Decoders/Floppy/Apple2.cs:
Adds support for marshaling a whole disk, tracks and sectors
	  as well as decoding sectors in 5and3 and 6and2 GCRs.

	* DiscImageChef.Decoders/Floppy/AppleSony.cs:
	  Adds support for marshaling a whole disk, tracks and sectors
	  as well as decoding GCR sectors.

	* DiscImageChef.DiscImages/AppleNIB.cs:
	* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
	  Adds support for Apple nibble disk images.
2016-10-07 00:43:12 +01:00
7483d004b7 Adds support for Apple DOS filesystem, closes #33. 2016-10-07 00:41:59 +01:00
93e86637c1 Updated TODO. 2016-09-30 04:58:45 +01:00
c2ec29a681 Add support for ADC compressed images. 2016-09-30 04:57:35 +01:00
256304bfa2 Fail on StuffIt compressed images. 2016-09-30 04:34:45 +01:00
b0a7b2e7ea Updated SharpCompress to 0.13.0 2016-09-30 04:32:18 +01:00
d95785eec1 Adds support for compressed QCOW and QCOW2 images, closes #72. 2016-09-21 03:32:12 +01:00
85fd3b5900 Adds support for MAME Compressed Hunks of Data, closes #48. 2016-09-21 01:55:41 +01:00
9a87166daf Add method to get hexadecimal printout of a byte array. 2016-09-21 01:54:09 +01:00
bf98ed9ffc Adds support for Zettabyte File System, closes #26. 2016-09-18 05:09:55 +01:00
09d0e32543 Added support for Sun's hrtime_t. 2016-09-18 05:09:02 +01:00
caf684929b Adds support for Xbox filesystems, closes #16. 2016-09-17 21:25:14 +01:00
dc31b282b6 * DiscImageChef.DiscImages/GDI.cs:
* DiscImageChef.DiscImages/CDRDAO.cs:
	* DiscImageChef.DiscImages/CDRWin.cs:
	  Prevent reading binary files.

	* DiscImageChef.Filters/MacBinary.cs:
	  Adds more sanity checks.
2016-09-17 21:23:01 +01:00
a7e64c86ae Adds support for ECMA-67, closes #12. 2016-09-17 16:56:09 +01:00
2ac66832bb Do not try to read past partition. 2016-09-17 16:28:01 +01:00
fd80c5d843 Adds support for Universal Disk Format, closes #25. 2016-09-15 01:54:40 +01:00
7f54c0f492 * DiscImageChef.Helpers/StringHandlers.cs:
Adds support for OSTA Compressed Unicode.

	* DiscImageChef.Helpers/DateHandlers.cs:
	  Adds support for timestamps in ECMA-167 format.
2016-09-15 01:54:13 +01:00
441f019581 Adds support for Commodore 1540/1541/1571/1581 filesystems,
closes #28
2016-09-14 17:59:54 +01:00
cf43dfec03 Do not try to read past partition. 2016-09-14 16:05:46 +01:00
f18a888b15 Add support for D64, D71 and D81 disk images. 2016-09-14 16:05:35 +01:00
0803098fa1 Adds support for big-endian squashfs. 2016-09-14 14:59:29 +01:00
8da64e3e67 Adds support for cram filesystem, closes #24 2016-09-14 14:59:17 +01:00
8120a5a869 Adds support for Squash file system, closes #17. 2016-09-14 14:25:08 +01:00
f86d898e11 Corrected comment. 2016-09-14 02:31:32 +01:00
3f95872527 Adds support for Veritas filesystem (untested), closes #23 2016-09-14 02:31:20 +01:00
0168baf1d2 Comment correction. 2016-09-14 00:13:29 +01:00
f081f6b221 Adds support for VMware filesystem. Closes #22. 2016-09-14 00:13:14 +01:00
3cdada5883 * DiscImageChef.DiscImages/QED.cs:
Correct calculation of tables.

	* DiscImageChef.DiscImages/VDI.cs:
	  Correct IBM reading.

	* DiscImageChef.Filesystems/FAT.cs:
	  Not all FAT16 implementations set media descriptor
	  correctly.

	* DiscImageChef/Commands/Compare.cs:
	  Do not reuse FiltersList, for some reason same filter is
	  being returned already opened.
2016-09-13 20:47:07 +01:00