* DiscImageChef.Filesystems/LisaFS/File.cs:
* DiscImageChef.Filesystems/LisaFS/Info.cs:
* DiscImageChef.Filesystems/LisaFS/Super.cs:
Added hard disk support.
Use tag decoder.
* DiscImageChef.Filesystems/LisaFS/Extent.cs:
Use tag decoder.
* DiscImageChef.Filesystems/LisaFS/LisaFS.cs:
Added hard disk support.
* DiscImageChef.Filesystems/LisaFS/Structs.cs:
Added missing tag fields.
* DiscImageChef.Filesystems/LisaFS/Xattr.cs:
Added tag decoder.
Added support for LisaEm created images.
* DiscImageChef.Metadata/MediaType.cs:
* DiscImageChef.Metadata/Dimensions.cs:
* DiscImageChef.CommonTypes/MediaType.cs:
Added Apple Profile, Widget and HD20.
Initialize debug structures before the root catalog is
cached.
* DiscImageChef.Filesystems/LisaFS/File.cs:
Detect truncated files (errors in the filesystem).
* DiscImageChef/Options.cs:
* DiscImageChef/DiscImageChef.csproj:
* DiscImageChef/Commands/ExtractFiles.cs:
Added command to extract all files from a filesystem.
* DiscImageChef.Filesystems/LisaFS/Consts.cs:
Corrected comments.
Added ftype known values.
* DiscImageChef.Filesystems/LisaFS/Dir.cs:
Changed field name.
* DiscImageChef.Filesystems/LisaFS/Extent.cs:
* DiscImageChef.Filesystems/LisaFS/Structs.cs:
Reverse engineered new fields from ExtentsFile
* DiscImageChef.Filesystems/LisaFS/File.cs:
Added support for reading tags.
Added flags and ftype fields from ExtentsFile.
* DiscImageChef.Filesystems/LisaFS/Xattr.cs:
Changed how serial number is returned.
Allow to get tags in debug mode as an xattr.
* DiscImageChef.Filesystems/Structs.cs:
Added PIPE attribute.
Removed DevicePath from FileEntryInfo structure.
Added filesystem ID as a union struct of uint32, uint64 and
guid.
Added NoData and NoSuchExtendedAttribute errors.
* DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj:
Added Nintendo Wii and Gamecube filesystems.
* DiscImageChef.sln:
* DiscImageChef/DiscImageChef.csproj:
Corrected formatting policy.
* DiscImageChef/Commands/CreateSidecar.cs:
Some filesystems should define the disc type (PC-Engine,
3DO, Wii, Gamecube).
Added Nintendo Wii and Gamecube filesystems.
* DiscImageChef/Commands/DumpMedia.cs:
Added Nintendo Wii and Gamecube filesystems.
Reformatted.
* DiscImageChef.Decoders/CD/PMA.cs:
Correct prettify of PMA.
* DiscImageChef/Commands/DumpMedia.cs:
Correct exception on raw cd dumping not implemented.
* DiscImageChef/Commands/MediaScan.cs:
Scan more blocks.
Added support for superblock offset in Atari UNIX.
* DiscImageChef.Filesystems/SysV.cs:
Corrected big endian magic.
* DiscImageChef.Partitions/Atari.cs:
Added support for Atari UNIX, MINIX and HFS partitions.
Correct SEEK command to not transfer anything.
* DiscImageChef.Devices/Device/AtaCommands/AtaCHS.cs:
Correct SEEK command to not transfer anything.
Added differentiation between READ and READ WITH RETRIES for
CHS mode.
Changed blocksize to unsigned on READ LONG.
* DiscImageChef.Devices/Device/AtaCommands/MCPT.cs:
Change MCPT enable and disable commands to use CHS
registers.
* DiscImageChef.Devices/Linux/Command.cs:
Linux kernel granularity for SG_IO is only 1ms, use .NET
counters for faster times. Solves "infinity" speeds on SSDs.
* DiscImageChef/Commands/DumpMedia.cs:
* DiscImageChef/Commands/MediaInfo.cs:
* DiscImageChef/Commands/MediaScan.cs:
* DiscImageChef.Metadata/DeviceReport.cs:
* DiscImageChef/Commands/DeviceReport.cs:
Added support for ATA devices.
* DiscImageChef/Commands/DeviceInfo.cs:
Added support for Media Card Pass Through detection and
information.