emailler/apps
Oliver Schmidt 7ac8c55603 First step towards download to disk.
So far we were reading (much) more bytes from the W5100 than necessary when processing the HTTP header. The byte were memmove'd to the beginning of the buffer.

However, when downloading a DOS 3.3 sector order disk image (*.dsk / *.do) then we need to place every DOS 3.3 sector at a certain point in the buffer to avoid additional memcpy's later. Therefore the HTTP header processing mustn't read (or rather commit) any body bytes from the W5100. So we now just check for the "\r\n\r\n" after each and every byte. This is of course less than optimal but small/simple - and the header isn't supposed to be that large anyway.
2018-08-04 13:10:13 +02:00
..
atrtelnet.cfg Add custom font for the Atari version, fix Atari keyboard input handling. 2017-09-01 22:36:35 +02:00
date65.c Added timezone support. 2018-08-02 17:37:54 +02:00
hfs65.c Minor beautification. 2018-08-01 19:00:38 +02:00
linenoise.c Added (Apple II specific) wget65 program. 2018-08-01 19:39:06 +02:00
linenoise.h Added (Apple II specific) wget65 program. 2018-08-01 19:39:06 +02:00
Makefile Added (Apple II specific) wget65 program. 2018-08-01 19:39:06 +02:00
telnet65.s Removed last KPR_* constants. 2018-02-23 16:41:33 +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 First step towards download to disk. 2018-08-04 13:10:13 +02:00