index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
net
/
ping.c
Age
Commit message (
Expand
)
Author
2020-03-29
ping: print ttl
anatasluo
2020-02-26
Fix bugs reported by anatasluo: min/range/max were out of order,
Rob Landley
2019-07-11
bind/connect cleanup.
Elliott Hughes
2019-02-13
Use xrecvwait() in ping, and move signal handler setup to start of ping loop.
Rob Landley
2019-01-16
Move xsendto() to lib/net.c.
Rob Landley
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-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