Commit Graph

18 Commits

Author SHA1 Message Date
goldsimon
dc0cd64e63 Fix compilation warnings (due to undefined defines) 2010-09-30 10:41:09 +00:00
kieranm
0d1f02f931 Don't use local variable index as it clashes with global string.h define 2010-06-28 13:46:17 +00:00
goldsimon
bcf978f58d fixed compiler warning: use size_t, not int 2010-06-25 18:42:17 +00:00
goldsimon
581b363d79 Make shell work with some or all stats disabled, too 2010-03-26 15:48:28 +00:00
goldsimon
64763950ca Fixed invalid assertion in error() 2010-03-26 14:44:20 +00:00
goldsimon
bafc19addd make some char-pointer-arrays const, add default cases on all switches 2010-03-26 14:11:55 +00:00
goldsimon
b83a115953 Fixed compilation warnings (missing casts, includes, etc.) 2010-03-10 11:27:11 +00:00
goldsimon
71c643ae61 shell_main: use netconn_recv_tcp_pbuf() instead of netconn_recv() 2010-03-06 12:13:46 +00:00
goldsimon
44374b26da typo: 609 -> 509 2010-02-17 16:51:45 +00:00
goldsimon
56d3d5c39a help_msg is split into 2 strings to prevent exceeding the C89 maximum length of 509 per string 2010-02-17 16:48:23 +00:00
goldsimon
c1c78c4c9e Added guard to only compile if LWIP_NETCONN is enabled 2010-02-09 17:50:57 +00:00
goldsimon
a6828003d8 Replaced struct ip_addr by typedef ip_addr_t to make changing the actual implementation behind the typedef easier. 2010-02-04 18:50:12 +00:00
goldsimon
aa0ae95b4e Adapted to changed inet.h/ip_addr.h/def.h 2010-01-29 08:24:08 +00:00
goldsimon
dbee3cf464 (Experimental) support for echoing typed characters (to see what you typed in telnet), doesn't really work reliably yet... 2010-01-24 13:31:14 +00:00
goldsimon
5af75e5b01 Portability: support "\n" or "\r\n" for newline to correctly print on win32 telnet 2010-01-24 13:30:00 +00:00
goldsimon
566a3ad2ca Fix TCP handling: command doesn't have to be contained in a single packet but remote side has to enter \r or \n to finish a command, this supports the other end being a (hand-typed) telnet session 2010-01-24 13:28:10 +00:00
goldsimon
409e10ca8f bug #26523: Compiler Warnings 2010-01-24 13:26:13 +00:00
goldsimon
379e17565c Moved 3 apps from unixsim/apps to contrib/apps (since they are by no means unix-specific) 2010-01-20 19:12:26 +00:00