aboutsummaryrefslogtreecommitdiff
path: root/toys/netcat.c
AgeCommit message (Expand)Author
2012-03-07Silence a couple pointless warnings.Rob Landley
2008-12-08Fix netcat -fRob Landley
2008-11-18More than 4k of input can be queued up in a pipe, so loop needs to continue r...Rob Landley
2008-11-16Shell $(netcat) won't return unless child's stdin/stdout/stderr are closed.Rob Landley
2008-11-16Second attempt at making netcat -l work properly.Rob Landley
2008-11-15Add netcat server mode, -l, -L, and -t.Rob Landley
2008-01-20Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()Rob Landley
2008-01-19Move NEWTOY() list from end of toylist.h to generated/newtoys.h.Rob Landley
2008-01-19Zap toys/Config.in and instead create generated/Config.in from contents ofRob Landley
2007-12-03Add comments about SUSv3 specs (or lack thereof).Rob Landley
2007-12-03Add first pass at netcat. Base applet, -f, and -w implemented.Rob Landley