mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* DiscImageChef.Helpers/ArrayFill.cs: * DiscImageChef.Helpers/ArrayIsEmpty.cs: * DiscImageChef.Devices/DiscImageChef.Devices.csproj: * DiscImageChef.Helpers/DiscImageChef.Helpers.csproj: Implemented Certance, Fujitsu and Hewlett-Packard vendor commands. * DiscImageChef.Devices/Device/ScsiCommands/Certance.cs: Implemented Certance vendor commands. * DiscImageChef.Devices/Device/ScsiCommands/Fujitsu.cs: Implemented Fujitsu vendor commands. * DiscImageChef.Devices/Device/ScsiCommands/HP.cs: Implemented Hewlett-Packard vendor commands.
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
2016-01-13 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* ArrayFill.cs:
|
|
* ArrayIsEmpty.cs:
|
|
* DiscImageChef.Helpers.csproj:
|
|
Implemented Certance, Fujitsu and Hewlett-Packard vendor
|
|
commands.
|
|
|
|
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.
|
|
|