Files
Aaru.Server/DiscImageChef.Decoders/ChangeLog

81 lines
1.7 KiB
Plaintext

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 Natalia Portillo <claunia@claunia.com>
* SCSI.cs:
Added information from RFC 7144.
2015-10-17 Natalia Portillo <claunia@claunia.com>
* SCSI.cs:
Added information from SPC-5.
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 Natalia Portillo <claunia@claunia.com>
* SCSI.cs:
Added information from SPC-4.
2015-10-17 Natalia Portillo <claunia@claunia.com>
* SCSI.cs:
Added info from SCSI-2 specification.
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 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.