Commit Graph

135 Commits

Author SHA1 Message Date
d4891dc781 Rename hello header. 2020-03-01 05:49:49 +00:00
c384986506 Rename macros. 2020-03-01 05:48:20 +00:00
06944ade67 Rename include file. 2020-03-01 05:46:10 +00:00
d33b309ad7 Add VS cmake settings file. 2020-03-01 05:45:19 +00:00
e95ceac219 Rename comments. 2020-03-01 05:44:49 +00:00
90397b6be9 Merge remote-tracking branch 'origin/master' 2020-01-03 17:48:16 +00:00
4c30357650 Update copyright date. 2020-01-03 17:42:13 +00:00
3e2e2a2850 Fix grammar fix 2019-11-06 18:01:36 +00:00
0f6206fee0 Merge pull request #3 from SilasLaspada/grammar-changes
Change some grammar
2019-11-06 18:01:14 +00:00
SilasLaspada
5f7b4190c8 Change some grammar
Fixes a few words missing and changes a few sentences.
2019-11-02 21:56:37 -06:00
1c07cbbf90 Missing includes and variables from refactoring. 2019-10-27 20:30:35 +00:00
8f146de2b5 Implement GetUsbData for win32. 2019-10-27 20:24:15 +00:00
a66feec1eb Implement GetSdhciRegisters for win32. 2019-10-27 15:40:47 +00:00
8bb988d617 Implement GetDeviceType for win32. 2019-10-27 15:08:18 +00:00
b0d06c4d97 Implement SDHCI for win32. 2019-10-27 14:43:46 +00:00
d48d19ff76 Check existence of NT DDK structures and create them otherwise. 2019-10-27 13:50:46 +00:00
1340749053 Add ATA LBA48 for Win32. 2019-10-27 13:34:00 +00:00
bfec359d76 Add ATA LBA28 for Win32. 2019-10-27 13:26:20 +00:00
cc6cd5a5ca Add ATA CHS for Win32. 2019-10-27 13:23:47 +00:00
a3cdb24556 Add timing for Win32. 2019-10-27 12:36:25 +00:00
9bfea0ad31 Implement SPTD in Win32. 2019-10-27 12:30:53 +00:00
2e4c60a03f Add missing include 2019-10-27 12:29:48 +00:00
b447a2728d Add functions for device commands for win32. 2019-10-27 03:58:15 +00:00
25c22d0582 Implement list devices for win32. 2019-10-27 03:30:13 +00:00
dce7153d7b Get Windows version and architecture. 2019-10-27 01:59:05 +01:00
407078cefe Implement AmIRoot for win32. 2019-10-27 00:14:48 +01:00
f891b1c4c3 Add library from cmake. 2019-10-27 00:14:09 +01:00
e690948568 Implement win32 network code. 2019-10-27 00:02:22 +01:00
0f416c3ce0 Add hello packet for win32, pending getting operating system values. 2019-10-26 22:39:23 +01:00
be42d4d4d8 If win32 define ssize_t. 2019-10-26 22:27:59 +01:00
0e6fa0c0ef Add winsocks2 include file. 2019-10-26 22:27:30 +01:00
8ada7fb4dc Add win32 target. 2019-10-26 22:26:53 +01:00
978e39bd81 Remove unused variables. 2019-10-26 22:26:02 +01:00
ab83226463 Don't use 64-bit integers. 2019-10-26 22:25:31 +01:00
f92e852601 Fix function declarations. 2019-10-26 22:25:00 +01:00
386706670a Fix return values. 2019-10-26 22:24:24 +01:00
b613376a68 Add missing includes. 2019-10-26 22:23:53 +01:00
56196330cc Use context for network functions. 2019-10-26 22:22:31 +01:00
08a47ec5d4 Add packet to check if running as root. 2019-10-26 17:40:03 +01:00
33b6ebdb92 Use opaque packet for device context. 2019-10-26 17:40:03 +01:00
adcd54d992 Use opaque packet for device context. 2019-10-26 16:11:19 +01:00
bcae241162 Add packet to close device. 2019-10-26 15:47:49 +01:00
ac619c274a Use 32-bit fields for packet ID. 2019-10-26 15:34:28 +01:00
a85efd0463 Don't name executable with architecture. 2019-10-26 14:29:51 +01:00
20c4070166 Fix calling system endian.h instead of included one. 2019-10-26 14:27:59 +01:00
f79f61606d Copy Linux UAPI include for MMC, is missing someplaces where the ioctl still exists. 2019-10-22 18:56:05 +01:00
8fa790cf6a Downgrade requirement for cmake to version 2.8.0. 2019-10-22 18:42:18 +01:00
c6f177cc48 Support big endian architectures. 2019-10-22 00:44:39 +01:00
50f911acdc Fix Linux device type detection when there is no udev. 2019-10-21 22:57:39 +01:00
1fc18f9105 Add buffer to socket receive. 2019-10-21 19:05:06 +01:00