Browse disk images on Archive.org and mount them on your Apple IIGS
Go to file
Stephen Heumann 5ba69db3f2 Fix issues resulting in memory trashing if over ~2500 entries were loaded.
This resulted from indexing off a pointer with signed int index values, which in some cases causes ORCA/C to generate code that only works within 32k bytes of the pointer base. The fix is to use unsigned index values, which results in indexing working correctly up to 64k bytes.
2019-04-18 23:20:51 -05:00
.gitignore Add .gitignore file. 2019-04-15 19:52:25 -05:00
asprintf.c Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
asprintf.h Initial working support for mounting disks. 2019-04-17 20:11:49 -05:00
browserevents.c Add support for fetching more results. 2019-04-18 22:58:57 -05:00
browserevents.h Allow double-clicking on disks in the list to mount them. 2019-04-18 18:03:17 -05:00
browserutil.c Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
browserutil.h Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
browserwindow.c Fix issues resulting in memory trashing if over ~2500 entries were loaded. 2019-04-18 23:20:51 -05:00
browserwindow.h Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
diskbrowser.c Add support for fetching more results. 2019-04-18 22:58:57 -05:00
diskbrowser.h Add support for fetching more results. 2019-04-18 22:58:57 -05:00
diskbrowser.rez Add support for fetching more results. 2019-04-18 22:58:57 -05:00
diskmount.c Add support for fetching more results. 2019-04-18 22:58:57 -05:00
diskmount.h Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
disksearch.c Fix issues resulting in memory trashing if over ~2500 entries were loaded. 2019-04-18 23:20:51 -05:00
disksearch.h Add support for fetching more results. 2019-04-18 22:58:57 -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 Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -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 Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
jsonutil.h Utility functions and test program for JSON processing. 2019-04-10 15:30:40 -05:00
Makefile Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -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