Age | Commit message (Expand) | Author |
2020-05-28 | remove unneeded ; after GLOBALS | Ethan Sommer |
2020-05-19 | Don't leak sockfd into children. | Rob Landley |
2020-05-09 | Remove old scripts/minicom.sh and cleanup microcom.c a bit more. | 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 |
2020-03-29 | ping: print ttl | anatasluo |
2020-03-13 | Fix various typos. | Elliott Hughes |
2020-02-26 | Fix bugs reported by anatasluo: min/range/max were out of order, | Rob Landley |
2020-01-10 | sntp.c: fix 32-bit. | Elliott Hughes |
2019-11-13 | Pedantic constant annotations to shut up older toolchains. | Rob Landley |
2019-10-30 | rfkill: remove get_line(). | Elliott Hughes |
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 |