aboutsummaryrefslogtreecommitdiff
path: root/toys/other/netcat.c
AgeCommit message (Expand)Author
2016-07-03Promote netsat, and move ifconfig, netcat, and rfkill to new toys/net directory.Rob Landley
2015-09-29Make defconfig build for nommu.Rob Landley
2015-09-11Replace toys.exithelp with help_exit() in lib.Rob Landley
2015-04-04To ensure that toybox can be installed alongside busybox withoutPaul Barker
2015-03-10Use xsignal() instead of signal().Rob Landley
2015-02-07Make toy_exec() check if argc is in optargs and deal with it there so we don'...Rob Landley
2015-01-16AOSP master has <pty.h> and builds netcat/nc.Elliott Hughes
2015-01-14Switch netcat to stop parsing command line at first nonoption argument instea...Rob Landley
2014-12-31Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...Rob Landley
2014-11-19probe for getspnam(), forkpty(), utmpx, replace sethostname()Isaac Dunham
2014-10-20More static analysis fixes from Ashwini Sharma.Rob Landley
2014-05-31Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W...Rob Landley
2014-02-04Tweak help text.Rob Landley
2013-11-02Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config ...Rob Landley
2013-07-18Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reus...Rob Landley
2013-07-06This inlines CRC64, and nothing more.Isaac Dunham
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley
2012-08-25Regularize command headers, update links to standards documents.Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley