mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* 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.
187 lines
3.6 KiB
Plaintext
187 lines
3.6 KiB
Plaintext
2016-02-04 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* FFS.cs:
|
|
Corrected array initialization.
|
|
|
|
2016-01-16 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* FAT.cs:
|
|
Refactor most disk references to media.
|
|
|
|
2015-12-31 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* ISO9660.cs:
|
|
Comment unused variable.
|
|
|
|
2015-12-25 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* ISO9660.cs:
|
|
Corrected Dreamcast IP.BIN interpretation.
|
|
|
|
2015-12-23 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* ISO9660.cs:
|
|
Filter null characters from Volume Descriptors.
|
|
If Joliet descriptor is null, or ISO descriptor is longer, use
|
|
ISO descriptor for XML metadata.
|
|
|
|
2015-12-06 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* ISO9660.cs:
|
|
Added support for CD-ROM XA sectors.
|
|
|
|
2015-12-06 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* SysV.cs:
|
|
Solved false positives of UNIX 7th Edition filesystem.
|
|
|
|
2015-12-06 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* ODS.cs:
|
|
* FFS.cs:
|
|
* BFS.cs:
|
|
* HPFS.cs:
|
|
* NTFS.cs:
|
|
* SysV.cs:
|
|
* Opera.cs:
|
|
* extFS.cs:
|
|
* ext2FS.cs:
|
|
* LisaFS.cs:
|
|
* SolarFS.cs:
|
|
* MinixFS.cs:
|
|
* UNIXBFS.cs:
|
|
* AppleMFS.cs:
|
|
* AppleHFS.cs:
|
|
* AppleHFSPlus.cs:
|
|
Moved comments to XML documentation.
|
|
|
|
2015-12-06 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Plugin.cs:
|
|
Added documentation.
|
|
|
|
2015-12-06 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* FFS.cs:
|
|
* BFS.cs:
|
|
* ODS.cs:
|
|
* SysV.cs:
|
|
* extFS.cs:
|
|
* ProDOS.cs:
|
|
* ext2FS.cs:
|
|
* LisaFS.cs:
|
|
* MinixFS.cs:
|
|
* UNIXBFS.cs:
|
|
* AppleMFS.cs:
|
|
* PCEngine.cs:
|
|
* AppleHFS.cs:
|
|
* AmigaDOS.cs:
|
|
* AppleHFSPlus.cs:
|
|
Completed XML information.
|
|
|
|
* ISO9660.cs:
|
|
Corrected fail in Sega CD IP.BIN decoding.
|
|
Corrected IP.BIN date decoding.
|
|
Trim spaces at end of Volume Descriptor string fields.
|
|
Completed XML information.
|
|
|
|
2015-12-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* FAT.cs:
|
|
* FFS.cs:
|
|
* ODS.cs:
|
|
* BFS.cs:
|
|
* HPFS.cs:
|
|
* NTFS.cs:
|
|
* SysV.cs:
|
|
* Opera.cs:
|
|
* extFS.cs:
|
|
* LisaFS.cs:
|
|
* ProDOS.cs:
|
|
* Plugin.cs:
|
|
* ext2FS.cs:
|
|
* SolarFS.cs:
|
|
* ISO9660.cs:
|
|
* MinixFS.cs:
|
|
* UNIXBFS.cs:
|
|
* AppleHFS.cs:
|
|
* AppleMFS.cs:
|
|
* AmigaDOS.cs:
|
|
* PCEngine.cs:
|
|
* AppleHFSPlus.cs:
|
|
* DiscImageChef.Filesystems.csproj:
|
|
Added generating XML metadata for file systems.
|
|
|
|
2015-12-04 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* AmigaDOS.cs:
|
|
Corrected root block search.
|
|
|
|
2015-11-10 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* BFS.cs:
|
|
Invert endian description
|
|
|
|
2015-11-09 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* BFS.cs:
|
|
Prevent index out of array on checking BeFS with
|
|
less-than-sector-size boot sector.
|
|
|
|
2015-11-09 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* BFS.cs:
|
|
Corrected decoding fields.
|
|
Added supports for boot sector smaller than device size as in
|
|
some Be CDs.
|
|
|
|
2015-10-19 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.Filesystems.csproj:
|
|
Upgrade .NET version to 4.0.
|
|
|
|
2015-10-18 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* FAT.cs:
|
|
* FFS.cs:
|
|
* LisaFS.cs:
|
|
* ProDOS.cs:
|
|
* ISO9660.cs:
|
|
* UNIXBFS.cs:
|
|
* SolarFS.cs:
|
|
* AmigaDOS.cs:
|
|
* AppleHFS.cs:
|
|
* DiscImageChef.Filesystems.csproj:
|
|
Added specific console handling for standard, verbose, debug
|
|
and error outputs.
|
|
|
|
2015-10-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* ODS.cs:
|
|
* FFS.cs:
|
|
* FAT.cs:
|
|
* BFS.cs:
|
|
* SysV.cs:
|
|
* HPFS.cs:
|
|
* NTFS.cs:
|
|
* Opera.cs:
|
|
* extFS.cs:
|
|
* ext2FS.cs:
|
|
* ProDOS.cs:
|
|
* Plugin.cs:
|
|
* LisaFS.cs:
|
|
* Symbian.cs:
|
|
* ISO9660.cs:
|
|
* SolarFS.cs:
|
|
* MinixFS.cs:
|
|
* UNIXBFS.cs:
|
|
* AppleMFS.cs:
|
|
* AppleHFS.cs:
|
|
* AmigaDOS.cs:
|
|
* PCEngine.cs:
|
|
* AppleHFSPlus.cs:
|
|
* Properties/AssemblyInfo.cs:
|
|
* DiscImageChef.Filesystems.csproj:
|
|
Move filesystems to a separate library.
|
|
|