nes-proj/apps/shell
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
..
gui-shell.c
Makefile.shell Fixed recent build error in example-shell. 2010-09-29 11:53:39 +00:00
shell-base64.c
shell-base64.h
shell-blink.c
shell-blink.h
shell-checkpoint.c
shell-checkpoint.h
shell-coffee.c
shell-coffee.h
shell-download.c
shell-download.h
shell-dsc.c
shell-dsc.h
shell-exec.c
shell-exec.h
shell-file.c Report an error if cfs_write failed. 2010-04-12 13:21:58 +00:00
shell-file.h
shell-httpd.c
shell-httpd.h
shell-irc.c Updated API for uiplib and resolv to use uip_ipaddr_t instead of uint16_t for compability with IPv6 2010-05-31 15:22:08 +00:00
shell-irc.h
shell-memdebug.c
shell-memdebug.h
shell-netfile.c
shell-netfile.h
shell-netperf.c Fixed compilation without timesynch compiled in 2010-02-18 20:56:12 +00:00
shell-netperf.h
shell-netstat.c
shell-netstat.h
shell-ping.c Updated API for uiplib and resolv to use uip_ipaddr_t instead of uint16_t for compability with IPv6 2010-05-31 15:22:08 +00:00
shell-ping.h
shell-power.c
shell-power.h
shell-profile.c
shell-profile.h
shell-ps.c
shell-ps.h
shell-reboot.c
shell-reboot.h
shell-rime-debug-runicast.c Remove old neighbor.h inclusion 2010-03-19 13:20:40 +00:00
shell-rime-debug-runicast.h
shell-rime-debug.c Remove old neighbor.h inclusion 2010-03-19 13:20:40 +00:00
shell-rime-debug.h
shell-rime-neighbors.c Updated to new announcement API 2010-03-25 08:55:20 +00:00
shell-rime-neighbors.h
shell-rime-netcmd.c Remove old neighbor.h inclusion 2010-03-19 13:20:40 +00:00
shell-rime-netcmd.h
shell-rime-ping.c
shell-rime-ping.h
shell-rime-sendcmd.c
shell-rime-sendcmd.h
shell-rime-sniff.c
shell-rime-sniff.h
shell-rime-unicast.c Remove old neighbor.h inclusion 2010-03-19 13:20:40 +00:00
shell-rime-unicast.h
shell-rime.c Made use of the new collect keepalive timer 2010-09-22 22:11:20 +00:00
shell-rime.h Added the number of hop-by-hop retransmissions to the 'send' command 2010-09-13 13:29:29 +00:00
shell-rsh.c
shell-rsh.h
shell-run.c
shell-run.h
shell-sendtest.c
shell-sendtest.h
shell-sensortweet.c
shell-sensortweet.h
shell-sky.c updated to new sensors API 2010-03-14 19:54:00 +00:00
shell-sky.h
shell-tcpsend.c Updated API for uiplib and resolv to use uip_ipaddr_t instead of uint16_t for compability with IPv6 2010-05-31 15:22:08 +00:00
shell-tcpsend.h
shell-text.c Fixed alignment issue 2010-09-13 13:29:47 +00:00
shell-text.h
shell-time.c
shell-time.h
shell-tweet.c
shell-tweet.h
shell-udpsend.c Updated API for uiplib and resolv to use uip_ipaddr_t instead of uint16_t for compability with IPv6 2010-05-31 15:22:08 +00:00
shell-udpsend.h
shell-vars.c
shell-vars.h
shell-wget.c Added support for IPv6 URLs 2010-06-09 08:36:43 +00:00
shell-wget.h
shell.c
shell.h