Browse disk images on Archive.org and mount them on your Apple IIGS
Go to file
Stephen Heumann 37b26592d0 Work around Marinetti bug 57.
This could cause Marinetti to return more data than it should, starting with valid data but then including corrupt data.

The workaround I'm using is to have Marinetti return a new handle and then copy the data out of it, using the size of the handle as the true size of the data that was read. Because of details of how Marinetti works, that size is correct.
2019-04-15 19:50:36 -05:00
Makefile HTTP tweaks and test program. 2019-04-13 12:57:35 -05:00
diskbrowser.c Work around Marinetti bug 57. 2019-04-15 19:50:36 -05:00
diskbrowser.rez Percent-encode query string. Also, display basic error messages. 2019-04-14 19:36:01 -05:00
hostname.c Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
hostname.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
http.c Percent-encode query string. Also, display basic error messages. 2019-04-14 19:36:01 -05:00
http.h HTTP tweaks and test program. 2019-04-13 12:57:35 -05:00
httptest.c Parse and display the list of disks. 2019-04-13 23:25:02 -05:00
json.c Ignore garbage data after the json object. 2019-04-14 01:34:06 -05:00
json.h JSON parsing code. 2019-04-10 15:29:15 -05:00
jsontest.c Rename test to jsontest. 2019-04-13 00:32:40 -05:00
jsonutil.c Utility functions and test program for JSON processing. 2019-04-10 15:30:40 -05:00
jsonutil.h Utility functions and test program for JSON processing. 2019-04-10 15:30:40 -05:00
mounturl.h Check for presence of NetDisk and Marinetti, and bail out if they're missing. 2019-04-12 19:38:46 -05:00
netdiskerror.h Percent-encode query string. Also, display basic error messages. 2019-04-14 19:36:01 -05:00
readtcp.c Work around Marinetti bug 57. 2019-04-15 19:50:36 -05:00
readtcp.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
session.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
seturl.c Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
seturl.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
strcasecmp.c Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
strcasecmp.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
tcpconnection.c Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
tcpconnection.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
urlparser.c Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
urlparser.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
version.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00