nes-proj/apps/webserver
adamdunkels 8906441004 Changed all sprintf() calls to snprintf() to make it useful for systems with very low buffer size 2008-02-24 20:59:51 +00:00
..
httpd-fs Updated processes HTML to match script output 2007-04-07 05:41:24 +00:00
Makefile.webserver Removed unreferenced source from application makefile. 2007-04-23 21:22:54 +00:00
http-strings HTTP strings 2007-03-29 22:18:07 +00:00
http-strings.c Updated for Contiki 2.0 2007-03-29 22:21:19 +00:00
http-strings.h Updated for Contiki 2.0 2007-03-29 22:21:19 +00:00
httpd-cfs.c Replaced '404.html' with 'notfound.html' as '404.html' is no valid filename for the Apple2 disk operating system ProDOS 8. 2008-02-21 09:25:54 +00:00
httpd-cfs.h Made the webserver cfs support build and run. 2007-04-23 23:08:44 +00:00
httpd-cgi.c Changed all sprintf() calls to snprintf() to make it useful for systems with very low buffer size 2008-02-24 20:59:51 +00:00
httpd-cgi.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
httpd-fs.c Adjusted source formatting Mk II ;-) 2007-04-22 09:53:50 +00:00
httpd-fs.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
httpd-fsdata.c Removed compiler warnings. 2007-11-17 20:52:07 +00:00
httpd-fsdata.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
httpd.c Allow to configure the maximum number of simultaneous connections to the cgi webserver. 2007-11-26 21:36:35 +00:00
httpd.h Avoid usage of nameless unions as they are - surprisingly at least to me - not part of any C spec. 2007-05-23 21:35:18 +00:00
webserver-dsc.c *-dsc.c files have been changed to remove forward reference for struct_icon variable, bacause it is strange that this variable is used wholly inside the C source file and declared extern for the forward reference. 2007-09-06 01:36:10 +00:00
webserver-dsc.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
webserver-nogui.c Removed SELFSTART_PROCESS as AUTOSTART_ENABLE generally serves that purpose - and AUTOSTART_ENABLE gets already set as required :-) 2008-02-08 22:48:28 +00:00
webserver-nogui.h Made the webserver logging follow the popular pattern of foo_???() being declared in foo.h and defined in foo.c. 2007-04-23 21:19:55 +00:00
webserver.c Removed SELFSTART_PROCESS as AUTOSTART_ENABLE generally serves that purpose - and AUTOSTART_ENABLE gets already set as required :-) 2008-02-08 22:48:28 +00:00
webserver.h Made the webserver logging follow the popular pattern of foo_???() being declared in foo.h and defined in foo.c. 2007-04-23 21:19:55 +00:00