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-10 11:29:38 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
apps
/
webserver
History
adamdunkels
8906441004
Changed all sprintf() calls to snprintf() to make it useful for systems with very low buffer size
2008-02-24 20:59:51 +00:00
..
httpd-fs
…
http-strings
…
http-strings.c
…
http-strings.h
…
httpd-cfs.c
Replaced '404.html' with 'notfound.html' as '404.html' is no valid filename for the Apple2 disk operating system ProDOS 8.
2008-02-21 09:25:54 +00:00
httpd-cfs.h
…
httpd-cgi.c
Changed all sprintf() calls to snprintf() to make it useful for systems with very low buffer size
2008-02-24 20:59:51 +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
Allow to configure the maximum number of simultaneous connections to the cgi webserver.
2007-11-26 21:36:35 +00:00
httpd.h
…
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
Removed SELFSTART_PROCESS as AUTOSTART_ENABLE generally serves that purpose - and AUTOSTART_ENABLE gets already set as required :-)
2008-02-08 22:48:28 +00:00
webserver-nogui.h
…
webserver.c
Removed SELFSTART_PROCESS as AUTOSTART_ENABLE generally serves that purpose - and AUTOSTART_ENABLE gets already set as required :-)
2008-02-08 22:48:28 +00:00
webserver.h
…