Denis Vlasenko
|
703e20235a
cleanups: unnecessary casts, unified const_1, eliminate cross-.c file
|
18 years ago |
Denis Vlasenko
|
316355524f
fixing bugs revealed by randomconfig runs
|
18 years ago |
Denis Vlasenko
|
5d68724d5b
next part of ipv6-ization. mostly netcat.
|
18 years ago |
Denis Vlasenko
|
6536a9b583
next part of ipv6-ization is here: wget & httpd
|
18 years ago |
Denis Vlasenko
|
1dc1b37b33
use xbind, xconnect where appropriate.
|
18 years ago |
Denis Vlasenko
|
c8e6e35ba4
nc: add missing cast
|
18 years ago |
Denis Vlasenko
|
48237b0c88
introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),
|
18 years ago |
Denis Vlasenko
|
8528151658
small ipv6 doc changes; nslookup a tiny bit smaller
|
18 years ago |
Denis Vlasenko
|
d0e70af9d1
nc: fix 2 my own buglets, and few someone else's too.
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
9213a9e0f2
whitespace cleanup
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
Rob Landley
|
534374755d
Cleaup read() and write() variants, plus a couple of new functions like
|
18 years ago |
Rob Landley
|
1cca9484db
Upgrade netcat a lot. Make -e able to take the rest of the command line as
|
18 years ago |
Rob Landley
|
299a6b4d7b
Consolidate #include <sys/time.h> so libbb.h does it.
|
18 years ago |
Rob Landley
|
6cd2250953
Remove a pointless #define.
|
18 years ago |
Bernhard Reutner-Fischer
|
67f641e75b
- patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()
|
18 years ago |
Bernhard Reutner-Fischer
|
dac7ff15b7
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
|
18 years ago |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 years ago |
"Vladimir N. Oleynik"
|
6f347ef9dc
common BUFSIZ BSS buffer, small reduce code, data and bss
|
19 years ago |
Paul Fox
|
982d35ffa2
applying fix for:
|
19 years ago |
Paul Fox
|
7b71d740b9
fix for "0000027: patch: nc will spin if stdin closed"
|
19 years ago |
Mike Frysinger
|
9c85ecdef4
use shared busybox error messages to save a few bytes
|
19 years ago |
Mike Frysinger
|
7dc7f402a7
make the exec (-e) an optional feature of netcat
|
19 years ago |
Mike Frysinger
|
60a5c38a4b
In bug 247, haveaniceday writes:
|
19 years ago |
Eric Andersen
|
70060d25d2
s/fileno\(stdin\)/STDIN_FILENO/g
|
20 years ago |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
20 years ago |
Glenn L McGrath
|
036dbaa082
Modify bb_lookup_port to allow the protocol to be specified, allowing
|
21 years ago |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
22 years ago |
Eric Andersen
|
f63a20ad7b
Tom Oehser noticed that we were lacking the SO_REUSEADDR flag.
|
22 years ago |