mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
111 lines
2.6 KiB
Plaintext
111 lines
2.6 KiB
Plaintext
2017-05-28 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* ATA.cs: Removed unused code.
|
|
|
|
2017-05-28 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* ATA.cs:
|
|
* NVMe.cs:
|
|
* SCSI.cs:
|
|
* DiscImageChef.Core.csproj:
|
|
* ScanResults.cs:
|
|
* SecureDigital.cs: Refactor: Return result from core to CLI,
|
|
show in CLI.
|
|
|
|
2017-05-28 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Sidecar.cs:
|
|
* Benchmark.cs:
|
|
* Delegates.cs:
|
|
* DiscImageChef.Core.csproj: Refactor: Use delegates to report
|
|
progress and status.
|
|
|
|
2017-05-27 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Benchmark.cs: Refactor: Return result from core to CLI, show
|
|
in CLI.
|
|
|
|
2017-05-27 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Benchmark.cs:
|
|
* DiscImageChef.Core.csproj: Refactor: Move benchmark to Core.
|
|
|
|
2017-05-27 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Sidecar.cs:
|
|
* DiscImageChef.Core.csproj: Refactor: Move create-sidecar
|
|
logic to Core.
|
|
|
|
2017-05-27 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Filesystems.cs: Refactor: Move filesystem identification
|
|
code to Core.
|
|
|
|
2017-05-27 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.Core.csproj: Refactor: Move filesystem
|
|
identification code to Core.
|
|
|
|
2017-05-27 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DataFile.cs:
|
|
* ATA.cs:
|
|
* NVMe.cs:
|
|
* SCSI.cs:
|
|
* DiscImageChef.Core.csproj:
|
|
* SecureDigital.cs: Refactor: Move dumping code, and misc file
|
|
writing code, to Core.
|
|
|
|
2017-05-27 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Statistics.cs:
|
|
* ATA.cs:
|
|
* NVMe.cs:
|
|
* SCSI.cs:
|
|
* DiscImageChef.Core.csproj:
|
|
* SecureDigital.cs: Refactor: Moved media scanning to Core.
|
|
|
|
2017-05-27 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Checksum.cs: Enabled option to set which checksums to use.
|
|
|
|
2017-05-27 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* MHDDLog.cs:
|
|
* DiscImageChef.Core.csproj: Refactor: Move MHDDLog to Core.
|
|
|
|
2017-05-27 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* IBGLog.cs:
|
|
* DiscImageChef.Core.csproj: Refactor: Move IBGLog to Core.
|
|
|
|
2017-05-27 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Checksum.cs:
|
|
* DiscImageChef.Core.csproj: Refactor: Move Checksum to Core.
|
|
|
|
2017-05-27 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Statistics.cs:
|
|
* DiscImageChef.Core.csproj: Refactor: Move Statistics to
|
|
Core.
|
|
|
|
2017-05-27 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* ImageFormat.cs:
|
|
* DiscImageChef.Core.csproj: Refactor: Move ImageFormat to
|
|
Core.
|
|
|
|
2017-05-27 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* PluginBase.cs:
|
|
* DiscImageChef.Core.csproj: Refactor: Moved PluginBase to
|
|
Core.
|
|
|
|
2017-05-27 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.Core.csproj:
|
|
* AssemblyInfo.cs: Added project for separation of engine from
|
|
CLI.
|
|
|