mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* README.md: * DiscImageChef.Partitions/GPT.cs: * DiscImageChef.Partitions/DiscImageChef.Partitions.csproj: Added support for EFI GPT. Fixes #8. * commandline: * DiscImageChef.Decoders/SCSI/Sense.cs: Corrected handling when sense contains multiple repeated sense codes, in a not clean way (just ignoring repeats). * DiscImageChef.Filesystems/Acorn.cs: Added exception catching and unsigned values to correct Acorn DiscRecord structure. Fixes #34 * DiscImageChef/Commands/DeviceReport.cs: Check for 36 blocks in long block search in all cases. * DiscImageChef/Commands/DumpMedia.cs: Only try the persistent pass one time. If it didn't correct in the previous cycle it won't magically do now. Sort unreadalbe sectors before printing them.
210 lines
4.1 KiB
Plaintext
210 lines
4.1 KiB
Plaintext
2016-02-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Acorn.cs:
|
|
Added exception catching and unsigned values to correct
|
|
Acorn DiscRecord structure. Fixes #34
|
|
|
|
2016-02-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Acorn.cs:
|
|
* DiscImageChef.Filesystems.csproj:
|
|
Added support for Acorn ADFS.
|
|
|
|
* FFS.cs:
|
|
Correct FFS information.
|
|
|
|
2016-02-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* FAT.cs:
|
|
Correct null volume label and oem string
|
|
|
|
* NTFS.cs:
|
|
Some NTFS do not contain signature1.
|
|
|
|
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.
|
|
|