Denis Vlasenko
|
87f3b26b3a
*: replace select-for-one descriptor with poll, it's smaller.
|
17 年 前 |
Paul Fox
|
40f0bcf9d3
fix infinite retry bug. also, reduce per-packet receive timeout
|
17 年 前 |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 年 前 |
Denis Vlasenko
|
a27a11bb2c
introduce and use xdup2(int, int)
|
17 年 前 |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 年 前 |
Denis Vlasenko
|
80b8b39899
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>)
|
17 年 前 |
Denis Vlasenko
|
4b924f3a5c
whitespace fixes
|
17 年 前 |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 年 前 |
Denis Vlasenko
|
bf678d5423
tftp: explain "block# 0" codepath; report our decision to bail out to server
|
17 年 前 |
Denis Vlasenko
|
a04561f5f7
tftp: code diet, and I think retransmits were broken.
|
17 年 前 |
Bernhard Reutner-Fischer
|
b290889f02
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit.
|
17 年 前 |
Denis Vlasenko
|
2856dab477
tcpsvd: new applet
|
17 年 前 |
Denis Vlasenko
|
b477e18c1e
tftp: fix my bug
|
18 年 前 |
Denis Vlasenko
|
0850cdabde
tftp: fix IPv6 fallout
|
18 年 前 |
Denis Vlasenko
|
42823d597a
add x to IPv6 functions which can die
|
18 年 前 |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 年 前 |
Denis Vlasenko
|
316355524f
fixing bugs revealed by randomconfig runs
|
18 年 前 |
Denis Vlasenko
|
2c91652bbc
next part of ipv6-ization. dnsd code is "interesting"...
|
18 年 前 |
Denis Vlasenko
|
6536a9b583
next part of ipv6-ization is here: wget & httpd
|
18 年 前 |
Denis Vlasenko
|
8e9ccba371
ipv6-ization efforts continue. Few bugs are found,
|
18 年 前 |
Denis Vlasenko
|
10f7dd1ea1
tftp: corrupted input packets were killing retransmits - fixed
|
18 年 前 |
Denis Vlasenko
|
9f739445cd
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
|
18 年 前 |
Denis Vlasenko
|
04291bc5ae
httpd: slight reduction of #ifdef forest
|
18 年 前 |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 年 前 |
Denis Vlasenko
|
000b9ba91f
eject: -T fix
|
18 年 前 |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 年 前 |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 年 前 |
Rob Landley
|
534374755d
Cleaup read() and write() variants, plus a couple of new functions like
|
18 年 前 |
Rob Landley
|
14d7065ef1
Make this slightly more readable, and expose the hypocrasy of a comment that
|
18 年 前 |
Bernhard Reutner-Fischer
|
32bf1f9d42
- rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP so it's off in defconfig
|
18 年 前 |