Commit Graph

24 Commits

Author SHA1 Message Date
70a6eab8ac Implemented support for Amiga RDB. 2015-04-20 04:29:23 +01:00
a3c6853a4c Implement support for Apple 2IMG disk images. 2015-04-19 03:50:31 +01:00
72e5c9983c Implemented SpamSum fuzzy hashing. 2015-04-19 01:27:17 +01:00
5fbcf3e96e Implemented Fletcher-16 and Fletcher-32 checksum algorithms. 2015-04-19 01:18:36 +01:00
0335745f27 Added Adler-32 checksum 2015-04-19 01:07:12 +01:00
1e443d48c8 Implemented support for Apple ProDOS/SOS filesystem
(untested).
2015-03-22 07:32:40 +00:00
4d048c84b5 Added DVD structures. 2015-03-21 18:15:14 +00:00
e05bb3d22d Implements decoding of Blu-ray disc structures. 2014-09-09 02:37:08 +01:00
7bb78c1664 Added decoders for common responses to MMC command READ DISC
STRUCTURE.
2014-09-08 19:47:01 +01:00
46840cc545 Implement decoders for CD disk structures. 2014-09-06 03:45:53 +01:00
5cf5ca6325 Implement SCSI INQUIRY command response decoding (and added
adequate disk tag).
2014-09-05 19:07:07 +01:00
aadd192a67 Implement "decode" verb. 2014-09-01 03:44:39 +01:00
7b15a709bd Implement "printhex" verb to print a/several sector(s) as
hexadecimal values on console.
2014-08-28 19:27:16 +01:00
3ae937ef60 Bump version to 2.2 2014-08-28 18:27:44 +01:00
6e563fb135 * DiscImageChef/DiscImageChef.csproj:
* DiscImageChef/Checksums/ReedSolomon.cs:
	  Added ReedSolomon code.

	* DiscImageChef/Checksums/CDChecksums.cs:
	  Detect pack mode+item and if in debug show it.
2014-08-28 15:00:30 +01:00
3a03e3121e Implements verification on all currently supported disk
images.
	Implements DC42 CRC calculation.
	Calculates TeleDisk CRC for disk sectors.
	Resolves #2 and bumps version to 2.1.
2014-08-25 05:00:25 +01:00
fd60149c37 * DiscImageChef/Checksums/CDChecksums.cs:
Implement CD EDC and ECC checks.

	* DiscImageChef/Checksums/CRC16Context.cs:
	  Implements CRC16.

	* DiscImageChef/Checksums/CRC32Context.cs:
	* DiscImageChef/Checksums/CRC64Context.cs:
	  Adds support to calculate custom CRCs on specified buffer.

	* DiscImageChef/DiscImageChef.csproj:
	  DiscImageChef/Checksums/CDChecksums.cs
2014-08-25 04:54:45 +01:00
a6c1d75293 Links LICENSE, README.md and TODO files to out-of-project. 2014-07-09 19:51:07 +01:00
259821c4b6 Bump to version 2.0 2014-07-03 18:36:43 +01:00
ded61b9f99 Moved image format detection out of "analyze" verb. 2014-06-16 02:07:23 +01:00
daf7fbf176 * DiscImageChef/Main.cs:
* DiscImageChef/Commands/Verify.cs:
	* DiscImageChef/Commands/Formats.cs:
	* DiscImageChef/Commands/Analyze.cs:
	* DiscImageChef/Commands/Compare.cs:
	* DiscImageChef/Commands/Commands.cs:
	* DiscImageChef/Commands/Checksum.cs:
	* DiscImageChef/DiscImageChef.csproj:
	  Move all commands to separate classes.

	* DiscImageChef/AssemblyInfo.cs:
	  Let mono create random revision and build.

	* DiscImageChef/Options.cs:
	  Make options public
2014-06-16 01:45:04 +01:00
0d979e4b2f * DiscImageChef/Options.cs:
Added currently implemented and in-process of implementing
	  options.

	* DiscImageChef/AssemblyInfo.cs:
	  Completed AssemblyInfo for command line parser to build help
	  upon it.

	* DiscImageChef/DiscImageChef.csproj:
	  Add gsscoder's Command Line Parser Library 1.9.71.2.

	* DiscImageChef/Main.cs:
	  Moved commands to separete functions, use command line
	  parser
2014-06-16 00:41:47 +01:00
e2843bb0bf Add gsscoder's Command Line Parser Library 1.9.71.2. 2014-06-15 23:49:26 +01:00
ed86f9742b Rename project folder. 2014-06-15 23:41:50 +01:00