34 Commits (5f2e264dddb0352914611f8a59cd1f1700a114c7)

Author SHA1 Message Date
Dirk Ziegelmeier 18415805ad shell only works when TCP is enabled 9 years ago
goldsimon 32f4033dd2 apps/shell: fix that help_msg2 string has grown too long 9 years ago
Joel Cunningham e2616fdba9 shell: print errno from if_indextoname() 9 years ago
Joel Cunningham 34d756238e Update MSVC and shell for if.h rename 9 years ago
Dirk Ziegelmeier 9ac2c262b0 Rename some more index variables to idx 9 years ago
Joel Cunningham 5ce470dcfb Add interface support to shell and VS project file 9 years ago
Axel Lin 4812e6d72b apps/shell: Fix trivial typo 10 years ago
sg fa7bc05764 IP_HDRINCL -> LWIP_IP_HDRINCL 10 years ago
Dirk Ziegelmeier 5372f10afa shell.c: Adapt to lwip_stats.memp from aggregation to pointer change 10 years ago
Dirk Ziegelmeier 4fc9108dd0 httpserver-netconn, shell, tcpecho, udpecho: Use new "socket-like" netconn API dual-stack implementation 10 years ago
Dirk Ziegelmeier 0c2ea887da Implement new-style TCP dual-stack in httpserver-netconn, netio, shell, tcpecho and tcpecho_raw 10 years ago
Dirk Ziegelmeier 710da882fd fixed compiler errors/warnings (mainly IPv6-only) 11 years ago
goldsimon f9fe0c3c74 fixed some more compiler warnings 11 years ago
sg 44bb5fefc2 Adapt apps and win32 port to ip_addr_t changes (task #12722: Improve IPv4/v6 address handling) 11 years ago
goldsimon e4ec9053e9 bug #35874 reserved identifier violation, 2nd part 12 years ago
Simon Goldschmidt b833b173cc Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards) 12 years ago
goldsimon dc0cd64e63 Fix compilation warnings (due to undefined defines) 16 years ago
kieranm 0d1f02f931 Don't use local variable index as it clashes with global string.h define 16 years ago
goldsimon bcf978f58d fixed compiler warning: use size_t, not int 16 years ago
goldsimon 581b363d79 Make shell work with some or all stats disabled, too 16 years ago
goldsimon 64763950ca Fixed invalid assertion in error() 16 years ago
goldsimon bafc19addd make some char-pointer-arrays const, add default cases on all switches 16 years ago
goldsimon b83a115953 Fixed compilation warnings (missing casts, includes, etc.) 16 years ago
goldsimon 71c643ae61 shell_main: use netconn_recv_tcp_pbuf() instead of netconn_recv() 16 years ago
goldsimon 44374b26da typo: 609 -> 509 16 years ago
goldsimon 56d3d5c39a help_msg is split into 2 strings to prevent exceeding the C89 maximum length of 509 per string 16 years ago
goldsimon c1c78c4c9e Added guard to only compile if LWIP_NETCONN is enabled 16 years ago
goldsimon a6828003d8 Replaced struct ip_addr by typedef ip_addr_t to make changing the actual implementation behind the typedef easier. 16 years ago
goldsimon aa0ae95b4e Adapted to changed inet.h/ip_addr.h/def.h 16 years ago
goldsimon dbee3cf464 (Experimental) support for echoing typed characters (to see what you typed in telnet), doesn't really work reliably yet... 16 years ago
goldsimon 5af75e5b01 Portability: support "\n" or "\r\n" for newline to correctly print on win32 telnet 16 years ago
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 16 years ago
goldsimon 409e10ca8f bug #26523: Compiler Warnings 16 years ago
goldsimon 379e17565c Moved 3 apps from unixsim/apps to contrib/apps (since they are by no means unix-specific) 16 years ago