Age | Commit message (Expand) | Author |
2020-05-19 | Don't leak sockfd into children. | Rob Landley |
2020-05-08 | Don't have -L forward stderr automatically, break out -E to do that. | Rob Landley |
2020-05-06 | Kill zombies. | Rob Landley |
2019-09-04 | Factor out AF_UNIX socket openting, use FLAG() macros, xsocket() already | Rob Landley |
2019-07-11 | bind/connect cleanup. | Elliott Hughes |
2019-07-01 | netcat: Add UNIX domain socket support (-U) | Tom Cherry |
2019-03-02 | Improve help consistency. | Elliott Hughes |
2019-02-23 | Bumper typo cleanup. | Elliott Hughes |
2019-02-20 | Simplify netcat a lot using the net.c upgrades from last commit. | Rob Landley |
2019-02-20 | Minor cleanups, mostly wordwrapping. | Rob Landley |
2019-01-25 | nc: allow immediate reuse of ports. | Josh Gao |
2019-01-25 | No real need to copy data into variables and do nothing else with it... | Rob Landley |
2019-01-02 | Josh Gao said "netcat -l -p 12345" broke: | Rob Landley |
2018-12-10 | nc: add UDP support. | Josh Gao |
2018-12-10 | nc: add IPv6 support. | Josh Gao |
2018-12-04 | Clean up some --help formatting. | Elliott Hughes |
2018-11-17 | Convert more GLOBALS argument vars to the new single letter code style. | Rob Landley |
2018-07-19 | Tweak/add some comments. | Rob Landley |
2018-03-31 | Use XVFORK() macro, add option ranges, make lookup_port() check /etc/services, | Rob Landley |
2017-07-21 | netcat: make -l exit after handling a request. | Josh Gao |
2017-05-26 | Be more consistent about periods in help text. | Elliott Hughes |
2016-10-11 | Make netcat work with nommu and factor out poll() loop into net/net.c. | Rob Landley |
2016-07-03 | Promote netsat, and move ifconfig, netcat, and rfkill to new toys/net directory. | Rob Landley |