Commit Graph

211 Commits

Author SHA1 Message Date
af478a92d1 REFACTOR: All refactor in DiscImageChef.Filters. 2017-12-22 16:17:40 +00:00
c59e424ec8 REFACTOR: All refactor in DiscImageChef.Filesystems. 2017-12-22 08:43:22 +00:00
49144eeb01 REFACTOR: All refactor in DiscImageChef.Decoders. 2017-12-22 02:04:18 +00:00
7f829422a8 REFACTOR: All refactor in DiscImageChef.Core. 2017-12-21 23:00:30 +00:00
5953246f19 REFACTOR: All refactor in DiscImageChef. 2017-12-21 20:15:53 +00:00
4e6e8f340a REFACTOR: Use string interpolation expression. 2017-12-21 17:58:51 +00:00
b9ec685b4e REFACTOR: Minor refactors. 2017-12-21 17:14:49 +00:00
f65de10280 REFACTOR: Possible 'System.NullReferenceException'. 2017-12-21 16:59:15 +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
9883b567ff REFACTOR: Possible 'null' assignment to entity marked with 'NotNull' attribute. 2017-12-21 14:41:38 +00:00
dcd053b20d REFACTOR: Remove unneeded code. 2017-12-21 14:30:44 +00:00
5592f147ac REFACTOR: Loop can be converted into LINQ-expression. 2017-12-21 07:08:26 +00:00
4d886dae25 REFACTOR: Invert 'if' statement to reduce nesting. 2017-12-21 06:06:19 +00:00
9cd1869d1d REFACTOR: Convert 'if' statement to 'switch' statement. 2017-12-21 04:43:29 +00:00
ff5540ff5d REFACTOR: Removed else statements. 2017-12-21 02:57:32 +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
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
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
8c6d05eed3 FEATURE FREEZE: Removed TODO lines already implemented. 2017-12-19 01:13:31 +00:00
023e6ff0d9 Added support to skip dumping Lead-In. 2017-12-18 21:31:41 +00:00
022e7adaa1 Correct extract-file working when more than one filesystem is detected or it resides inside a partition table. 2017-12-07 02:30:54 +00:00
44360af3e8 Corrected sidecar filename creation when path is absolute. 2017-11-28 02:20:56 +00:00
e306dc4694 Some SCSI devices get reset on incorrect commands, so retry up
to 5 device resets in media info and dumping.
2017-11-26 22:20:31 +00:00
5fbf06c360 Added dump log creation. 2017-11-20 05:07:16 +00:00
a78653f207 If debug is enabled show more information about catched
exception in analyze command.
2017-10-17 23:34:31 +01:00
90a4a0b37d Add support for choosing character encoding in appropiate command. 2017-10-12 23:54:02 +01:00
9cd9285276 Added list-encodings command. 2017-10-12 22:41:31 +01:00
a42eb4ea63 Implemented device-info command for MMC and SecureDigital
devices.
2017-09-28 21:13:09 +01:00
70a4a054d1 Implemented media-info command for MMC and SecureDigital
devices.
2017-09-28 21:13:01 +01:00
e990174711 Disable EDC check on CDs, it's currently not working. 2017-09-17 23:02:15 +01:00
6e441ddda1 Implemented "list-devices" command for Linux. 2017-08-21 21:04:44 +01: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
ac68968610 Added support for creating a sidecar from a folder containing
the files of a tape dump. e.g.: tape1/file01, tape2/file02,
	etc.
2017-08-08 21:15:14 +01:00
72dd8d9179 Use generic method to search for partitions, supporting
partitions inside partitions. At the same time SGI DVH is
	disabled because it is not working correctly. Fixes #60
2017-07-24 23:35:33 +01:00
c41645b376 Adjusted to new API. 2017-07-20 13:11:59 +01:00
16434f2788 Refactor: Simplify field names. 2017-07-19 16:37:11 +01:00
711d19fd04 Refactor, pass whole partition structure to filesystems. 2017-07-19 16:31:08 +01:00
f5cca3c779 Pass filter UUID to sidecar creation, use it to detect filters
and calculate checksums of disk image and its contents
	correctly.
2017-06-22 01:11:50 +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
fb0a2898a0 Add support for encodings. 2017-06-06 21:38:13 +01:00
7105fbb333 Store and show statistics for "ls" and "extract-files"
commands.
2017-06-04 23:07:31 +01:00