Commit Graph

984 Commits

Author SHA1 Message Date
75ac9a2c25 Added new test files. 2017-07-01 20:54:13 +01:00
d6e850b9a6 Partitions should be public. 2017-07-01 20:54:02 +01:00
165087a0a8 Added tests for FAT12. 2017-07-01 09:39:20 +01:00
f6f9ccdd26 Remove Acorn vs IBM floppy conflict, detect Acorn based on
file extension, rest assume IBM.
2017-07-01 09:39:11 +01:00
d8faac5d59 Added tests for Acorn ADFS. 2017-07-01 03:40:06 +01:00
40754f2a94 Added some Acorn floppy formats. 2017-07-01 03:39:52 +01:00
ec94c6e913 Filename should not include compressed extension. 2017-07-01 03:26:31 +01:00
dbe5a51222 Filesystems should be public. 2017-07-01 03:26:08 +01:00
5fd16faede Image classes should be public. 2017-07-01 02:49:09 +01:00
32792c398a Added tests for MacBinary, AppleSingle and AppleDouble. 2017-06-30 00:34:46 +01:00
25c6c78516 * DiscImageChef.Tests/Filters/PCExchange.cs:
* DiscImageChef.Tests/DiscImageChef.Tests.csproj:
	  Added test for PCExchange filter.

	* DiscImageChef.Filters/PCExchange.cs:
	  Solved handling last entry of FINDER.DAT.
	Close FINDER.DAT to prevent sharing violation.
2017-06-29 23:41:14 +01:00
0fa84cf895 Added tests for compression filters. 2017-06-29 22:52:46 +01:00
4620115967 Corrected checksum calculation errors. 2017-06-29 22:30:03 +01:00
08cbe92709 Close opened files. 2017-06-29 22:10:15 +01:00
29738d6dec Added tests for checksums. 2017-06-29 22:09:41 +01:00
334cc66a53 Formatting options. 2017-06-29 21:23:39 +01:00
fcb58141ed Use OEM name from BPB as XML system identifier. 2017-06-29 20:44:38 +01:00
f15299cd90 Added support for IBM SaveDskF disk image format. 2017-06-22 16:20:49 +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
1df2589b39 Added correct metadata for XGD structures. 2017-06-20 06:42:09 +01:00
c25cc90c46 * CICMMetadata:
Updated metadata.

	* DiscImageChef.Core/Sidecar.cs:
	  On block media, calculate checksum of contents not only of
	disk image.
2017-06-20 06:13:38 +01:00
92d34eef55 Do not calculate checksum of only track for raw files. 2017-06-20 05:51:21 +01:00
e57f2a5131 Added suppor for resume mapfile. 2017-06-20 05:50:42 +01:00
ff29d85926 Refactor: Remove unneeded TODOs. 2017-06-12 22:59:47 +01:00
6e7275d5b1 Corrected sidecar invalid usage of int for block numbers. 2017-06-08 22:01:06 +01:00
3395c01fda Correctly store all bad sectors, not just first one on run. 2017-06-08 21:47:18 +01:00
ea26320d65 Support storage list of known bad blocks. 2017-06-08 21:46:58 +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
82252f1135 Added resume support. 2017-06-08 20:21:40 +01:00
af4ee725bd Added method to convert extents class to metadata extents and
viceversa.
2017-06-08 20:21:29 +01:00
6859d3cbb3 Added constructors from List<T>. 2017-06-08 19:05:35 +01:00
afa300a935 Added helpers for extents. 2017-06-08 18:41:41 +01:00
d1a4af704b Corrected duplicate GUID. 2017-06-08 14:34:14 +01:00
8e4e4cd27a Added support for dumping subchannel in a separate file. 2017-06-07 23:25:06 +01:00
a5d6154b55 Should not be static. Added support for subwriting. 2017-06-07 23:24:30 +01:00
7e1bca4caf Add support for tracks. 2017-06-07 22:37:05 +01:00
77c155b437 Allow requesting datafile position. 2017-06-07 22:27:32 +01:00
0f69e220b4 Corrected saving sidecar. 2017-06-07 22:27:16 +01:00
8cd80c89a3 Use uncompressed size from footer. 2017-06-07 20:03:10 +01:00
a81912fd60 Adds support for XZ compressed files. 2017-06-07 19:55:51 +01:00
5feb941ec5 If specified size is 0, calculate length. 2017-06-07 19:52:51 +01:00
9fe8399d6a Added support for LZIP compressed files (.lz). 2017-06-07 18:36:06 +01:00
149949b29f Remove spurious debug message. 2017-06-07 18:34:11 +01:00
cc1bfba46b Correctly remove temporary file. 2017-06-07 18:29:05 +01:00
0c1f05dacc Use cached stream. Gives a 600% speed boost on analyze. 2017-06-07 18:23:30 +01:00
6249e9e331 Corrected reading past last read position. 2017-06-07 17:52:54 +01:00
2f6714d8a0 Completely changed ForcedSeekStream workings to use a backing
file. The previous one worked with small files but failed
	miserably with big ones.
2017-06-07 17:08:46 +01:00
6b3c824f3e Debug messages go to debug console. 2017-06-06 23:04:25 +01:00
3754c622f4 Updated SharpCompress package version. 2017-06-06 22:53:04 +01:00