contiki/apps
oliverschmidt 32701dacb5 Fixed recent build error in example-shell.
Both apps/webbrowser and apps/webserver contain a http-strings.c. It seems unclear to me if the original intention was to have them identical (but then they should have been factored out in the first place) or if they were only very similiar by chance.

Anyway, currently webserver/http-strings.c is a clean superset of webbrowser/http-strings.c so if a project has both HTTP server and client parts it is desirable to use the webserver variant. In the case of apps/shell this can be archived by adding webserver *before* webbrowser to the APPS variable.

This seems like a hack to me - but the whole shell build qualifies as hack, doesn't it ;-)
2010-09-29 11:53:39 +00:00
..
about
calc
cmdd
codeprop
deluge ctimer moved from net/rime to sys/ 2010-06-14 18:58:45 +00:00
dhcp
directory
email
ftp
irc
netconf
ping6
powertrace Rewrote the default powertrace_sniff() behaviour. Instead of printing 2010-09-22 22:09:52 +00:00
process-list
program-handler
serial-shell
servreg-hack Servreg-hack makefile 2010-06-15 20:01:10 +00:00
shell Fixed recent build error in example-shell. 2010-09-29 11:53:39 +00:00
telnet
telnetd
twitter
vnc
webbrowser Converting the last screen line from ASCII to PETSCII as it was done up to now almost never makes sense. Either the conent to be converted is not the last screen line or the last screen line was already converted (and is incorrectly converted back). Therefore now only a partial line not already converted before gets converted. 2010-07-21 21:03:06 +00:00
webserver Fixed recently introduced minor inconsistency. 2010-09-29 09:35:56 +00:00