Mount disk images over the Internet on your Apple IIGS
Go to file
Stephen Heumann 6f5f57c422 Support spaces in URLs.
This applies to both directly entered URLs and redirects. At least some servers (e.g. bit.ly) will send un-percent-encoded URLs that may contain spaces in the Location header.

Spaces are now percent-encoded in the HTTP request. Other characters that should be percent-encoded still aren't, but I think many servers can accept them as-is.
2018-10-03 17:40:08 -05:00
.gitignore
asmglue.asm
asmglue.h
cdev.c Add flag controlling whether to use cache. 2018-10-01 22:42:33 -05:00
cdev.rez Add flag controlling whether to use cache. 2018-10-01 22:42:33 -05:00
cdevutil.asm
driver.c Add flag controlling whether to use cache. 2018-10-01 22:42:33 -05:00
driver.h
driverwrapper.asm
driverwrapper.h
hostname.c
hostname.h
http.c Support spaces in URLs. 2018-10-03 17:40:08 -05:00
http.h
httptest.c Enhance mounturl command-line utility. 2018-10-02 18:04:22 -05:00
initstart.asm
installdriver.asm
installdriver.h
Makefile Enhance mounturl command-line utility. 2018-10-02 18:04:22 -05:00
mounturl.c Enhance mounturl command-line utility. 2018-10-02 18:04:22 -05:00
mounturl.h Add flag controlling whether to use cache. 2018-10-01 22:42:33 -05:00
netdiskerror.c
netdiskerror.h Report a disk switch if the length of the file changed. 2018-10-01 18:18:34 -05:00
netdiskinit.c
readtcp.c
readtcp.h
session.c
session.h Add GS/OS block cache support. 2018-10-01 21:49:00 -05:00
seturl.c Support spaces in URLs. 2018-10-03 17:40:08 -05:00
seturl.h
strcasecmp.c
strcasecmp.h
systemservices.asm
systemservices.h
tcpconnection.c
tcpconnection.h
twoimg.h
urlparser.c
urlparser.h
version.h