summaryrefslogtreecommitdiffhomepage
path: root/health
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris8-8/+8
2025-11-17ipn/ipnlocal: use an in-memory TKA store if FS is unavailableAlex Chan1-5/+6
2025-11-16syncs: add Mutex/RWMutex alias/wrappers for future mutex debuggingBrad Fitzpatrick1-1/+2
2025-10-24health: compare warnable codes to avoid errors on release branch (#17637)Claus Lensbøl2-25/+49
2025-10-10util/eventbus/eventbustest: add support for synctest instead of timers (#17522)Claus Lensbøl1-49/+64
2025-10-03health: make it omittableBrad Fitzpatrick6-218/+330
2025-10-02control/controlclient,health,ipn/ipnlocal,health: fix deadlock by deleting he...Brad Fitzpatrick1-0/+3
2025-10-01all: use Go 1.20's errors.Join instead of our multierr packageBrad Fitzpatrick1-4/+3
2025-09-26cmol/pprof health (#17303)Claus Lensbøl1-3/+18
2025-09-19health: remove direct callback and replace with eventbus (#17199)Claus Lensbøl2-138/+70
2025-09-16health,ipn/ipnlocal: introduce eventbus in heath.Tracker (#17085)Claus Lensbøl2-107/+258
2025-07-28health: add an ETag to UnhealthyState for change detectionJames Sanderson2-3/+211
2025-07-15tailcfg: send health update if DisplayMessage URL changesJames Sanderson1-84/+74
2025-06-10cmd/tailscale/cli: add a risk message about rp_filterAnton Tolchanov1-0/+1
2025-06-09health: prefix Warnables received from the control planeJames Sanderson2-10/+10
2025-06-04health: show DisplayMessage actions in 'tailscale status'James Sanderson2-11/+35
2025-05-30controlclient,health,ipnlocal,tailcfg: add DisplayMessage supportJames Sanderson1-7/+24
2025-05-22control/controlclient,health,tailcfg: refactor control health messages (#15839)James 'zofrex' Sanderson4-95/+299
2025-05-09health, ipn/ipnlocal: add metrics for various client events (#15828)Jonathan Nobels1-0/+12
2025-04-29control/controlclient,health: add tests for control health trackingJames Sanderson2-3/+98
2025-01-27health: relax no-derp-home warnable to not fire if not in map pollBrad Fitzpatrick3-23/+88
2025-01-27health: do Warnable dependency filtering in tailscaledBrad Fitzpatrick3-3/+39
2024-12-05health: fix TestHealthMetric to pass on release branchBrad Fitzpatrick1-3/+9
2024-11-28health: move health metrics test to health_testKristoffer Dalby2-2/+50
2024-10-22health: fix spurious warning about DERP home region '0'Brad Fitzpatrick1-1/+5
2024-10-21health: remove SysDNSOS, add two Warnables for read+set system DNS config (#1...Andrea Gottardo1-14/+1
2024-10-01control/controlhttp: fix connectivity on Alaska Air wifiBrad Fitzpatrick1-0/+19
2024-09-25health: clean up updateBuiltinWarnablesLocked a bit, fix DERP warningsBrad Fitzpatrick2-52/+76
2024-09-25util/usermetrics: make usermetrics non-globalKristoffer Dalby1-18/+29
2024-09-04health: fix magicsockReceiveFuncWarnable health clearingBrad Fitzpatrick1-1/+2
2024-08-27usermetric: add initial user-facing metricsKristoffer Dalby1-0/+25
2024-08-14wgengine/magicsock: log when a ReceiveFunc failsBrad Fitzpatrick1-3/+20
2024-08-01health: don't show login error details with context cancelationsBrad Fitzpatrick1-1/+6
2024-07-29net/dns, health: raise health warning for failing forwarded DNS queries (#12888)Jonathan Nobels1-0/+4
2024-07-12health: drop unnecessary logging in TestSetUnhealthyWithTimeToVisible (#12795)Andrea Gottardo1-2/+0
2024-07-11health: support delayed Warnable visibility (#12783)Andrea Gottardo4-2/+107
2024-07-03health: send ImpactsConnectivity value over LocalAPI (#12700)Andrea Gottardo2-17/+19
2024-07-02health: reduce severity of some warnings, improve update messages (#12689)Andrea Gottardo2-18/+40
2024-06-27health,ipn/ipnlocal: hide update warning when auto-updates are enabled (#12631)Andrew Lytvynov2-18/+123
2024-06-25health: add warming-up warnable (#12553)Andrea Gottardo4-6/+64
2024-06-19health: fix nil DERPMap dereference panicAndrea Gottardo1-2/+14
2024-06-18health: include DERP region name in bad derp notifications (#12530)Andrea Gottardo3-12/+40
2024-06-18health: expose DependsOn to local API via UnhealthyState (#12513)Andrea Gottardo2-2/+44
2024-06-14health: fix data race in new warnable codeBrad Fitzpatrick1-10/+15
2024-06-14health: begin work to use structured health warnings instead of strings, pipe...Andrea Gottardo5-166/+836
2024-05-01health, ipn/ipnlocal: move more health warning code into health.TrackerBrad Fitzpatrick1-11/+95
2024-04-26health, wgengine/magicsock: remove last of health package globalsBrad Fitzpatrick1-32/+67
2024-04-26health, all: remove health.Global, finish plumbing health.TrackerBrad Fitzpatrick1-9/+3
2024-04-26ipn/{ipnlocal,localapi},wgengine{,/magicsock}: plumb health.TrackerBrad Fitzpatrick1-0/+7
2024-04-25tsd, ipnlocal, etc: add tsd.System.HealthTracker, start some plumbingBrad Fitzpatrick1-2/+5