mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef/Options.cs: * DiscImageChef/DiscImageChef.csproj: * DiscImageChef/Commands/MediaScan.cs: Added media-scan command. * DiscImageChef.Decoders/SCSI/Inquiry.cs: Fixes decoding for devices that follow old 5-byte SCSI INQUIRY format. * DiscImageChef.Decoders/SCSI/Sense.cs: Fixes printing of sense block missing a newline. * DiscImageChef.Devices/Device/Variables.cs: * DiscImageChef.Devices/Device/Constructor.cs: Added an IsRemovable field. * DiscImageChef.Devices/Device/ScsiCommands.cs: Fixed SCSI READ CAPACITY CDB size. Fixed READ CD-DA MSF method name. Implemented SCSI SEEK (6) and SEEK (10) commands. * DiscImageChef.Devices/Linux/Command.cs: * DiscImageChef.Devices/Windows/Command.cs: Fixed memory leaking on unmanaged heap. * DiscImageChef.Helpers/StringHandlers.cs: Fixed string conversion when input byte array is null. * DiscImageChef/Commands/MediaInfo.cs: Check for inserted medium only on removable media devices.
37 lines
908 B
Plaintext
37 lines
908 B
Plaintext
2015-12-30 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* StringHandlers.cs:
|
|
Fixed string conversion when input byte array is null.
|
|
|
|
2015-12-04 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* StringHandlers.cs:
|
|
Finally CD-Text on lead-in is getting decoded correctly...
|
|
|
|
2015-10-19 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.Helpers.csproj:
|
|
Upgrade .NET version to 4.0.
|
|
|
|
2015-10-18 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* PrintHex.cs:
|
|
* DateHandlers.cs:
|
|
* DiscImageChef.Helpers.csproj:
|
|
Added specific console handling for standard, verbose, debug
|
|
and error outputs.
|
|
|
|
2015-10-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* PrintHex.cs:
|
|
* Swapping.cs:
|
|
* ArrayFill.cs:
|
|
* DateHandlers.cs:
|
|
* StringHandlers.cs:
|
|
* BigEndianBitConverter.cs:
|
|
* EndianAwareBinaryReader.cs:
|
|
* Properties/AssemblyInfo.cs:
|
|
* DiscImageChef.Helpers.csproj:
|
|
Move helpers to a separate library.
|
|
|