osd-contiki/apps/webbrowser
Oliver Schmidt 65a4472a0d Limit content of web browser version of http-strings to web browser.
In general it seems a bad idea to have two http-strings.c files as this precludes to have them both in the Contiki library. However as it stands it seems most reasonable to have one http-strings.c file be a clean superset of all usecases in order to allow them to run together in a single binary. As webserver/http-strings.c already contained strings not present in webbrowser/http-strings.c it seems reasonable to consider webserver/http-strings.c as the superset described. From that perspective it is appropriate to remove all strings from webbrowser/http-strings.c which are not used by the web browser in order to save memory otherwise wasted.
2013-03-06 15:12:02 +01:00
..
html-strings Added newline on </div>. 2013-02-19 00:43:16 +01:00
html-strings.c Added newline on </div>. 2013-02-19 00:43:16 +01:00
html-strings.h Added newline on </div>. 2013-02-19 00:43:16 +01:00
htmlparser.c Made sure that HTML form values get initialized properly. 2013-02-19 21:40:21 +01:00
htmlparser.h Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
http-strings Limit content of web browser version of http-strings to web browser. 2013-03-06 15:12:02 +01:00
http-strings.c Limit content of web browser version of http-strings to web browser. 2013-03-06 15:12:02 +01:00
http-strings.h Limit content of web browser version of http-strings to web browser. 2013-03-06 15:12:02 +01:00
http-user-agent-string Bumped version number 2012-07-12 11:33:12 +02:00
http-user-agent-string.c Bumped version number 2012-07-12 11:33:12 +02:00
http-user-agent-string.h Bumped version number 2012-07-12 11:33:12 +02:00
Makefile.webbrowser Make lists of source files for each app available individually - i.e. for creation of dynamically loadable modules. 2007-04-05 19:50:43 +00:00
webclient.c Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
webclient.h Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
www-dsc.c Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
www-dsc.h Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
www.c Lifted restrictions on accepted MIME type. 2013-02-19 00:25:36 +01:00
www.h Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00