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-01-23 05:29:54 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
apps
/
webserver
History
oliverschmidt
f22b0dffb3
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-fs
…
http-strings
…
http-strings.c
…
http-strings.h
…
httpd-cfs.c
Added optional URL filtering code to the CFS web server contributed by Kajtar Zsolt (and activated it by default).
2010-04-11 19:18:47 +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
Minor syntax simplification.
2010-04-06 20:41:42 +00:00
httpd.h
…
Makefile.webserver
…
urlconv.c
Added optional URL filtering code to the CFS web server contributed by Kajtar Zsolt (and activated it by default).
2010-04-11 19:18:47 +00:00
urlconv.h
Added optional URL filtering code to the CFS web server contributed by Kajtar Zsolt (and activated it by default).
2010-04-11 19:18:47 +00:00
webserver-dsc.c
…
webserver-dsc.h
…
webserver-nogui.c
…
webserver-nogui.h
…
webserver.c
…
webserver.h
…