aboutsummaryrefslogtreecommitdiff
path: root/networking/telnet.c
AgeCommit message (Expand)Author
2020-12-29randomconfig fixesDenys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2019-10-18telnet: add disabled code to emit EC and IPDenys Vlasenko
2019-09-25telnet: fix uninitialized variable bugDenys Vlasenko
2019-01-09telnet: placate compiler's warningDenys Vlasenko
2019-01-06telnet: provide feedback after successful connectDanijel Tasov
2019-01-06telnet: code shrinkDenys Vlasenko
2019-01-06telnet: speed up processing of network inputDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-04-17libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko
2018-04-07telnet: move winsize detection closer to I/O loop, delete non-functioning deb...Denys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-08-17telnet: "-a" + "-l USER" should respect USERDenys Vlasenko
2017-08-02config: do not use `a' quoting in help textsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-11Move FEATURE_AUTOWIDTH config option to two applets which use itDenys Vlasenko
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko
2016-10-12telnet: code shrinkDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko
2013-05-12telnet: code shrinkDenys Vlasenko
2012-09-17telnet: convert Enter -> CR LF in line mode tooDenys Vlasenko
2012-09-17telnet: shrink literal string sizeDenys Vlasenko
2012-09-13telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to serverDenys Vlasenko
2011-07-08more tweak for bionicDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-10-29telnet: do not check for 0 return from poll (it's impossible)Denys Vlasenko
2010-10-29telnet: convert CR NUL -> CR on input. Closes bug 2569Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-26*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko
2010-04-27telnet: prevent SEGV if we are requested TELOPT_NEW_ENVIRON.Denys Vlasenko
2010-03-02*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-12*: add/remove safe_, it seems we had a few incorrect usesDenys Vlasenko
2009-09-30find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko
2008-11-25ash,hush: add TODO for rare build failureDenis Vlasenko
2008-11-11telnetd: correctly output 0xff char. ~100 bytes.Denis Vlasenko
2008-09-11runsvd: shrink by VladimirDenis Vlasenko
2008-07-21telnet: shrinkDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer
2008-05-18more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko
2007-11-06telnet: use poll, it's shorterDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko