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.
101 lines
2.1 KiB
Plaintext
101 lines
2.1 KiB
Plaintext
2016-02-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* commandline:
|
|
|
|
|
|
2016-02-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* commandline:
|
|
|
|
|
|
2016-02-04 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* commandline:
|
|
|
|
|
|
2016-02-04 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* commandline:
|
|
|
|
|
|
2016-02-03 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* commandline:
|
|
Added supports for settings
|
|
|
|
* DiscImageChef.sln:
|
|
Added supports for settings.
|
|
|
|
2015-12-31 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* CICMMetadata:
|
|
Updated to last branch.
|
|
|
|
2015-12-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.sln:
|
|
Added generating XML metadata for file systems.
|
|
|
|
2015-11-30 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* .gitignore:
|
|
Added gitignore.
|
|
|
|
2015-11-23 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* commandline:
|
|
Added decoding SCSI SENSE as defined in SCSI-2.
|
|
|
|
2015-10-18 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.sln:
|
|
Added specific console handling for standard, verbose, debug
|
|
and error outputs.
|
|
|
|
2015-10-12 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.sln:
|
|
Added standard header.
|
|
|
|
2015-10-12 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.sln:
|
|
Added code to detect OS.
|
|
|
|
2015-10-12 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.sln:
|
|
Added code to detect OS.
|
|
|
|
2015-10-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.sln:
|
|
Added IOCTL skeletons.
|
|
|
|
2015-10-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.sln:
|
|
Move decoders to a separate library.
|
|
|
|
2015-10-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.sln:
|
|
Move filesystems to a separate library.
|
|
|
|
2015-10-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.sln:
|
|
Move partitions plugins to a separate library.
|
|
|
|
2015-10-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.sln:
|
|
Moved disc image plugins to a separate library.
|
|
|
|
2015-10-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.sln:
|
|
Move helpers to a separate library.
|
|
Move checksums to a separate library.
|
|
|