nes-proj/apps/webserver
oliverschmidt a5dff5e08a Up to now the root of the webserver filesystem was always the current directory. Now an optional file 'wwwroot.cfg' is read. If present its content is used as prefix in the conversion of http paths to local paths. This prefix may be a relative path as well as an absolute path.
This is especially useful for the cc65-based targets as it ain't possible there to "just change into the wwwroot directory and start the webserver using its pathname".
2010-08-30 19:44:38 +00:00
..
httpd-fs
Makefile.webserver
http-strings Update to Contiki version number 2.4 2010-01-29 18:03:55 +00:00
http-strings.c Update to Contiki version number 2.4 2010-01-29 18:03:55 +00:00
http-strings.h Update to Contiki version number 2.4 2010-01-29 18:03:55 +00:00
httpd-cfs.c Up to now the root of the webserver filesystem was always the current directory. Now an optional file 'wwwroot.cfg' is read. If present its content is used as prefix in the conversion of http paths to local paths. This prefix may be a relative path as well as an absolute path. 2010-08-30 19:44:38 +00:00
httpd-cfs.h Made CFS web server pathname length configurable via WEBSERVER_CONF_CFS_PATHLEN and increased default pathname length from 20 to 80 chars in order to allow to actually make use of subdirs. 2010-04-11 20:10:12 +00:00
httpd-cgi.c Print ipv6 address in weblog and tcp_stats cgi 2009-08-12 18:23:37 +00:00
httpd-cgi.h
httpd-fs.c
httpd-fs.h
httpd-fsdata.c
httpd-fsdata.h
httpd.c Set the maximum number of concurrent web server connections by default to the maximum number of concurrent TCP connections. 2010-04-11 20:54:39 +00:00
httpd.h Print ipv6 address in weblog and tcp_stats cgi 2009-08-12 18:23:37 +00:00
urlconv.c Up to now the root of the webserver filesystem was always the current directory. Now an optional file 'wwwroot.cfg' is read. If present its content is used as prefix in the conversion of http paths to local paths. This prefix may be a relative path as well as an absolute path. 2010-08-30 19:44:38 +00:00
urlconv.h Up to now the root of the webserver filesystem was always the current directory. Now an optional file 'wwwroot.cfg' is read. If present its content is used as prefix in the conversion of http paths to local paths. This prefix may be a relative path as well as an absolute path. 2010-08-30 19:44:38 +00:00
webserver-dsc.c
webserver-dsc.h
webserver-nogui.c Print ipv6 address in weblog and tcp_stats cgi 2009-08-12 18:23:37 +00:00
webserver-nogui.h
webserver.c
webserver.h