Commit Graph

47 Commits

Author SHA1 Message Date
743eefae4a Save tape partitions when dumping SSC media. 2019-04-30 23:49:36 +01:00
05bc4f4216 Save tape files when dumping SSC media. 2019-04-30 23:45:13 +01:00
ae97cc2d69 Use output plugin when dumpìng SSC. 2019-04-30 23:33:33 +01:00
bba17b988c Handle when SSC drive does not report block size for first block. 2019-04-30 21:32:43 +01:00
9a5b821d25 Fix printing of sense in SSC dump. 2019-04-30 19:55:40 +01:00
ffd1cd6564 Update CICMMetadata version. 2019-04-23 01:38:33 +01:00
e7a6b99b84 Remove all carriage returns from dumpers output. 2019-04-20 23:05:49 +01:00
bc8052f0ae Centralize abort for dumpers 2019-04-20 16:40:12 +01:00
b7b086b644 Fix dumpers documentation. 2019-04-20 16:24:17 +01:00
b5162fd4be Move common dumper fields to Dump class. 2019-04-20 13:23:58 +01:00
1d344deea9 Move all SSC dumper messages to events. 2019-04-20 02:43:53 +01:00
138830652d Move all dumpers to Dump class. 2019-04-19 18:54:25 +01:00
SilasLaspada
fe6851f98f Fix typos
Fix "Avegare" to say "Average".
2019-04-17 12:04:09 -06:00
53f2f50cbe Fix speed calculation on media dump and scan. 2019-01-27 17:47:40 +00:00
f2caa8c40f General code refactor and reformat. 2018-12-31 13:17:27 +00:00
6b12cd1a8e Update copyright year. 2018-12-29 17:34:38 +00: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
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
efd1236999 Get platform automatically when creating softwaretype. 2017-12-29 01:34:02 +00:00
efc48f3e6a Moved software type version from Interop to Metadata. 2017-12-29 01:32:12 +00:00
cfee0226dd Moved version from Core to Interop. 2017-12-29 01:26:58 +00:00
380dbad1a0 REFACTOR: Final cleanup of DiscImageChef.Core. 2017-12-23 17:41:23 +00:00
9249a221fc DOCUMENTATION: Added XML documentation to DiscImageChef.Core. 2017-12-23 01:46:08 +00:00
19914db94f Check speed doesn't become infinite because command duration was too low. 2017-12-22 22:02:10 +00:00
7f829422a8 REFACTOR: All refactor in DiscImageChef.Core. 2017-12-21 23:00:30 +00:00
3053d22b91 REFACTOR: Convert to lambda expression. 2017-12-21 17:37:14 +00:00
7553983bd8 REFACTOR: Removed unneeded pragmas. 2017-12-21 16:14:29 +00:00
bcbda18e4d REFACTOR: Removed unneeded value sets. 2017-12-21 16:07:20 +00:00
dcd053b20d REFACTOR: Remove unneeded code. 2017-12-21 14:30:44 +00:00
bce69c9161 REFACTOR: Use preferred braces style. 2017-12-21 00:44:33 +00:00
ff2afc4593 REFACTOR: Use explicit or implicit modified definition. 2017-12-20 17:46:47 +00:00
b0936d51c5 REFACTOR: Remove redundant parentheses. 2017-12-20 17:26:28 +00:00
a4650c61aa REFACTOR: Fixed MOST name inconsistencies. 2017-12-20 17:15:37 +00:00
e6f6ace80b REFACTOR: Reformat code. 2017-12-19 20:33:05 +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
42e957f7a9 Corrected log output. 2017-11-26 16:28:45 +00:00
5fbf06c360 Added dump log creation. 2017-11-20 05:07:16 +00:00
6e7275d5b1 Corrected sidecar invalid usage of int for block numbers. 2017-06-08 22:01:06 +01:00
943b8a8276 Refactor: simplification. 2017-06-08 21:12:05 +01:00
b135a3f7d1 Added resume parameter passing. 2017-06-08 20:21:50 +01:00
af244b0055 Handle tape drives without additional sense and that only
support fixed size reading.
2017-06-05 15:57:10 +01:00
5489485eac Correctly store blocksize on metadata as soon as it changes.
Corrected speed calculation.
2017-06-04 22:47:13 +01:00
1700763eba Store block size in metadata. 2017-06-04 05:07:05 +01:00
9f8d93fd4d Refactor: Separate dumping code by media type. 2017-05-31 01:00:58 +01:00