summaryrefslogtreecommitdiffhomepage
path: root/net/ping/ping.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
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-Satzkorn1-39/+128
2023-04-20all: avoid repeated default interface lookupsMihai Parparita1-4/+6
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-08-04net/netcheck: try ICMP if UDP is blocked (#5056)Andrew Dunham1-0/+253