* README.md:
* DiscImageChef.DiscImages/NDIF.cs:
* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
Adds support for Apple NDIF images, closes#47
* Claunia.RsrcFork:
* DiscImageChef.DiscImages/UDIF.cs:
* DiscImageChef.DiscImages/DiskCopy42.cs:
Try to get and use "vers" resource from the Resource Fork to
get ImageApplication and its version.
* DiscImageChef.Filters/OffsetStream.cs:
Corrected OffsetStream arithmetic bug.
* README.md:
* DiscImageChef.Filesystems/JFS.cs:
* DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj:
Adds support for IBM JFS, closes#20.
* DiscImageChef.Helpers/DateHandlers.cs:
Add supports for UNIX timestamps divided in
seconds+nanoseconds.
* DiscImageChef.DiscImages/Parallels.cs:
* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
Adds support for Parallels Hard Disk Image (HDD) version 2.
* DiscImageChef.DiscImages/QCOW2.cs:
Removed spurious debug line.
* README.md:
* DiscImageChef.DiscImages/QCOW.cs:
* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
Added support for QEMU Copy-On-Write disk image, closes#43.
* DiscImageChef.Filesystems/CPM/Info.cs:
Typo in HDD superblock, not allocating enough memory.
* DiscImageChef.Helpers/DiscImageChef.Helpers.csproj:
Added code that directly marshals from a big-endian byte
array. But untested with nested structures.
* DiscImageChef.Partitions/Acorn.cs:
Added support for Acorn FileCore partition, closes#4.
* DiscImageChef.Partitions/BSD.cs:
Moved BSD partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/DEC.cs:
Added support for DEC disklabels, closes#11.
* DiscImageChef.Partitions/DragonFlyBSD.cs:
Added support for DragonFly BSD 64-bit disklabels.
* DiscImageChef.Partitions/PC98.cs:
Added support for NEC PC-9800 partitions.
* DiscImageChef.Partitions/RioKarma.cs:
Added support for Rio Karma partitions.
* DiscImageChef.Partitions/SGI.cs:
Added support for SGI DVHs, closes#9.
* DiscImageChef.Partitions/UNIX.cs:
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* TODO:
* README.md:
* DiscImageChef.Partitions/DiscImageChef.Partitions.csproj:
Added support for Acorn FileCore partition, closes#4.
Added support for DEC disklabels, closes#11.
Added support for SGI DVHs, closes#9.
Moved BSD partitions from inside MBR code to separate code, as
they can (and do) appear on other architectures as the only
scheme.
Added support for DragonFly BSD 64-bit disklabels.
Added support for NEC PC-9800 partitions.
Added support for Rio Karma partitions.
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/GPT.cs:
Added new partition type UUIDs.
* DiscImageChef.Partitions/MBR.cs:
Moved BSD partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/Sun.cs:
Added new partition types.
Prepare structures for marshaling.
* DiscImageChef.DiscImages/CopyQM.cs:
* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
Added support for Sydex CopyQM disk image format.
* DiscImageChef.CommonTypes/MediaType.cs:
Corrected typo.
* DiscImageChef.DiscImages/DiskCopy42.cs:
Misplacement of XML media type setting.
* DiscImageChef.Helpers/DateHandlers.cs:
Added DOS to C# date converter.