Commit Graph

2482 Commits

Author SHA1 Message Date
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
e2251750a2 Fix possible nullreference with usb devices. 2019-10-19 19:08:52 +01:00
e51f95e4f0 Implement Get SDHCI Registers remote packet. 2019-10-19 19:08:52 +01:00
8c0e01aa2c Implement SCSI remote packet. 2019-10-19 19:08:52 +01:00
357631b203 Implement get device type packet. 2019-10-19 19:08:52 +01:00
0e653cec10 Add packets to get USB, FireWire and PCMCIA data. 2019-10-19 19:08:51 +01:00
ef92d42641 Add packet to retrieve SD/MMC boot registers. 2019-10-19 19:08:51 +01:00
3df019304f Add packet for get device type. 2019-10-19 19:08:51 +01:00
1dd75018e3 Add packets for SCSI, ATA and SDHCI commands. 2019-10-19 19:08:51 +01:00
53a8a11408 Add stubs for remote device commands. 2019-10-19 19:08:51 +01:00
63544feaec Fix inverted error. 2019-10-19 19:08:50 +01:00
ecad51de73 Send device open command packet. 2019-10-19 19:08:50 +01:00
a83be0d5d6 Add open device packet. 2019-10-19 19:08:50 +01:00
c4dea2ee04 Add errno to NOP packet. 2019-10-19 19:08:50 +01:00
6a4e2acb56 Open remote host for devices starting with dic:// 2019-10-19 19:08:50 +01:00
7fd5b16b1d Add NOP packet. 2019-10-19 19:08:49 +01:00
03af9b7f2e Use bigger columns to list remote devices. 2019-10-19 19:08:49 +01:00
ac5faa6f65 Attach host name to device list when remote. 2019-10-19 19:08:49 +01:00
fd42ab8f03 Interpret device list from remote. 2019-10-19 19:08:49 +01:00
21194cb063 Add padding to device info list member. 2019-10-19 19:08:48 +01:00
b8a04b880a Fix comparison. 2019-10-19 19:08:48 +01:00
c34e096bb3 Send correct architecture on remote connection. 2019-10-19 19:08:48 +01:00
eceda313ad Send list devices packet to remote. 2019-10-19 19:08:48 +01:00
580b8e0981 Allow listing devices from remote. 2019-10-19 19:08:48 +01:00
58b2b84f0a Move remote connection to Devices. 2019-10-19 19:08:47 +01:00
b655b617c8 Add packets for list devices. 2019-10-19 19:08:47 +01:00
083517b8ed Send hello packet. 2019-10-19 19:08:47 +01:00
36d273b7af Receive hello packet. 2019-10-19 19:08:47 +01:00
7f5a775941 Added base for remote connection and hello packet. 2019-10-19 19:08:46 +01:00
097f7b796a Merge pull request #239 from darkstar/fix222
Simple fix for #222
2019-10-09 23:09:29 +01:00