Commit Graph

71 Commits

Author SHA1 Message Date
138830652d Move all dumpers to Dump class. 2019-04-19 18:54:25 +01:00
2b771e6761 Add InitProgress and EndProgress events to ATA dumper. 2019-04-19 18:21:20 +01:00
7228a523e7 Add PulseProgress event to ATA dumper. 2019-04-19 18:21:20 +01:00
bcb3a370a5 Add UpdateProgress event to ATA dumper. 2019-04-19 18:21:19 +01:00
8222e90906 Add StoppingErrorMessage event to ATA dumper. 2019-04-19 18:21:19 +01:00
5020f33006 Add UpdateStatus event to ATA dumper. 2019-04-19 18:21:19 +01:00
b0426c4335 Create dump class. 2019-04-19 18:21:18 +01:00
cdf3132620 Prevent showing option to dump first pregap on FreeBSD where it crashes the system. 2019-01-09 12:25:00 +00:00
a9f9b2f045 Register command statistics earlier. 2019-01-05 20:21:57 +00:00
372f9f68ac Return specific error codes from command execution. 2019-01-05 19:50:56 +00:00
104bc55c5e Use Mono.Options as command line parser. 2019-01-05 16:59:23 +00:00
046d93098f Add support for dumping UMD from USB attached PlayStation Portable with CFW installed. 2019-01-01 04:31:59 +00:00
357ea1e666 Correct first track pregap references. 2018-12-31 21:16:52 +00:00
6b12cd1a8e Update copyright year. 2018-12-29 17:34:38 +00:00
6a2fc9f76b Move DeviceType to CommonTypes. 2018-11-27 00:11:03 +00:00
667acd9faa Create new more extensible device report format in JSON. 2018-11-25 17:47:14 +00:00
2656e27655 Close device when finished command execution. 2018-09-25 23:42:13 +01:00
991ee84712 Implement IOC for plugin registration. 2018-07-20 22:53:46 +01:00
91569c4636 Move all interfaces, extents, interop and metadata to DiscImageChef.CommonTypes. 2018-06-25 19:08:26 +01:00
88da8fc019 Code cleanup. 2018-06-22 08:08:51 +01:00
ec8b309670 General refactor. 2018-06-20 22:22:21 +01:00
07f0dfe935 Separate trimming from retry pass fixes #172. 2018-04-10 02:39:41 +01:00
448d55b547 Add option to not write metadata dumping. 2018-02-02 22:03:19 +00:00
efcf1720e2 Add option to skip more sectors than tried to read when a bad sector is found. 2018-02-02 18:44:28 +00:00
484782f8e1 Allow to use an existing metadata sidecar when dumping media. 2018-01-28 21:18:52 +00:00
29ac7931cb Add support for dumping media in any of the writable image formats.
CompactDisc dumping disabled until further notice.
2018-01-19 01:21:01 +00:00
d4bfbf2cae REFACTOR: Final cleanup of DiscImageChef. 2017-12-23 04:48:17 +00:00
bcbda18e4d REFACTOR: Removed unneeded value sets. 2017-12-21 16:07:20 +00:00
bce69c9161 REFACTOR: Use preferred braces style. 2017-12-21 00:44:33 +00:00
e9443388ee REFACTOR: Use preferred braces style. 2017-12-20 23:07:46 +00:00
a4650c61aa REFACTOR: Fixed MOST name inconsistencies. 2017-12-20 17:15:37 +00:00
ef49fdfd45 REFACTOR: Member or type can be made internal. 2017-12-20 02:08:37 +00:00
e6f6ace80b REFACTOR: Reformat code. 2017-12-19 20:33:05 +00:00
77edc7c91c REFACTOR: Sort and removed usings. 2017-12-19 19:33:51 +00:00
1a39168f19 REFACTOR: Updated comments and copyright date. 2017-12-19 03:51:05 +00:00
341e8b563a Corrected passing encoding to dump-media command. 2017-12-19 01:38:11 +00:00
023e6ff0d9 Added support to skip dumping Lead-In. 2017-12-18 21:31:41 +00:00
5fbf06c360 Added dump log creation. 2017-11-20 05:07:16 +00:00
89163474c9 In Windows, there is no way to know if \\.\Whatever exists,
that I know of.
2017-08-21 03:49:04 +01:00
e57f2a5131 Added suppor for resume mapfile. 2017-06-20 05:50:42 +01:00
b135a3f7d1 Added resume parameter passing. 2017-06-08 20:21:50 +01:00
8e4e4cd27a Added support for dumping subchannel in a separate file. 2017-06-07 23:25:06 +01:00
543b3528d9 Refactor: Move dumping code, and misc file writing code, to
Core.
2017-05-27 20:02:57 +01:00
03b5381658 Refactor: Move MHDDLog to Core. 2017-05-27 15:54:03 +01:00
e5d667f424 Refactor: Move IBGLog to Core. 2017-05-27 15:42:00 +01:00
4000786a41 Refactor: Moved PluginBase to Core. 2017-05-27 14:54:15 +01:00
0c121c0f1d Added support for dumping XGD with a Kreon drive. 2017-05-26 20:27:36 +01:00
efdfcf7db9 Add support for duming raw with DVD drives that support READ
LONG (10) (afaik only Matshita).
2017-05-23 17:44:03 +01:00
869b49d711 Updated copyright string. 2017-05-19 20:28:49 +01:00
8b9d678893 Added PCMCIA support. 2016-10-17 04:41:27 +01:00