Commit Graph

3280 Commits

Author SHA1 Message Date
e55eeb5ed7 Do not auto migrate database. 2019-12-07 18:08:11 +00:00
e6f5b0f9ca Remove old master database if there is a new database schema. 2019-12-07 17:34:38 +00:00
b81c794ce1 Merge pull request #259 from SilasLaspada/fix-typo
Fix typo in variable name
2019-12-04 18:40:33 +00:00
SilasLaspada
b5f08ff5f2 Fix typo in variable name
Change "wanteOutputFormat" to "wantedOutputFormat".
2019-11-25 10:29:06 -07:00
586536fdbf Use tuples to convert MediaType to type and subtype. 2019-11-18 20:59:16 +00:00
dbcbdb3c88 Prevent dumping XGD without administrative privileges. Fixes #248 2019-11-17 15:54:19 +00:00
8af8672bd2 Try to detect the drive has not locked correctly, and try to use cold values if they look as possibly valid. 2019-11-16 20:17:24 +00:00
4483b10598 Show more information when dumping an XGD. 2019-11-16 19:16:15 +00:00
4370d43c46 Merge pull request #249 from SilasLaspada/fix-warnings
Comment out unused variables
2019-11-15 23:22:58 +00:00
SilasLaspada
e64736ec89 Remove unused variables
Fixes some warnings when compiling
2019-11-14 20:24:19 -07:00
SilasLaspada
6a78eef442 Comment out unused variables
Fixes a few warnings when compiling.
2019-11-14 11:45:33 -07:00
ef7572c594 Fix detecting tape block size when tape reports a lower minimum size. 2019-11-10 00:48:32 +00:00
beb4723bc3 Updated documentation. 2019-11-06 22:15:14 +00:00
6ec7d1400c Merge pull request #247 from SilasLaspada/fix-travis-ci
Update Travis CI link
2019-11-06 18:08:18 +00:00
SilasLaspada
27f24c4c58 Update Travis CI link
It was pointed to the old claunia/DiscImageChef link, not the discimagechef/DiscImageChef one.
2019-11-06 11:00:14 -07:00
11a0a25e86 Reformat. 2019-11-03 01:41:49 +00:00
de0f7f6f42 Remove signed fields. 2019-11-03 01:41:30 +00:00
02f6164077 Change submodules to HTTPS 2019-11-02 16:38:34 +00:00
4871075341 Update IDEA project files. 2019-11-02 02:32:42 +00:00
cfacc6c816 Move Helpers to a separate repository. 2019-11-02 02:23:47 +00:00
67f8868eac Move Dto to a separate repository. 2019-11-02 02:23:10 +00:00
6490be73a4 Move Decoders to a separate repository. 2019-11-02 02:22:31 +00:00
8448d73083 Move Console to a separate repository. 2019-11-02 02:20:49 +00:00
fe024962eb mend 2019-11-02 02:18:35 +00:00
9aef52370b Move CommonTypes to a separate repository. 2019-11-02 02:13:11 +00:00
86b3ff2c5c Move server to a separate repository. 2019-11-02 02:03:19 +00:00
37bc8f2ced Move server to separate folder. 2019-11-02 01:40:41 +00:00
438fa1c9a2 Catch and print exceptions from device constructor. 2019-11-02 01:15:49 +00:00
bdc55dd648 Modify needed to reflect DLTtapeIV has already been tested. 2019-11-01 01:11:52 +00:00
18507d0ef0 Eject SCSI DirectAccess devices if removable in device-report. 2019-11-01 01:10:48 +00:00
67a524e5ba Fix marshaling of remote IAmRoot packet. 2019-11-01 01:10:34 +00:00
9597030ab5 Update server dependencies. 2019-10-27 20:48:10 +00:00
d360cb428a Refactor USB functions classes. 2019-10-27 20:47:29 +00:00
7c66697f2f Fix Windows list-devices not showing SD and MMC as supported. 2019-10-27 20:46:40 +00:00
059362b0fe Correct name of ATA pass thru structure in Windows. 2019-10-27 20:46:24 +00:00
625442a221 Add missing Windows device types. 2019-10-27 20:45:23 +00:00
c4446f7617 Add GUID protocol for MMC reader. 2019-10-27 20:45:09 +00:00
a7aeb0bba6 Send buffer to SDHCI before sending command in Windows. 2019-10-27 20:44:32 +00:00
c58161478d Reduce code when reading OCR in Windows device constructor. 2019-10-27 20:43:50 +00:00
ab3863b9a6 Add GUID for tape device type for Windows. 2019-10-27 20:43:20 +00:00
49297dc54a Add packet to check if remote is running as root. 2019-10-26 17:39:50 +01:00
ad053da2a6 Fix missing StructLayout attributes. 2019-10-26 17:14:58 +01:00
1617e54a06 Add packet to close device. 2019-10-26 15:47:36 +01:00
934a836412 Use 32-bit fields for packet ID. 2019-10-26 15:34:00 +01:00
28f9215319 Merge pull request #244 from SilasLaspada/fix-issue-typo
Fix a few things in the issue template
2019-10-26 03:47:57 +01:00
SilasLaspada
92801d991a Fix a few things in the issue template
Fixed a typo and changed a few things
2019-10-25 20:29:53 -06:00
8827dd1895 Protect against null mode pages. Fixes #243 2019-10-26 02:21:41 +01:00
45d15b410d Do not search for floppy mode page when mode sense returned no pages. Fixes #242 2019-10-26 01:57:55 +01:00
efeaae56c0 Build ArchLinux package with static libs. 2019-10-26 01:43:32 +01:00
b1a6c363fa Add missing dependencies to Arch Linux package. 2019-10-26 00:22:28 +01:00