emailler/ip65
Oliver Schmidt 41de6a76bd Allow URLs and URL selectors > 255 chars.
Note: The URL selector is stored in the output_buffer - which is currently 520 bytes. Beside all of the URL (apart from a potential "http://") the 'get' and the 'http_preamble' have to fit into that buffer. Therefore URLs mustn't exceed 450 chars. However, we omit a check to avoid further code size increase as most of the time URLs are known to be much shorter anyhow. If the URLs might become large we just leave it up to the user to check their length.
2018-10-30 22:02:47 +01:00
..
arithmetic.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
arp.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
config_c.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
config.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
copymem.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
dhcp_c.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
dhcp.s Removed last KPR_* constants. 2018-02-23 16:41:33 +01:00
dns_c.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
dns.s Removed last KPR_* constants. 2018-02-23 16:41:33 +01:00
dottedquad_c.s Minor style fix. 2018-07-20 13:59:06 +02:00
dottedquad.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
download_c.s Split url.s into url.s and download.s. 2018-07-22 19:22:57 +02:00
download.s Allow URLs and URL selectors > 255 chars. 2018-10-30 22:02:47 +01:00
driver_c.s Added C interface to Ethernet driver configuration. 2018-08-01 19:00:39 +02:00
eth.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
http_c.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
http.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
httpd_c.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
httpd.s Removed last KPR_* constants. 2018-02-23 16:41:33 +01:00
icmp_c.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
icmp.s Removed last KPR_* constants. 2018-02-23 16:41:33 +01:00
input_c.s Enhanced C interface to user input control. 2018-08-01 19:00:39 +02:00
ip65_c.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
ip65.s ip65.s (ip65_random_word): use Atari's POKEY 'RANDOM' register 2018-09-10 01:09:14 +02:00
ip.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
Makefile Added C interface to Ethernet driver configuration. 2018-08-01 19:00:39 +02:00
output_buffer.s General source code cleanup. 2013-12-27 14:57:56 +01:00
parser.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
sntp_c.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
sntp.s Removed last KPR_* constants. 2018-02-23 16:41:33 +01:00
string_utils.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
tcp_c.s Make use of recently added popptr1. 2018-08-14 11:20:29 +02:00
tcp.s Allow tcp_send_string to send strings > 255 chars. 2018-10-30 21:07:15 +01:00
tftp_c.s Added C interface to TFTP functions. 2018-07-20 14:51:20 +02:00
tftp.s Added C interface to TFTP functions. 2018-07-20 14:51:20 +02:00
timer_c.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
timer.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
udp_c.s Adjusted include file extension to ca65 practice. 2018-02-23 16:36:05 +01:00
udp.s Removed last KPR_* constants. 2018-02-23 16:41:33 +01:00
url_c.s Split url.s into url.s and download.s. 2018-07-22 19:22:57 +02:00
url.s Allow URLs and URL selectors > 255 chars. 2018-10-30 22:02:47 +01:00