Files
Aaru/DiscImageChef.Decoders/ChangeLog

90 lines
1.9 KiB
Plaintext
Raw Normal View History

2015-10-19 Natalia Portillo <claunia@claunia.com>
* ATA.cs:
Typo.
* SCSI.cs:
Don't try to decode Version Descriptors if there are none.
Also there are devices on the wild with less than 8 VDs.
2015-10-19 Natalia Portillo <claunia@claunia.com>
* ATA.cs:
Added ATA/ATAPI IDENTIFY DEVICE disk tags.
2015-10-18 Natalia Portillo <claunia@claunia.com>
* BD.cs:
* CD.cs:
* ATA.cs:
* MMC.cs:
* SCSI.cs:
* DiscImageChef.Decoders.csproj:
Added specific console handling for standard, verbose, debug
and error outputs.
2015-10-17 05:04:29 +01:00
2015-10-17 Natalia Portillo <claunia@claunia.com>
* SCSI.cs:
Added information from RFC 7144.
2015-10-17 04:57:48 +01:00
2015-10-17 Natalia Portillo <claunia@claunia.com>
* SCSI.cs:
Added information from SPC-5.
2015-10-17 04:36:08 +01:00
2015-10-17 Natalia Portillo <claunia@claunia.com>
* SCSI.cs:
Updated to lastest T10 vendor list.
2015-10-17 Natalia Portillo <claunia@claunia.com>
* SCSI.cs:
Changed version descriptor decoding to a cleaner and more
easily upgradable code.
2015-10-17 03:52:48 +01:00
2015-10-17 Natalia Portillo <claunia@claunia.com>
* SCSI.cs:
Added information from SPC-4.
2015-10-17 03:10:56 +01:00
2015-10-17 Natalia Portillo <claunia@claunia.com>
* SCSI.cs:
Added info from SCSI-2 specification.
2015-10-17 01:26:17 +01:00
2015-10-17 Natalia Portillo <claunia@claunia.com>
* ATA.cs:
* SCSI.cs:
* DiscImageChef.Decoders.csproj:
Implement ATA/ATAPI IDENTIFY decoder.
2015-10-16 Natalia Portillo <claunia@claunia.com>
* ATA.cs:
* DiscImageChef.Decoders.csproj:
Added structure for ATA/ATAPI IDENTIFY [PACKET] DEVICE
response
2015-10-13 Natalia Portillo <claunia@claunia.com>
* SCSI.cs:
Correct size miscalculation.
Do not print "Device claims no standard", generates too much
noise.
2015-10-05 20:27:44 +01:00
2015-10-05 Natalia Portillo <claunia@claunia.com>
* CD.cs:
* BD.cs:
* MMC.cs:
* DVD.cs:
* SCSI.cs:
* Floppy.cs:
* Properties/AssemblyInfo.cs:
* DiscImageChef.Decoders.csproj:
Move decoders to a separate library.