aboutsummaryrefslogtreecommitdiff
path: root/toys/net/netcat.c
AgeCommit message (Expand)Author
2019-03-02Improve help consistency.Elliott Hughes
2019-02-23Bumper typo cleanup.Elliott Hughes
2019-02-20Simplify netcat a lot using the net.c upgrades from last commit.Rob Landley
2019-02-20Minor cleanups, mostly wordwrapping.Rob Landley
2019-01-25nc: allow immediate reuse of ports.Josh Gao
2019-01-25No real need to copy data into variables and do nothing else with it...Rob Landley
2019-01-02Josh Gao said "netcat -l -p 12345" broke:Rob Landley
2018-12-10nc: add UDP support.Josh Gao
2018-12-10nc: add IPv6 support.Josh Gao
2018-12-04Clean up some --help formatting.Elliott Hughes
2018-11-17Convert more GLOBALS argument vars to the new single letter code style.Rob Landley
2018-07-19Tweak/add some comments.Rob Landley
2018-03-31Use XVFORK() macro, add option ranges, make lookup_port() check /etc/services,Rob Landley
2017-07-21netcat: make -l exit after handling a request.Josh Gao
2017-05-26Be more consistent about periods in help text.Elliott Hughes
2016-10-11Make netcat work with nommu and factor out poll() loop into net/net.c.Rob Landley
2016-07-03Promote netsat, and move ifconfig, netcat, and rfkill to new toys/net directory.Rob Landley