summaryrefslogtreecommitdiffhomepage
path: root/net/ping
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris2-2/+2
2025-11-16syncs: add Mutex/RWMutex alias/wrappers for future mutex debuggingBrad Fitzpatrick1-1/+2
2025-10-01all: use Go 1.20's errors.Join instead of our multierr packageBrad Fitzpatrick1-4/+4
2023-09-15net/ping: fix ICMP echo code field to 0James Tucker1-1/+1
2023-04-26net/ping,netcheck: add v6 pinging capabilities to pinger (#7971)Charlotte Brandhorst-Satzkorn2-56/+241
2023-04-20all: avoid repeated default interface lookupsMihai Parparita1-4/+6
2023-01-27all: update copyright and license headersWill Norris2-6/+4
2022-09-29all: fix spelling mistakesJosh Soref1-1/+1
2022-08-04net/netcheck: try ICMP if UDP is blocked (#5056)Andrew Dunham2-0/+508