0f4eed8f9f
Implemented support for Atari partitions.
2015-04-20 16:38:13 +01:00
72306989c3
Added support for AmigaDOS filesystems.
2015-04-20 06:26:33 +01:00
b80477b6be
Typo submerged in infinite loop for non-RDB disks.
2015-04-20 05:10:18 +01:00
66980c0548
Give not only partition starting sector but also ending sector
...
to filesystems.
2015-04-20 05:09:46 +01:00
70a6eab8ac
Implemented support for Amiga RDB.
2015-04-20 04:29:23 +01:00
e33354e573
Corrected datetime field handling in ProDOS filesystem.
2015-04-19 04:20:32 +01:00
a3c6853a4c
Implement support for Apple 2IMG disk images.
2015-04-19 03:50:31 +01:00
72e5c9983c
Implemented SpamSum fuzzy hashing.
2015-04-19 01:27:17 +01:00
5fbcf3e96e
Implemented Fletcher-16 and Fletcher-32 checksum algorithms.
2015-04-19 01:18:36 +01:00
07cdb1cee5
Added CRC16 to checksum command.
2015-04-19 01:10:32 +01:00
0335745f27
Added Adler-32 checksum
2015-04-19 01:07:12 +01:00
7fd2a8b699
Added SuperCardPro flux format information
2015-03-25 02:47:31 +00:00
d204233622
Added information about HD-Copy format
2015-03-25 02:36:29 +00:00
83254bf291
Added Amstrad disk image format information
2015-03-25 02:33:26 +00:00
bfe9886f60
Added information for Tandy CoCo disk images
2015-03-25 02:30:33 +00:00
e2011d57ea
Added information about Amiga Imploder disk image
2015-03-25 02:29:03 +00:00
ec99d1d6de
Added information about Atari disk images
2015-03-25 02:20:01 +00:00
7f9c873ad7
Added information about commodore formats
2015-03-25 02:19:24 +00:00
419001173b
Added description for Apple // disk image format
2015-03-25 01:41:37 +00:00
ff4453e300
Extended readme
2015-03-22 07:53:06 +00:00
1e443d48c8
Implemented support for Apple ProDOS/SOS filesystem
...
(untested).
2015-03-22 07:32:40 +00:00
4d048c84b5
Added DVD structures.
2015-03-21 18:15:14 +00:00
1062f29388
Correct typo in DC42 tag checksumming.
2015-03-05 18:52:36 +00:00
066ac09a86
Endian typoness
2015-02-02 18:47:55 +00:00
e450520c48
Corrected poly and endian issues.
2015-02-02 17:46:54 +00:00
0d7c2ce12b
Corrected poly, solved endian problem
2015-02-02 17:40:02 +00:00
a817acbe4d
Typo
2014-09-09 02:58:38 +01:00
e05bb3d22d
Implements decoding of Blu-ray disc structures.
2014-09-09 02:37:08 +01:00
7bb78c1664
Added decoders for common responses to MMC command READ DISC
...
STRUCTURE.
2014-09-08 19:47:01 +01:00
535d8e48d5
Added all up to MMC-6 defined structures for DVD, HD DVD and
...
BD.
2014-09-06 04:15:01 +01:00
46840cc545
Implement decoders for CD disk structures.
2014-09-06 03:45:53 +01:00
35ef1312a9
Add missing CD disk tags.
2014-09-05 21:15:52 +01:00
5cf5ca6325
Implement SCSI INQUIRY command response decoding (and added
...
adequate disk tag).
2014-09-05 19:07:07 +01:00
39afe44d16
Change Console output to String output.
...
Add function to write String output to Console.
2014-09-05 18:54:48 +01:00
ebfd36991b
Preinitialize length for SpacePaddedToString().
2014-09-03 05:36:39 +01:00
4a5d0736a9
Added source documentation
2014-09-03 04:25:33 +01:00
82c4bf85bc
Added function to convert space-terminated (' ', 0x20, ASCII)
...
ASCII byte arrays to string.
2014-09-03 04:22:19 +01:00
c8575e4728
Forgot header.
2014-09-01 03:51:11 +01:00
aadd192a67
Implement "decode" verb.
2014-09-01 03:44:39 +01:00
f5d6da003e
Modified syntax
2014-08-29 03:50:24 +01:00
5d3b35e002
Redeclaring ImageInfo inside of every plugin made the struct
...
hidden, innaccesible and private, leaving the parent one as
null forever. Corrected.
2014-08-28 19:29:18 +01:00
7b15a709bd
Implement "printhex" verb to print a/several sector(s) as
...
hexadecimal values on console.
2014-08-28 19:27:16 +01:00
3229808c73
All struct members should be public (and removes warning)
2014-08-28 19:03:32 +01:00
94316131d2
Code cleanup.
2014-08-28 19:02:45 +01:00
3ae937ef60
Bump version to 2.2
v2.2
2014-08-28 18:27:44 +01:00
8c358a5084
Workaround when HFS and Apple Partition Map where created on a
...
512 byte/sector device (like a HDD) but are present on a 2048
byte/sector device (like a CD). Solves #1 . HFS+ should not be
affected (even if wrapped).
2014-08-28 18:26:14 +01:00
2f894c5461
Correct typo
2014-08-28 18:12:13 +01:00
41fe7bc575
Empty list cannot be called Contains() it seems, appears as
...
null.
2014-08-28 17:38:41 +01:00
6e563fb135
* DiscImageChef/DiscImageChef.csproj:
...
* DiscImageChef/Checksums/ReedSolomon.cs:
Added ReedSolomon code.
* DiscImageChef/Checksums/CDChecksums.cs:
Detect pack mode+item and if in debug show it.
2014-08-28 15:00:30 +01:00
5089719204
Implement standard CD subchannel packets.
2014-08-25 19:13:25 +01:00