don't whine if all we need to do is remove a bg job
[oweals/busybox.git] / nc.c
2001-05-16 Matt KraaiAdd xgethostbyname and herror_msg* functions.
2001-05-15 Matt KraaiFix incorrect length passed to accept noted by Larry...
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-07 Matt KraaiAdd listening support.
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-24 Eric AndersenRemove the warning messages. By consensus, netkit...
2001-01-24 Eric AndersenFix spelling. s/maintainence/maintenance/
2001-01-22 Eric AndersenWarn about apps that will be going away in release...
2000-12-15 Matt KraaiRewrite nc to be simpler, smaller, and to check syscall...
2000-12-14 Matt KraaiShutdown sending on the socket when stdin closes.
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-06-04 Eric Andersen"nc" exits silently on errors. This patch makes it...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...