nuttx-apps/system
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
..
cdcacm Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
cfgdata Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
cle Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
composite Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
critmon Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
cu Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
dhcpc Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
embedlog Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
flash_eraseall Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
hex2bin Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
hexed Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
i2c Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
lm75 Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
lzf Unify the void cast usage 2020-01-02 23:21:01 +08:00
mdio Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
netdb Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
nsh Run all files modified by pr45 through nxstyle. 2020-02-03 07:38:57 -06:00
ntpc apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
nxplayer Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
nxrecorder Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
ping Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
ping6 Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
popen Unify the void cast usage 2020-01-02 23:21:01 +08:00
psmq Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
ramtest Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
readline Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
sched_note Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
setlogmask Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
spi Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
stackmonitor Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
system Unify the void cast usage 2020-01-02 23:21:01 +08:00
taskset Unify the void cast usage 2020-01-02 23:21:01 +08:00
tee Unify the void cast usage 2020-01-02 23:21:01 +08:00
telnet Improvements for telnet server 2020-02-04 19:09:22 -03:00
termcurses Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
ubloxmodem apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
usbmsc Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
usrsock_rpmsg apps/system/usrsock_rpmsg/usrsock_rpmsg_server.c: Fix usrsock_rpmsg_server.c:554:7: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]. 2019-11-11 09:06:18 -06:00
vi Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
zmodem 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
Make.defs Restore apps/system/flash_eraseall/ using new IOCTL wrapper 2016-06-03 08:15:37 -06:00
Makefile Rearrange to eliminate Kmenu files 2016-06-09 08:59:16 -06:00