lwip-contrib-mac/apps
Simon Goldschmidt d1bf1ee0da httpd + makefsdata:
- added delayed open/read functionality (so that SSI code can delay sending of a file until internal data is available);
- clean up fs-handling: additional read is not required with our current fs implementation;
- kill oldest connection when running out of http_state memory;
- splitted SSI state into its own struct so that non-SSI pages don't consume too much memory (SSI buffer can get quit big);
- added support for HTTP/1.1 persistent connections (use the '-11' switch of makefsdata; not available for SSI files since we cannot calculate the file length in advance);
- splitted the unreadably-long function http_send_data into multiple smaller functions;
2011-09-04 19:26:46 +02:00
..
chargen Use the new PP_HTONx macros 2010-05-16 16:05:41 +00:00
httpserver Graceful shutdown of netconn-httpd on error 2010-01-29 23:11:06 +00:00
httpserver_raw httpd + makefsdata: 2011-09-04 19:26:46 +02:00
netbios Added unsigned modifier 'U' to defined constants 2011-02-18 13:24:21 +00:00
netio Minor change: add a comment in netio.c application: "See http://www.nwlab.net/art/netio/netio.html to get the netio tool" 2008-01-22 20:53:23 +00:00
ping Fix a compiler warning 2010-05-16 16:07:11 +00:00
rtp Use the new PP_HTONx macros 2010-05-16 16:05:41 +00:00
shell Fix compilation warnings (due to undefined defines) 2010-09-30 10:41:09 +00:00
smtp Added my smtp client using the lwIP raw API 2011-08-24 23:27:16 +02:00
snmp_private_mib Fixed compilation warnings (missing casts, includes, etc.) 2010-03-10 11:27:11 +00:00
sntp Fixed bug #34170 Memory leak in sntp_send_request() (pbuf used for request was sent to udp but never freed) 2011-09-01 21:08:11 +02:00
socket_examples Use the new PP_HTONx macros 2010-05-16 16:05:41 +00:00
tcpecho Added guard to only compile if LWIP_NETCONN is enabled 2010-02-09 17:50:57 +00:00
tcpecho_raw Fixed compilation with LWIP_UDP/LWIP_TCP disabled 2010-03-26 16:10:32 +00:00
udpecho make udpecho_thread() static 2010-03-26 14:11:19 +00:00