Commit Graph

4061 Commits

Author SHA1 Message Date
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
224a14c7da Change pkgbase. 2019-10-26 00:03:59 +01:00
16849ea233 Add ArchLinux package script for rolling version. 2019-10-25 23:54:41 +01:00
a64587b263 Fix gitignore. 2019-10-25 23:54:30 +01:00
2e585a2c57 Separate tests in its own solution until ported to .NET Core. 2019-10-25 23:35:22 +01:00
c37477c9fb Make everything compile with .NET Core 2.2. 2019-10-25 23:20:16 +01:00
1a5e9c8827 Separate tests in its own solution until ported to .NET Core. 2019-10-25 23:10:24 +01:00
dbbbcc4e06 Add ArchLinux package script for stable version. 2019-10-25 22:36:03 +01:00
bf060bbb20 Ignore generated packages in git. 2019-10-25 22:35:51 +01:00
e039173090 Use dotnet msbuild in Rider. 2019-10-25 22:35:39 +01:00
a1398d1b2c Refactor remote variable name. 2019-10-21 23:39:04 +01:00
8a0d073c27 Write remote information in dump log. 2019-10-21 23:36:57 +01:00
92384ac816 Add buffer to socket receive. 2019-10-21 19:05:19 +01:00
ee3702e44d Fix returning from remote commands. 2019-10-19 19:08:54 +01:00
79c952d1ff Implement remote SDHCI packets. 2019-10-19 19:08:54 +01:00
8eae16b566 Implement remote ATA packets. 2019-10-19 19:08:53 +01:00
a8f3fc912d Implemente remote Get PCMCIA Data packet. 2019-10-19 19:08:53 +01:00
b7f6170a1f Implemente remote Get FireWire Data packet. 2019-10-19 19:08:53 +01:00
2cfcdf8842 Get USB Data remote packet. 2019-10-19 19:08:53 +01:00
bcf8f3951b Fix remote string marshalling. 2019-10-19 19:08:52 +01:00