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-13 05:30:48 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
apps
/
webserver
History
matsutsuka
582a7476d4
*-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
..
httpd-fs
…
http-strings
…
http-strings.c
…
http-strings.h
…
httpd-cfs.c
Made the webserver cfs support build and run.
2007-04-23 23:08:44 +00:00
httpd-cfs.h
Made the webserver cfs support build and run.
2007-04-23 23:08:44 +00:00
httpd-cgi.c
Support for z80(sdcc) port.
2007-08-30 14:39:16 +00:00
httpd-cgi.h
…
httpd-fs.c
…
httpd-fs.h
…
httpd-fsdata.c
…
httpd-fsdata.h
…
httpd.c
…
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
…
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
…
webserver-nogui.h
…
webserver.c
…
webserver.h
…