Files
Aaru/DiscImageChef.Core/ChangeLog

111 lines
2.6 KiB
Plaintext
Raw Normal View History

2017-05-28 01:20:54 +01:00
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 22:30:02 +01:00
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 15:54:03 +01:00
2017-05-27 Natalia Portillo <claunia@claunia.com>
* MHDDLog.cs:
* DiscImageChef.Core.csproj: Refactor: Move MHDDLog to Core.
2017-05-27 15:42:00 +01:00
2017-05-27 Natalia Portillo <claunia@claunia.com>
* IBGLog.cs:
* DiscImageChef.Core.csproj: Refactor: Move IBGLog to Core.
2017-05-27 15:29:07 +01:00
2017-05-27 Natalia Portillo <claunia@claunia.com>
* Checksum.cs:
* DiscImageChef.Core.csproj: Refactor: Move Checksum to Core.
2017-05-27 15:24:07 +01:00
2017-05-27 Natalia Portillo <claunia@claunia.com>
* Statistics.cs:
* DiscImageChef.Core.csproj: Refactor: Move Statistics to
Core.
2017-05-27 15:17:20 +01:00
2017-05-27 Natalia Portillo <claunia@claunia.com>
* ImageFormat.cs:
* DiscImageChef.Core.csproj: Refactor: Move ImageFormat to
Core.
2017-05-27 14:54:15 +01:00
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.