lwip-contrib-mac/apps/httpserver_raw
2011-09-02 22:02:45 +02:00
..
fs Added html source files for httpd 2009-11-01 18:30:06 +00:00
makefsdata Adapted include path to inet_chksum.c 2011-07-06 07:15:13 +00:00
fs.c - added LWIP_HTTPD_SSI_INCLUDE_TAG (default on): when off, don't include the SSI tag in the output sent to clients (so SSI tags can be used anywhere, even in input boxes); 2010-07-05 14:32:24 +00:00
fs.h - added LWIP_HTTPD_SSI_INCLUDE_TAG (default on): when off, don't include the SSI tag in the output sent to clients (so SSI tags can be used anywhere, even in input boxes); 2010-07-05 14:32:24 +00:00
fsdata.c Added support for precalculated checksum and (pregenerated) HTTP/1.1 headers ("connection: close" and "content-length") 2010-03-18 06:34:35 +00:00
fsdata.h Added support for precalculated checksum and (pregenerated) HTTP/1.1 headers ("connection: close" and "content-length") 2010-03-18 06:34:35 +00:00
httpd_structs.h httpd: move some variables from rwdata- to rodata- or bss-section 2011-03-27 13:07:48 +00:00
httpd.c Fix that connections are closed with RST if the HTTP requests didn't fit into the first packet (RST would be sent because not all data has been recved by the httpd - now we ensure all data has been read by waiting for the first double-CRLF before parsing the request) 2011-09-02 22:02:45 +02:00
httpd.h - added LWIP_HTTPD_SSI_INCLUDE_TAG (default on): when off, don't include the SSI tag in the output sent to clients (so SSI tags can be used anywhere, even in input boxes); 2010-07-05 14:32:24 +00:00