Commit Graph

3942 Commits

Author SHA1 Message Date
39e73b16a0 Fix inconsistent naming. 2021-08-17 16:27:42 +01:00
1f7bcc83f1 More documentation inheritance. 2021-08-17 16:12:30 +01:00
c6f5ece939 Remove redundant assignments. 2021-08-17 14:40:50 +01:00
a715b9b351 Add XML comments to public entities. 2021-08-17 14:40:37 +01:00
c1287c00cf Remove redundant parentheses. 2021-08-17 14:27:19 +01:00
6dd5fb5c5c Add missing XML documentation inheritance. 2021-08-17 14:25:12 +01:00
00f605b0ca Add XML comments to public entities. 2021-08-17 13:56:05 +01:00
0d18153610 Update changelog. 2021-08-14 02:52:30 +01:00
a9968f9de7 Consider 0 to be "current default timeout", otherwise some device commands / operating system combinations fail. Fixes #472 2021-08-12 03:00:22 +01:00
10d286ada6 Fix null propagation order of operation. Fixes #472 2021-08-09 03:35:49 +01:00
7687507353 Ensure Kreon commands return proper error status. 2021-08-09 03:34:54 +01:00
6465686e53 Show hidden track in media info. Fixes #442 2021-08-04 02:56:55 +01:00
84a7fb7df7 Convert tapes sector by sector as the change in sector size cannot be currently detected. Fixes #552 2021-08-04 02:54:09 +01:00
0a91a2ccee Write media tags to image even when aborted. Fixes #509 2021-08-04 02:00:39 +01:00
1af36c75bd Try to reduce workaround some firmware bug in some audio CDs with hidden audio for #605. 2021-08-03 21:14:59 +01:00
89b0ae5206 Stop processing sidecar when aborted. Fixed #470 2021-08-03 14:12:59 +01:00
d9faf8cdc1 Add unit test for #448 2021-08-03 04:40:55 +01:00
0a87e63978 Fix full TOC generation. Fixes #625 2021-08-03 04:37:31 +01:00
bcc4135146 Add unit test for #625 2021-08-03 04:36:38 +01:00
a6cbfbebd6 Fix track properties from CDRDAO disc images. 2021-08-03 04:20:06 +01:00
85679e09a4 Return sessions in CDRDAO disc images. 2021-08-03 03:58:53 +01:00
f16c428c0d Fix returned track properties in raw ISO images. 2021-08-03 03:48:45 +01:00
a12cfe256c Prevent writing non-long sectors in Alcohol 120% images. 2021-08-03 03:48:16 +01:00
1e1be189e9 Add unit test for #624 2021-08-03 03:46:49 +01:00
df0669b18d Fix taking account of session start pregaps when writing Alcohol 120% images. Fixes #623 2021-08-03 02:46:21 +01:00
ae9645e3b6 Add unit test for #623 2021-08-03 02:42:17 +01:00
a83cd16bb8 Fix Alcohol getting asked for tracks it has not yet initialized. 2021-08-03 02:42:06 +01:00
c356405fe9 Do not allow converting multisession images to formats that don't support multisession. 2021-08-03 02:14:45 +01:00
edd1303d19 Add unit tests for writable optical media images. 2021-08-03 00:29:09 +01:00
efec5accc5 Fix 48-bit ATA commands. Fixes #532 2021-07-29 00:56:12 +01:00
8a0f87c542 Merge pull request #638 from mnadareski/draw-squares
Add DrawSquares to BlockMap
2021-07-29 00:47:32 +01:00
afe15a87c4 Merge pull request #648 from darkstar/fix1
Detect all unknown non-removable media as HDD
2021-07-29 00:47:22 +01:00
Darkstar
741ef99f9f Fix Blocksize from Read16 for media dump 2021-07-28 21:41:17 +02:00
Darkstar
1a6a446520 Detect all unknown non-removable media as HDD 2021-07-28 21:19:24 +02:00
b8e42b0861 Merge pull request #647 from darkstar/fix1
Fix ReadCapacity16 block size calculation
2021-07-28 20:04:16 +01:00
Darkstar
c8fe683e97 Fix ReadCapacity16 block size calculation 2021-07-28 20:32:22 +02:00
aa2dbf3b94 Fix overflow calculations of blocks when device has more than 0x7FFFFFFF blocks. 2021-07-28 17:16:38 +01:00
f78998d45f Fix calculating track entropy. Fixes #630 2021-07-28 02:55:18 +01:00
79886aca2b Disable calculation of disc entropy on multisession discs. 2021-07-28 02:55:01 +01:00
236fe17386 Create .xattrs folder only in root path of extracted volume. Fixes #641 2021-07-28 02:18:44 +01:00
2b52a5b0a6 Fix speed calculations for very fast devices. Fixes #473 2021-07-28 01:42:52 +01:00
ba8948b059 Fix reading VirtualPC disk images bigger than 4GiB. 2021-07-26 12:43:57 +01:00
de6a39519f Fix working with VirtualBox disk images bigger than 4GiB. 2021-07-26 12:43:37 +01:00
483ab29ca2 Fix working with Parallel disk images bigger than 4GiB. 2021-07-26 12:40:59 +01:00
2f4746f7ae Fix tables calculations in QCOW2 images. Fixes #460 2021-07-26 02:14:00 +01:00
836995776e Align structures when writing QCOW images.
This fixes images made with Aaru being not readable by QEMU. A conversion should fix the image.
2021-07-25 17:34:29 +01:00
2851fd035a Enable to continue dumping non-removable drives if serial number if different using the force option. Fixes #455 2021-07-24 20:03:46 +01:00
3082b53261 Fix decoding of USB or FireWire serial numbers with control characters. 2021-07-24 20:02:44 +01:00
4570055ff9 Skip invalid SCSI EVPD page 80h if they contain non-ASCII characters. 2021-07-24 19:59:38 +01:00
09a89fa51c Fix setting index sectors on multi-file CDRWin disc images. Fixes #643 2021-07-23 12:02:20 +01:00