Commit Graph

23 Commits

Author SHA1 Message Date
a090c8f46c * DiscImageChef.Filesystems/Acorn.cs:
* DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj:
	  Added support for Acorn ADFS.

	* DiscImageChef.Partitions/Sun.cs:
	* DiscImageChef.Partitions/DiscImageChef.Partitions.csproj:
	  Added support for Sun disklabel.

	* DiscImageChef.Filesystems/FFS.cs:
	  Correct FFS information.

	* DiscImageChef/Commands/DumpMedia.cs:
	  Correct physical/logical block size in sidecar.

	* TODO:
	* README.md:
	  Added support for Sun disklabel.
	Added support for Acorn ADFS.
2016-02-05 05:39:15 +00:00
8ed384f47f * README.md:
* DiscImageChef.DiscImages/GDI.cs:
	* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
	  Added support for Dreamcast GDI images.

	* DiscImageChef.DiscImages/ImagePlugin.cs:
	  Add XML documentation to exceptions.

	* DiscImageChef.Filesystems/ISO9660.cs:
	  Corrected Dreamcast IP.BIN interpretation.

	* DiscImageChef/Commands/CreateSidecar.cs:
	  Formatting.
2015-12-25 20:47:40 +00:00
3b368e0bd4 * TODO:
* README.md:
	* DiscImageChef.DiscImages/CDRDAO.cs:
	* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
	  Added support for cdrdao images. Solves #53

	* DiscImageChef.DiscImages/CDRWin.cs:
	  Implemented FLAGS field support and
	  quadraphonic/broadcasting flag.
	Return CD track flags for any track type.

	* DiscImageChef.Filesystems/ISO9660.cs:
	  Filter null characters from Volume Descriptors.
	If Joliet descriptor is null, or ISO descriptor is longer, use
	  ISO descriptor for XML metadata.

	* DiscImageChef/Commands/CreateSidecar.cs:
	  If a filesystem plugin crashes, do not abort.

	* DiscImageChef/DetectImageFormat.cs:
	  If an image plugin crashes, keep trying the others.
2015-12-23 23:46:31 +00:00
3343aa043b * .travis.yml:
Typo

	* README.md:
	  Added travis badge.
2015-10-24 01:13:41 +01:00
a53603ce6a * README.md:
Added AppVeyor badge.

	* DiscImageChef.Devices/Enums.cs:
	  Added X68k controller command.
2015-10-24 00:48:32 +01:00
5f06fbe855 Implemented support for Virtual PC differencing (undo) disk
images.
2015-04-24 03:43:44 +01:00
e41c061ac4 Implemented support for Virtual PC fixed size disk images. 2015-04-22 19:24:29 +01:00
0f4eed8f9f Implemented support for Atari partitions. 2015-04-20 16:38:13 +01:00
72306989c3 Added support for AmigaDOS filesystems. 2015-04-20 06:26:33 +01:00
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
ff4453e300 Extended readme 2015-03-22 07:53:06 +00:00
1e443d48c8 Implemented support for Apple ProDOS/SOS filesystem
(untested).
2015-03-22 07:32:40 +00:00
3ae937ef60 Bump version to 2.2 2014-08-28 18:27:44 +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
64a687e81a Implements support for Nero Burning ROM disc images, resolves
#54
2014-07-09 19:52:00 +01:00
00b0e6f455 Updated root README 2014-07-03 18:39:24 +01:00
6874ea8de2 Hardlinked README.md from root to project's 2014-06-07 05:59:25 +01:00
1491a5ccca Change license from AGPLv3 to GPLv3 to make some good friends happier,
and be able to use code from Linux if ever *ever* needed.
2014-04-19 18:23:00 +01:00
1e37583c5f Linked out-project README to in-project one 2014-04-18 20:31:58 +01:00