Files
Aaru.Server/DiscImageChef.Helpers/ChangeLog
Natalia Portillo fcf4c56f0e * DiscImageChef.Devices/Enums.cs:
* 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.
2016-01-13 19:59:44 +00:00

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.