mirror of
https://github.com/sheumann/NetDisk.git
synced 2024-11-08 14:05:06 +00:00
Mount disk images over the Internet on your Apple IIGS
6f5f57c422
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. |
||
---|---|---|
.gitignore | ||
asmglue.asm | ||
asmglue.h | ||
cdev.c | ||
cdev.rez | ||
cdevutil.asm | ||
driver.c | ||
driver.h | ||
driverwrapper.asm | ||
driverwrapper.h | ||
hostname.c | ||
hostname.h | ||
http.c | ||
http.h | ||
httptest.c | ||
initstart.asm | ||
installdriver.asm | ||
installdriver.h | ||
Makefile | ||
mounturl.c | ||
mounturl.h | ||
netdiskerror.c | ||
netdiskerror.h | ||
netdiskinit.c | ||
readtcp.c | ||
readtcp.h | ||
session.c | ||
session.h | ||
seturl.c | ||
seturl.h | ||
strcasecmp.c | ||
strcasecmp.h | ||
systemservices.asm | ||
systemservices.h | ||
tcpconnection.c | ||
tcpconnection.h | ||
twoimg.h | ||
urlparser.c | ||
urlparser.h | ||
version.h |