Mount disk images over the Internet on your Apple IIGS
Go to file
Stephen Heumann 9883d47517 Support retrying when reading from the TCP connection gives an error.
This is often what will happen if the server has terminated the connection (which many servers will do after a short time, e.g. one second).
2018-08-03 19:50:59 -05:00
.gitignore Add .gitignore file. 2018-07-30 21:37:05 -05:00
hostname.c Lint fixes. 2018-08-01 18:24:43 -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 retrying when reading from the TCP connection gives an error. 2018-08-03 19:50:59 -05:00
http.h Small refactoring. 2018-08-01 01:53:49 -05:00
main.c Support retrying when reading from the TCP connection gives an error. 2018-08-03 19:50:59 -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 Lint fixes. 2018-08-01 18:24:43 -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