nes-proj/apps
adamdunkels 2be8454a15 Const and typecast bugfix 2010-09-14 07:18:14 +00:00
..
about
calc Minor change. 2009-03-01 12:11:17 +00:00
cmdd Minor change. 2009-03-01 12:11:17 +00:00
codeprop
deluge ctimer moved from net/rime to sys/ 2010-06-14 18:58:45 +00:00
dhcp
directory
email 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
ftp 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
irc 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
netconf 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
ping6 fixed for new uip6 APIs 2010-03-17 13:19:34 +00:00
powertrace Don't include sniffer code when using IPv6 - this saves significant code space because Rime won't be pulled in 2010-04-30 07:17:21 +00:00
process-list
program-handler Minor change. 2009-03-01 12:11:17 +00:00
serial-shell Changed the name of the 'serial' module to 'serial-line' to signify that the module is about lines of data from the serial port, not individual bytes, and to make sdcc happy 2009-03-17 15:56:32 +00:00
servreg-hack Servreg-hack makefile 2010-06-15 20:01:10 +00:00
shell Const and typecast bugfix 2010-09-14 07:18:14 +00:00
telnet 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
telnetd
twitter Removed unused include serial-shell.h 2009-05-11 17:31:13 +00:00
vnc 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
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 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