contiki/apps/webserver
2007-11-25 23:31:11 +00:00
..
httpd-fs
http-strings
http-strings.c
http-strings.h
httpd-cfs.c Increased number of simultanious connections from two to three, fixed / streamlined 404.html handling and added logging on tcp resets. 2007-11-22 11:25:08 +00:00
httpd-cfs.h Made the webserver cfs support build and run. 2007-04-23 23:08:44 +00:00
httpd-cgi.c Optimzed PETSCII support. 2007-11-25 18:39:06 +00:00
httpd-cgi.h
httpd-fs.c
httpd-fs.h
httpd-fsdata.c Removed compiler warnings. 2007-11-17 20:52:07 +00:00
httpd-fsdata.h
httpd.c Optimzed PETSCII support. 2007-11-25 23:31:11 +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
Makefile.webserver Removed unreferenced source from application makefile. 2007-04-23 21:22:54 +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
webserver-nogui.c 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-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 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.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