osd-contiki/apps/webserver
adamdunkels 5585d72c86 A simple but substantial change: uIP used the htons()/HTONS() macro
functions for converting between host and network byte order. These
names are the de facto standard names for this functionality because
of the original BSD TCP/IP implementation. But they cause problems for
uIP/Contiki: some platforms define these names themselves (Mac OS,
most notably), causing compilation problems for Contiki on those
platforms.

This commit changes all htons to uip_htons instead. Same goes for
htonl, ntohs, and ntohl. All-caps versions as well.
2010-10-19 18:29:03 +00:00
..
httpd-fs Reverted raven changes, which are now in the raven-webserver directory 2008-10-14 11:07:57 +00:00
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 A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +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 A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
httpd-cgi.h Reverted raven changes, which are now in the raven-webserver directory 2008-10-14 11:07:57 +00:00
httpd-fs.c Reverted raven changes, which are now in the raven-webserver directory 2008-10-14 11:07:57 +00:00
httpd-fs.h Reverted raven changes, which are now in the raven-webserver directory 2008-10-14 11:07:57 +00:00
httpd-fsdata.c Reverted raven changes, which are now in the raven-webserver directory 2008-10-14 11:07:57 +00:00
httpd-fsdata.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
httpd.c A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
httpd.h Print ipv6 address in weblog and tcp_stats cgi 2009-08-12 18:23:37 +00:00
Makefile.webserver Removed unreferenced source from application makefile. 2007-04-23 21:22:54 +00:00
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 *-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 Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
webserver-nogui.c Print ipv6 address in weblog and tcp_stats cgi 2009-08-12 18:23:37 +00:00
webserver-nogui.h Reverted raven changes, which are now in the raven-webserver directory 2008-10-14 11:07:57 +00:00
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 Made the webserver logging follow the popular pattern of foo_???() being declared in foo.h and defined in foo.c. 2007-04-23 21:19:55 +00:00