Age | Commit message (Expand) | Author |
2019-10-27 | Technosaurus on github pointed out the error message should say adjtimex. | Rob Landley |
2019-10-23 | Use adjtimex instead of adjtime (bionic hasn't got adjtime). | Rob Landley |
2019-09-23 | Fix ftpget download | Denys Nykula |
2019-09-04 | Factor out AF_UNIX socket openting, use FLAG() macros, xsocket() already | Rob Landley |
2019-07-17 | ifconfig: fix for non-root on Android. | Elliott Hughes |
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-03-02 | Fix instances of "Usage:" rather than "usage:". | Elliott Hughes |
2019-02-23 | Bumper typo cleanup. | Elliott Hughes |
2019-02-21 | Fix typo in help | Kevin van der Kamp |
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-02-13 | Oops, missed one. | Rob Landley |
2019-02-13 | Use xrecvwait() in ping, and move signal handler setup to start of ping loop. | Rob Landley |
2019-02-13 | Move nanomove(), nanodiff(), union socksaddr, and xrecvwait() to lib. | Rob Landley |
2019-02-05 | Promote sntp to net. | 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-25 | OpenEmbedded needs commands installed in specific places. | Rob Landley |
2019-01-16 | Move xsendto() to lib/net.c. | 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-10-21 | Add % to lib/args.c (long time in milliseconds), add xmillitime(), redo | Rob Landley |
2018-10-20 | Some more --help consistency. | Elliott Hughes |
2018-09-08 | Tweaks to make building with Android NDK's llvm happier. | Rob Landley |
2018-08-18 | Allow enough space padding for "192.168.123.456/24" to consistently indent. | Rob Landley |
2018-08-17 | Make microcom use set_terminal() and move speed setting into set_terminal(). | Rob Landley |
2018-08-05 | Add ifconfig -S (short view), and do some minor cleanups while there. | Rob Landley |
2018-08-05 | Tweak help text. | Rob Landley |
2018-07-19 | Tweak/add some comments. | Rob Landley |
2018-07-08 | Fix ping -w and -W, fix ping -c with no reply (kept sending while waiting), | Rob Landley |
2018-07-08 | Fix division by zero errors and double summary in ping. | Rob Landley |
2018-06-14 | I tend to put extra parentheses around & because its precedence being slightly | Rob Landley |
2018-06-14 | ping: support ping6 as a synonym for `ping -6`. | Elliott Hughes |
2018-06-13 | ping: add -m, switch to xsetsockopt. | Elliott Hughes |
2018-06-11 | Promote ping to toys/net | Rob Landley |
2018-04-02 | Second argument to inet_ntop() is int, not long. (64 bit big endian systems c... | 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-07-17 | typo | Rob Landley |
2017-07-17 | Split out xgetaddrinfo() from xconnect() | Rob Landley |
2017-05-26 | Be more consistent about periods in help text. | Elliott Hughes |
2017-01-28 | Add missing `static`s and remove an unused function. | Elliott Hughes |
2017-01-25 | Promote microcom to net. | Rob Landley |
2017-01-04 | ftpget: implement -mMdDlL, put ftp transactions into their own function so -v | Rob Landley |
2017-01-04 | First stab at ftpget/ftpput. (Documents a lot of options other than basic | Rob Landley |