emailler/apps
Oliver Schmidt 6a296b2058 Improved URL selector handling.
parse_url stores the URL selector in the output_buffer - which is currently 520 bytes. A new entry point called parse_url_buffer was added which instead stores the URL selector in a buffer provided by the user.

url_download now calls the new parse_url_buffer instead of parse_url. The buffer for the URL selector is simply the download_buffer. So the download_buffer is used twice: First to hold the URL selector to be sent as request to the server and then to hold the response received from the server.

However, the URL selector still can't exceed the MSS (aka 1460 bytes).

Note: The User-Agent string was shortened by two bytes as that allows a "default" URL (incl. 'http://' but without port number) of exactly 1400 bytes to end up as 1460 bytes URL selector.
2018-11-13 13:19:47 +01:00
..
atrtelnet.cfg
date65.c Make use of clock_settime(). 2018-08-18 23:28:59 +02:00
hfs65.c
ifttt.c Improved URL selector handling. 2018-11-13 13:19:47 +01:00
ifttt.h Added Tweet65. 2018-11-01 14:21:20 +01:00
linenoise.c Include Apple II specific header only for Apple II. 2018-10-30 20:00:17 +01:00
linenoise.h Added (Apple II specific) wget65 program. 2018-08-01 19:39:06 +02:00
Makefile Added Tweet65. 2018-11-01 14:21:20 +01:00
telnet65.s
tweet65.c Improved URL selector handling. 2018-11-13 13:19:47 +01:00
w5100.c Added (Apple II specific) wget65 program. 2018-08-01 19:39:06 +02:00
w5100.h Added (Apple II specific) wget65 program. 2018-08-01 19:39:06 +02:00
wget65.c Fixed access to argv. 2018-08-06 23:13:22 +02:00