Denys Vlasenko
|
2aeb201c97
libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avoided
|
6 年之前 |
Denys Vlasenko
|
2f094ae821
telnet: move winsize detection closer to I/O loop, delete non-functioning debug code
|
6 年之前 |
Denys Vlasenko
|
a02a4e9830
whitespace and comment format fixes, no code changes
|
7 年之前 |
Denys Vlasenko
|
fb8348b364
telnet: "-a" + "-l USER" should respect USER
|
7 年之前 |
Denys Vlasenko
|
18e781dc02
config: do not use `a' quoting in help texts
|
7 年之前 |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 年之前 |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 年之前 |
Denys Vlasenko
|
ed15dde60a
Move FEATURE_AUTOWIDTH config option to two applets which use it
|
7 年之前 |
Denys Vlasenko
|
47367e1d50
Convert all networking/* applets to "new style" applet definitions
|
8 年之前 |
Denys Vlasenko
|
57727d478d
telnet: code shrink
|
8 年之前 |
Denys Vlasenko
|
47cfbf32fd
*: add most of the required setup_common_bufsiz() calls
|
8 年之前 |
Denys Vlasenko
|
e6a2f4cc5a
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
|
8 年之前 |
Denys Vlasenko
|
7b85ec30b5
*: more BUILD_BUG_ON conversions
|
9 年之前 |
Denys Vlasenko
|
c52cbea2bb
libbb: add setsockopt_foo helpers
|
9 年之前 |
Denys Vlasenko
|
f76fd17d74
telnet: code shrink
|
11 年之前 |
Denys Vlasenko
|
0ffd63ca9a
telnet: convert Enter -> CR LF in line mode too
|
12 年之前 |
Denys Vlasenko
|
57f07bfcb2
telnet: shrink literal string size
|
12 年之前 |
Denys Vlasenko
|
aca464ddac
telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to server
|
12 年之前 |
Denys Vlasenko
|
14bd16ac56
more tweak for bionic
|
13 年之前 |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 年之前 |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 年之前 |
Denys Vlasenko
|
ec07420eb9
telnet: do not check for 0 return from poll (it's impossible)
|
14 年之前 |
Denys Vlasenko
|
036dbb9d9a
telnet: convert CR NUL -> CR on input. Closes bug 2569
|
14 年之前 |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 年之前 |
Denys Vlasenko
|
f3ea792bad
*: mass cosmetic removal of extra empty lines. no code changes
|
14 年之前 |
Denys Vlasenko
|
729ecb87bf
bbconfig: make it independent from printf functions
|
14 年之前 |
Denys Vlasenko
|
25b10d97e6
telnet: prevent SEGV if we are requested TELOPT_NEW_ENVIRON.
|
14 年之前 |
Denys Vlasenko
|
88aa558e5c
*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR
|
14 年之前 |
Denys Vlasenko
|
98a4c7cf3d
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
|
14 年之前 |
Denys Vlasenko
|
cb23d93c68
*: add/remove safe_, it seems we had a few incorrect uses
|
15 年之前 |