Denys Vlasenko
|
066e76befe
Replace a few more bb_info_msg's by bb_error_msg or printf
|
8 years ago |
Denys Vlasenko
|
c52cbea2bb
libbb: add setsockopt_foo helpers
|
9 years ago |
Denys Vlasenko
|
2db782bc7b
Merge setsockopt error messages
|
9 years ago |
Denys Vlasenko
|
729b70646c
traceroute: fix help text
|
9 years ago |
Ron Yorston
|
d840c5d139
libbb: add a function to make a copy of a region of memory
|
9 years ago |
Denys Vlasenko
|
9b2a9f0210
fix assorted unused code and wrong format specs found by cppchekc (bug 6716)
|
11 years ago |
Guilherme Maciel Ferreira
|
4a600f8777
traceroute: free some memory allocated by xzalloc()
|
11 years ago |
Denys Vlasenko
|
60cb48ca50
whitespace cleanup. no code changes
|
12 years ago |
Baruch Siach
|
e8f36330d9
networking: consolidate the IP checksum code. -129 bytes.
|
13 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Denys Vlasenko
|
a348b4557d
traceroute: properly reduce poll timeout
|
13 years ago |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 years ago |
Denys Vlasenko
|
ca18311d0a
libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.
|
13 years ago |
Denys Vlasenko
|
dd169e8468
eliminate aliasing warnings in traceroute.c and udhcp/socket.c
|
14 years ago |
Denys Vlasenko
|
f3ea792bad
*: mass cosmetic removal of extra empty lines. no code changes
|
14 years ago |
Denys Vlasenko
|
3581c62515
whitespace fixes
|
15 years ago |
Denys Vlasenko
|
31e2e7b863
randomconfig fixes
|
15 years ago |
Denys Vlasenko
|
b2e5fc35eb
ntpd: and real handling for -N, show usage w/o options; trim text
|
15 years ago |
Denys Vlasenko
|
f42fa1b21e
traceroute6: restore port after probing
|
15 years ago |
Denys Vlasenko
|
c14bf21332
traceroute: simplify code a bit
|
15 years ago |
Leonid Lisovskiy
|
4c06531d5e
traceroute6: new applet by Leonid Lisovskiy. +1562 bytes
|
15 years ago |
Denys Vlasenko
|
0d56568654
traceroute: cleanup preparing it for traceroute6. -17 bytes
|
15 years ago |
Denys Vlasenko
|
8131eea3dc
*: introduce and use ffulsh_all()
|
15 years ago |
Denis Vlasenko
|
bdea2c06dc
traceroute: allow -w NUM as small as 1
|
16 years ago |
Denis Vlasenko
|
766c10c386
traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMP
|
16 years ago |
Denis Vlasenko
|
fa65a3d78f
traceroute: preparatory trivial cleanups
|
16 years ago |
Denis Vlasenko
|
360d9661b6
libbb: add strncpy_IFNAMSIZ
|
16 years ago |
Denis Vlasenko
|
dadfb4975b
hush: add #defines to switch off break/continue if loops are not supported
|
16 years ago |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |