summaryrefslogtreecommitdiffhomepage
path: root/net/captivedetection
AgeCommit message (Expand)AuthorFilesLines
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick1-4/+2
2026-01-23all: remove AUTHORS file and references to itWill Norris5-5/+5
2025-11-16syncs: add Mutex/RWMutex alias/wrappers for future mutex debuggingBrad Fitzpatrick1-1/+2
2025-09-24derp/derpserver: split off derp.Server out of derp into its own packageBrad Fitzpatrick1-2/+2
2025-03-07tailcfg: add DERPRegion.NoMeasureNoHome, deprecate+document Avoid [cap 115]Brad Fitzpatrick1-1/+1
2025-02-03derp/derphttp,ipn/localapi,net/captivedetection: add cache resistance to capt...James Tucker2-1/+87
2024-11-15net/captivedetection: replace 10k log lines with ... lessBrad Fitzpatrick2-14/+42
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-03net/captivedetection: mark TestAllEndpointsAreUpAndReturnExpectedResponse fla...Jordan Whited1-0/+2
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 Gottardo5-0/+496