nuttx-apps/include
Xiang Xiao bf3e6e2367 Improvements for telnet server
Author: Xiang Xiao <xiaoxiang@xiaomi.com>

    Check POLLHUP and POLLERR in telnet poll loop

      to handle the remote end close correctly

    Send "NVT"(network virtual terminal) as the default if getenv("TERM") return NULL

      telnet should trigger the error handling if inet_pton return zero
      since zero mean the string has format error

    Don't return 1 in _environ_telnet to avoid trigger the compression
    and remove the redundant TELNET_TELOPT_COMPRESS2 check

    Change telnet_error_u to telnet_error_e required by the coding standard

    Ensure telnet object get freed before the abnormal exit
2020-02-04 19:09:22 -03:00
..
builtin Move apps/builtins/builtin_forindex.c to nuttx/libs/libc/builtin since it is required by kernel logic as well. Other changes account for movement of builtin.h from nuttx/include/nuttx/binfmt/built.h to nuttx/include/lib/builtin.h. 2019-08-23 09:12:45 -06:00
canutils Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
fsutils Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
gpsutils apps/gpsutils/minmea: Re-released under the NuttX BSD license with permission from the author 2016-02-22 08:00:24 -06:00
graphics Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
industry industry/abnt_codi, include/industry/abnt_code.h, examples.abntcodi: Adds support for ABNT CODI library. This is an energy meter protocol used in Brazil. 2019-06-15 08:38:04 -06:00
interpreters Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:40:03 -06:00
modbus Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
netutils Improvements for telnet server 2020-02-04 19:09:22 -03:00
nshlib netutils/telnetd and users of telnetd: Add support for IPv6. 2017-06-27 09:14:13 -06:00
platform Remove some inappropriate conditional compilation 2017-05-13 16:56:56 -06:00
system Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
testing Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
wireless Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00