summaryrefslogtreecommitdiffhomepage
path: root/net/captivedetection/captivedetection.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-02-03derp/derphttp,ipn/localapi,net/captivedetection: add cache resistance to capt...James Tucker1-1/+16
2024-11-15net/captivedetection: replace 10k log lines with ... lessBrad Fitzpatrick1-7/+12
2024-10-02net/captivedetection: set Timeout on net.Dialer (#13613)Andrea Gottardo1-1/+5
2024-09-26net/captivedetection: exclude ipsec interfaces from captive portal detection ...Andrea Gottardo1-1/+1
2024-08-02net/captivedetection: exclude cellular data interfaces (#13002)Andrea Gottardo1-1/+7
2024-07-30net/captivedetection: call SetHealthy once connectivity restored (#12974)Andrea Gottardo1-1/+1
2024-07-26health: introduce captive-portal-detected Warnable (#12707)Andrea Gottardo1-0/+217