Commit Graph

585 Commits

Author SHA1 Message Date
e4742a5375 Added an user-oriented changelog. v3.3.99.0 2017-05-19 22:30:23 +01:00
869b49d711 Updated copyright string. 2017-05-19 20:28:49 +01:00
047a4b7911 Bumped version to 3.3.99.0. 2017-05-19 20:27:27 +01:00
916d2be6b8 Updated NuGet packages. 2017-05-19 20:25:29 +01:00
8bed76713d Updated to latest Claunia.RsrcFork 2017-05-19 18:45:49 +01:00
e4afde55b8 Upped version to 3.3.99.0. Do not use version from solution on
library projects.
2017-05-19 18:39:15 +01:00
8c55bab8bb Open registry key as writeable. 2017-05-16 14:36:01 +01:00
d0922262e9 Remove unneeded reference. 2017-05-16 14:35:46 +01:00
304544fb02 Some changes made by VS/Mac, harmless. 2017-05-16 08:26:38 +01:00
4c75839198 * DiscImageChef.sln:
* DiscImageChef/Main.cs:
	* DiscImageChef/packages.config:
	* DiscImageChef/DiscImageChef.csproj:

	* commandline:
	  Use gsscoder.commandline from NuGet.
2017-05-16 08:25:41 +01:00
c8245c9fd5 Do not skip text-based images on NULL, if they're smaller than
512 the test buffer gets NULL-filled.
2017-05-16 07:26:05 +01:00
c8d9c4d3c3 Added Iomega PocketZip types. 2017-05-14 22:09:36 +01:00
5f0bea2e48 * commandline:
* DiscImageChef.Settings/Settings.cs:
	  Corrected a share violation when the preferences file exists
	  but it's not ours.
2017-05-14 22:09:21 +01:00
5be233268b Add support for IOMEGA Clik! (aka PocketZip) 2016-12-10 04:04:10 +00:00
cf21ccb2df Do not nullexcept if there are no indexes. 2016-12-10 03:54:05 +00:00
0c9dfaa11f Add MMC/SecureDigital device support. Not yet used because of
a bad implementation of SEND_CSD and SEND_CID commands (TODO).
2016-10-22 22:58:01 +01:00
8b9d678893 Added PCMCIA support. 2016-10-17 04:41:27 +01:00
d23e4417ef Corrected typo. Cleaned code. 2016-10-16 07:29:19 +01:00
0e808c8844 Added Seagate EVPD and INQUIRY fields. 2016-10-14 23:05:36 +01:00
e123203b0a Added Apple OEM MODE page 30h. 2016-10-14 02:32:26 +01:00
895b1b51f8 Added HP vendor EVPD, MODE pages and INQUIRY fields. 2016-10-14 02:20:00 +01:00
d7746415b1 Added EVPD pages B1h, B2h, B3h and B4h. 2016-10-14 00:02:42 +01:00
6491e59989 Added EVPD page B0h. 2016-10-13 22:59:48 +01:00
5799eb8a5e Added IBM vendor EVPD, MODE pages and INQUIRY fields. 2016-10-13 22:56:16 +01:00
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