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/DeviceInfo.cs: Added "device-info" command. * DiscImageChef.Decoders/SCSI.cs: Correct size miscalculation. Do not print "Device claims no standard", generates too much noise. * DiscImageChef.Devices/Device/Constructor.cs: Add OS error detection and handling. On Linux move to opening O_RDONLY and O_NONBLOCK to allow opening read-only media and removable drives without media. * DiscImageChef.Devices/Device/Variables.cs: * DiscImageChef.Devices/Device/ScsiCommands.cs: Add OS error detection and handling. * DiscImageChef.Devices/DiscImageChef.Devices.csproj: * DiscImageChef.Interop/DiscImageChef.Interop.csproj: Downgraded .NET version.
26 lines
557 B
Plaintext
26 lines
557 B
Plaintext
2015-10-13 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.Interop.csproj:
|
|
Downgraded .NET version.
|
|
|
|
2015-10-12 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.Interop.csproj:
|
|
Added standard header.
|
|
|
|
2015-10-12 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DetectOS.cs:
|
|
* PlatformID.cs:
|
|
* DiscImageChef.Interop.csproj:
|
|
Added code to detect OS.
|
|
|
|
2015-10-12 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DetectOS.cs:
|
|
* PlatformID.cs:
|
|
* Properties/AssemblyInfo.cs:
|
|
* DiscImageChef.Interop.csproj:
|
|
Added code to detect OS.
|
|
|