aboutsummaryrefslogtreecommitdiff
path: root/toys/net
AgeCommit message (Expand)Author
2021-02-06netstat: various fixes.Elliott Hughes
2021-02-06Cleanup pass on netstat.Rob Landley
2020-11-18Fix microcom to set serial device's terminal correctly.Rob Landley
2020-10-22Add nommu-able xvdaemon() and use it to remove some TOYBOX_FORK dependenciesRob Landley
2020-10-20Can't call daemon() on nommu.Rob Landley
2020-05-28remove unneeded ; after GLOBALSEthan Sommer
2020-05-19Don't leak sockfd into children.Rob Landley
2020-05-09Remove old scripts/minicom.sh and cleanup microcom.c a bit more.Rob Landley
2020-05-08Don't have -L forward stderr automatically, break out -E to do that.Rob Landley
2020-05-06Kill zombies.Rob Landley
2020-03-29ping: print ttlanatasluo
2020-03-13Fix various typos.Elliott Hughes
2020-02-26Fix bugs reported by anatasluo: min/range/max were out of order,Rob Landley
2020-01-10sntp.c: fix 32-bit.Elliott Hughes
2019-11-13Pedantic constant annotations to shut up older toolchains.Rob Landley
2019-10-30rfkill: remove get_line().Elliott Hughes
2019-10-27Technosaurus on github pointed out the error message should say adjtimex.Rob Landley
2019-10-23Use adjtimex instead of adjtime (bionic hasn't got adjtime).Rob Landley
2019-09-23Fix ftpget downloadDenys Nykula
2019-09-04Factor out AF_UNIX socket openting, use FLAG() macros, xsocket() alreadyRob Landley
2019-07-17ifconfig: fix for non-root on Android.Elliott Hughes
2019-07-11bind/connect cleanup.Elliott Hughes
2019-07-01netcat: Add UNIX domain socket support (-U)Tom Cherry
2019-03-02Improve help consistency.Elliott Hughes
2019-03-02Fix instances of "Usage:" rather than "usage:".Elliott Hughes
2019-02-23Bumper typo cleanup.Elliott Hughes
2019-02-21Fix typo in helpKevin van der Kamp
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-02-13Oops, missed one.Rob Landley
2019-02-13Use xrecvwait() in ping, and move signal handler setup to start of ping loop.Rob Landley
2019-02-13Move nanomove(), nanodiff(), union socksaddr, and xrecvwait() to lib.Rob Landley
2019-02-05Promote sntp to net.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-25OpenEmbedded needs commands installed in specific places.Rob Landley
2019-01-16Move xsendto() to lib/net.c.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-10-21Add % to lib/args.c (long time in milliseconds), add xmillitime(), redoRob Landley
2018-10-20Some more --help consistency.Elliott Hughes
2018-09-08Tweaks to make building with Android NDK's llvm happier.Rob Landley
2018-08-18Allow enough space padding for "192.168.123.456/24" to consistently indent.Rob Landley
2018-08-17Make microcom use set_terminal() and move speed setting into set_terminal().Rob Landley
2018-08-05Add ifconfig -S (short view), and do some minor cleanups while there.Rob Landley
2018-08-05Tweak help text.Rob Landley
2018-07-19Tweak/add some comments.Rob Landley