This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-03-11 07:29:48 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
apps
/
webserver
History
oliverschmidt
a6a2d5de9f
Fixed recently introduced minor inconsistency.
2010-09-29 09:35:56 +00:00
..
httpd-fs
…
http-strings
Made cfs-based webserver example compatible with 8.3 file systems.
2010-09-28 20:40:52 +00:00
http-strings.c
Made cfs-based webserver example compatible with 8.3 file systems.
2010-09-28 20:40:52 +00:00
http-strings.h
Made cfs-based webserver example compatible with 8.3 file systems.
2010-09-28 20:40:52 +00:00
httpd-cfs.c
Made cfs-based webserver example compatible with 8.3 file systems.
2010-09-28 20:40:52 +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
…
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
…
Makefile.webserver
…
urlconv.c
Fixed recently introduced minor inconsistency.
2010-09-29 09:35:56 +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
…
webserver-nogui.h
…
webserver.c
…
webserver.h
…