Mount disk images over the Internet on your Apple IIGS
Go to file
2018-08-01 01:37:22 -05:00
.gitignore Add .gitignore file. 2018-07-30 21:37:05 -05:00
hostname.c Add and use code to parse URLs specifying the resource. 2018-07-30 21:35:45 -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 Support for HTTP redirects. 2018-08-01 01:37:22 -05:00
http.h Support for HTTP redirects. 2018-08-01 01:37:22 -05:00
main.c Support for HTTP redirects. 2018-08-01 01:37:22 -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 Add code to parse status line and headers of an HTTP response to our request. 2018-08-01 00:05:19 -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 Add code to parse status line and headers of an HTTP response to our request. 2018-08-01 00:05:19 -05:00
urlparser.h Add and use code to parse URLs specifying the resource. 2018-07-30 21:35:45 -05:00