Browse disk images on Archive.org and mount them on your Apple IIGS
Go to file
Stephen Heumann 87cf5483a3 Recognize some disk image types based on extension.
This eliminates any possibility of mounting "do" or "po" images with the opposite segment order from what the extension specifies (although that was pretty unlikely anyway).

We also now give an error message for the unsupported "woz" and "nib" formats.
2019-07-15 02:25:59 -05:00
.gitignore Add .gitignore file. 2019-04-15 19:52:25 -05:00
LICENSE Add LICENSE file. 2019-07-05 23:02:06 -05:00
Makefile Give more meaningful error messages. 2019-04-19 00:58:39 -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 Make clicking the radio buttons switch focus back to the search line. 2019-04-18 23:50: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 Give more meaningful error messages. 2019-04-19 00:58:39 -05:00
browserutil.h Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
browserwindow.c Properly highlight the window when bringing it to the front. 2019-04-20 18:45:28 -05:00
browserwindow.h Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
diskbrowser.c Indicate if no results are found for a query. 2019-04-19 21:37:58 -05:00
diskbrowser.h Indicate if no results are found for a query. 2019-04-19 21:37:58 -05:00
diskbrowser.rez Add rVersion resource. 2019-04-19 17:54:58 -05:00
diskmount.c Recognize some disk image types based on extension. 2019-07-15 02:25:59 -05:00
diskmount.h Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
disksearch.c Indicate if no results are found for a query. 2019-04-19 21:37:58 -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
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.c Recognize some disk image types based on extension. 2019-07-15 02:25:59 -05:00
netdiskerror.h Recognize some disk image types based on extension. 2019-07-15 02:25:59 -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