index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
cron_changes
dscho-kill-gently
embed
fix_backslash
join2
long_paths
manifest
master
merge
merge_1_19
merge_1_20
mount_point
noconsole
noconsole2
old
path_search
propagate_sigint
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
zstd
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
telnet.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
telnet: fix false positive "Error writing to foreign host"
Denys Vlasenko
2026-02-24
1
-28
/
+34
*
telnet: fixes after testing against some MUD servers
Denys Vlasenko
2026-02-24
1
-112
/
+193
*
telnet: code shrink
Denys Vlasenko
2026-02-23
1
-21
/
+25
*
telnet: rewrite to use ioloop()
Denys Vlasenko
2026-02-23
1
-439
/
+686
*
randomconfig fixes
Denys Vlasenko
2020-12-29
1
-0
/
+4
*
libbb: introduce and use sleep1()
Denys Vlasenko
2020-11-29
1
-1
/
+1
*
telnet: add disabled code to emit EC and IP
Denys Vlasenko
2019-10-18
1
-0
/
+12
*
telnet: fix uninitialized variable bug
Denys Vlasenko
2019-09-25
1
-1
/
+1
*
telnet: placate compiler's warning
Denys Vlasenko
2019-01-09
1
-1
/
+1
*
telnet: provide feedback after successful connect
Danijel Tasov
2019-01-06
1
-0
/
+1
*
telnet: code shrink
Denys Vlasenko
2019-01-06
1
-66
/
+53
*
telnet: speed up processing of network input
Denys Vlasenko
2019-01-06
1
-40
/
+43
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...
Denys Vlasenko
2018-04-17
1
-1
/
+2
*
telnet: move winsize detection closer to I/O loop, delete non-functioning deb...
Denys Vlasenko
2018-04-07
1
-12
/
+5
*
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
1
-1
/
+0
*
telnet: "-a" + "-l USER" should respect USER
Denys Vlasenko
2017-08-17
1
-2
/
+4
*
config: do not use `a' quoting in help texts
Denys Vlasenko
2017-08-02
1
-1
/
+1
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-9
/
+9
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Move FEATURE_AUTOWIDTH config option to two applets which use it
Denys Vlasenko
2017-01-11
1
-5
/
+10
*
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+29
*
telnet: code shrink
Denys Vlasenko
2016-10-12
1
-3
/
+4
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
*: more BUILD_BUG_ON conversions
Denys Vlasenko
2015-10-13
1
-3
/
+1
*
libbb: add setsockopt_foo helpers
Denys Vlasenko
2015-08-24
1
-1
/
+1
*
telnet: code shrink
Denys Vlasenko
2013-05-12
1
-9
/
+8
*
telnet: convert Enter -> CR LF in line mode too
Denys Vlasenko
2012-09-17
1
-11
/
+18
*
telnet: shrink literal string size
Denys Vlasenko
2012-09-17
1
-4
/
+4
*
telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to server
Denys Vlasenko
2012-09-13
1
-17
/
+5
*
more tweak for bionic
Denys Vlasenko
2011-07-08
1
-2
/
+17
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+16
*
telnet: do not check for 0 return from poll (it's impossible)
Denys Vlasenko
2010-10-29
1
-24
/
+24
*
telnet: convert CR NUL -> CR on input. Closes bug 2569
Denys Vlasenko
2010-10-29
1
-69
/
+63
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: mass cosmetic removal of extra empty lines. no code changes
Denys Vlasenko
2010-07-26
1
-1
/
+0
*
bbconfig: make it independent from printf functions
Denys Vlasenko
2010-06-07
1
-2
/
+2
*
telnet: prevent SEGV if we are requested TELOPT_NEW_ENVIRON.
Denys Vlasenko
2010-04-27
1
-9
/
+8
*
*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR
Denys Vlasenko
2010-03-02
1
-2
/
+2
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
*: add/remove safe_, it seems we had a few incorrect uses
Denys Vlasenko
2010-01-12
1
-4
/
+4
*
find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx
Denys Vlasenko
2009-09-30
1
-4
/
+3
*
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-25
1
-1
/
+0
*
telnetd: correctly output 0xff char. ~100 bytes.
Denis Vlasenko
2008-11-11
1
-115
/
+117
*
runsvd: shrink by Vladimir
Denis Vlasenko
2008-09-11
1
-14
/
+7
*
telnet: shrink
Denis Vlasenko
2008-07-21
1
-17
/
+15
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-5
/
+5
[next]