Rob Landley
|
1cca9484db
Upgrade netcat a lot. Make -e able to take the rest of the command line as
|
18 yıl önce |
Rob Landley
|
299a6b4d7b
Consolidate #include <sys/time.h> so libbb.h does it.
|
18 yıl önce |
Rob Landley
|
6cd2250953
Remove a pointless #define.
|
18 yıl önce |
Bernhard Reutner-Fischer
|
67f641e75b
- patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()
|
19 yıl önce |
Bernhard Reutner-Fischer
|
dac7ff15b7
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
|
19 yıl önce |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 yıl önce |
"Vladimir N. Oleynik"
|
6f347ef9dc
common BUFSIZ BSS buffer, small reduce code, data and bss
|
19 yıl önce |
Paul Fox
|
982d35ffa2
applying fix for:
|
19 yıl önce |
Paul Fox
|
7b71d740b9
fix for "0000027: patch: nc will spin if stdin closed"
|
19 yıl önce |
Mike Frysinger
|
9c85ecdef4
use shared busybox error messages to save a few bytes
|
19 yıl önce |
Mike Frysinger
|
7dc7f402a7
make the exec (-e) an optional feature of netcat
|
19 yıl önce |
Mike Frysinger
|
60a5c38a4b
In bug 247, haveaniceday writes:
|
19 yıl önce |
Eric Andersen
|
70060d25d2
s/fileno\(stdin\)/STDIN_FILENO/g
|
21 yıl önce |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 yıl önce |
Glenn L McGrath
|
036dbaa082
Modify bb_lookup_port to allow the protocol to be specified, allowing
|
21 yıl önce |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
22 yıl önce |
Eric Andersen
|
f63a20ad7b
Tom Oehser noticed that we were lacking the SO_REUSEADDR flag.
|
23 yıl önce |
Eric Andersen
|
1323c940fd
Add netcat -i option, per patch from Cristian Ionescu-Idbohrn
|
23 yıl önce |
Matt Kraai
|
c55b8d41c1
Add xgethostbyname and herror_msg* functions.
|
23 yıl önce |
Matt Kraai
|
be9f44a7df
Fix incorrect length passed to accept noted by Larry Doolittle.
|
24 yıl önce |
Eric Andersen
|
eba8ed71f0
Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup
|
24 yıl önce |
Eric Andersen
|
cbe31dace5
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
24 yıl önce |
Eric Andersen
|
67991cf824
This patch, put together by Manuel Novoa III, is a merge of work
|
24 yıl önce |
Matt Kraai
|
1d70267450
Add listening support.
|
24 yıl önce |
Matt Kraai
|
dd19c69904
Removed trailing \n from error_msg{,_and_die} messages.
|
24 yıl önce |
Eric Andersen
|
f6c6d9aacc
Remove the warning messages. By consensus, netkit-tiny doesn't
|
24 yıl önce |
Eric Andersen
|
24be980004
Fix spelling. s/maintainence/maintenance/
|
24 yıl önce |
Eric Andersen
|
6705986f27
Warn about apps that will be going away in release 0.50
|
24 yıl önce |
Matt Kraai
|
bfa7967c4a
Rewrite nc to be simpler, smaller, and to check syscalls for errors.
|
24 yıl önce |
Matt Kraai
|
95fa0ea3d4
Shutdown sending on the socket when stdin closes.
|
24 yıl önce |