Mount disk images over the Internet on your Apple IIGS
Go to file
Stephen Heumann 9e9e7be0f8 Add framework of code for the driver. 2018-08-08 20:12:03 -05:00
.gitignore Add .gitignore file. 2018-07-30 21:37:05 -05:00
Makefile Add framework of code for the driver. 2018-08-08 20:12:03 -05:00
asmglue.asm Add basic infrastructure for an installable GS/OS driver. 2018-08-06 20:22:33 -05:00
asmglue.h Add basic infrastructure for an installable GS/OS driver. 2018-08-06 20:22:33 -05:00
driver.c Add framework of code for the driver. 2018-08-08 20:12:03 -05:00
driver.h Add framework of code for the driver. 2018-08-08 20:12:03 -05:00
driverwrapper.asm Add framework of code for the driver. 2018-08-08 20:12:03 -05:00
driverwrapper.h Add framework of code for the driver. 2018-08-08 20:12:03 -05:00
hostname.c Set up framework of the NetDisk init. 2018-08-05 18:04:34 -05:00
hostname.h Initial code implementing some of the core functionality for reading blocks over HTTP. 2018-07-29 23:40:03 -05:00
http.c Add basic infrastructure for an installable GS/OS driver. 2018-08-06 20:22:33 -05:00
http.h Small refactoring. 2018-08-01 01:53:49 -05:00
httptest.c Set up framework of the NetDisk init. 2018-08-05 18:04:34 -05:00
initstart.asm Set up framework of the NetDisk init. 2018-08-05 18:04:34 -05:00
installdriver.asm Add basic infrastructure for an installable GS/OS driver. 2018-08-06 20:22:33 -05:00
installdriver.h Add basic infrastructure for an installable GS/OS driver. 2018-08-06 20:22:33 -05:00
netdiskinit.c Add basic infrastructure for an installable GS/OS driver. 2018-08-06 20:22:33 -05:00
readtcp.c Initial code implementing some of the core functionality for reading blocks over HTTP. 2018-07-29 23:40:03 -05:00
readtcp.h Initial code implementing some of the core functionality for reading blocks over HTTP. 2018-07-29 23:40:03 -05:00
session.h Support for HTTP redirects. 2018-08-01 01:37:22 -05:00
seturl.c Set up framework of the NetDisk init. 2018-08-05 18:04:34 -05:00
seturl.h Add and use code to parse URLs specifying the resource. 2018-07-30 21:35:45 -05:00
strcasecmp.c Add and use code to parse URLs specifying the resource. 2018-07-30 21:35:45 -05:00
strcasecmp.h Add and use code to parse URLs specifying the resource. 2018-07-30 21:35:45 -05:00
tcpconnection.c Support for HTTP redirects. 2018-08-01 01:37:22 -05:00
tcpconnection.h Initial code implementing some of the core functionality for reading blocks over HTTP. 2018-07-29 23:40:03 -05:00
urlparser.c Set up framework of the NetDisk init. 2018-08-05 18:04:34 -05:00
urlparser.h Add and use code to parse URLs specifying the resource. 2018-07-30 21:35:45 -05:00
version.h Add basic infrastructure for an installable GS/OS driver. 2018-08-06 20:22:33 -05:00