Files
Aaru/ChangeLog
Natalia Portillo bd80a6246a * DiscImageChef.Decoders/SCSI/Modes.cs:
* DiscImageChef.Decoders/SCSI/ModesEncoders.cs:
	* DiscImageChef.Decoders/DiscImageChef.Decoders.csproj:
	  Added encoders for Mode 6 and 10, Mode pages 0x01 and 0x01
	  for MultiMedia Devices.

	* commandline:

	* DiscImageChef.Devices/Device/ScsiCommands/SPC.cs:
	  Added MODE SELECT (6) and MODE SELECT (10) commands.

	* DiscImageChef.Filesystems/FFS.cs:
	  Corrected array initialization.

	* DiscImageChef/Commands/Decode.cs:
	* DiscImageChef/Commands/Verify.cs:
	* DiscImageChef/Commands/Analyze.cs:
	* DiscImageChef/Commands/Entropy.cs:
	* DiscImageChef/Commands/Checksum.cs:
	* DiscImageChef/Commands/PrintHex.cs:
	* DiscImageChef/Commands/CreateSidecar.cs:
	  Check if image file exists before proceeding.

	* DiscImageChef/Commands/MediaInfo.cs:
	* DiscImageChef/Commands/MediaScan.cs:
	* DiscImageChef/Commands/DeviceInfo.cs:
	* DiscImageChef/Commands/DeviceReport.cs:
	  Check if device exists before proceeding.

	* DiscImageChef/Commands/DumpMedia.cs:
	  Check if device exists before proceeding.
	Removed unused code.
	Added error handling procedures for non CDs.

	* DiscImageChef/Options.cs:
	  Remove unused options.
	Added options to control dump-media error handling.
2016-02-04 16:51:03 +00:00

86 lines
1.8 KiB
Plaintext

2016-02-04 Natalia Portillo <claunia@claunia.com>
* commandline:
2016-02-03 Natalia Portillo <claunia@claunia.com>
* commandline:
Added supports for settings
* DiscImageChef.sln:
Added supports for settings.
2015-12-31 Natalia Portillo <claunia@claunia.com>
* CICMMetadata:
Updated to last branch.
2015-12-05 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.sln:
Added generating XML metadata for file systems.
2015-11-30 Natalia Portillo <claunia@claunia.com>
* .gitignore:
Added gitignore.
2015-11-23 Natalia Portillo <claunia@claunia.com>
* commandline:
Added decoding SCSI SENSE as defined in SCSI-2.
2015-10-18 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.sln:
Added specific console handling for standard, verbose, debug
and error outputs.
2015-10-12 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.sln:
Added standard header.
2015-10-12 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.sln:
Added code to detect OS.
2015-10-12 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.sln:
Added code to detect OS.
2015-10-05 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.sln:
Added IOCTL skeletons.
2015-10-05 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.sln:
Move decoders to a separate library.
2015-10-05 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.sln:
Move filesystems to a separate library.
2015-10-05 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.sln:
Move partitions plugins to a separate library.
2015-10-05 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.sln:
Moved disc image plugins to a separate library.
2015-10-05 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.sln:
Move helpers to a separate library.
Move checksums to a separate library.