| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-28 | health: add an ETag to UnhealthyState for change detection | James Sanderson | 1 | -2/+2 |
| 2025-06-19 | tstest/tlstest: simplify, don't even bake in any keys | Brad Fitzpatrick | 1 | -2/+2 |
| 2025-06-18 | net/tlsdial: fix TLS cert validation of HTTPS proxies | Brad Fitzpatrick | 3 | -7/+227 |
| 2025-06-09 | health: prefix Warnables received from the control plane | James Sanderson | 2 | -7/+7 |
| 2025-05-30 | controlclient,health,ipnlocal,tailcfg: add DisplayMessage support | James Sanderson | 2 | -8/+265 |
| 2025-05-22 | control/controlclient,health,tailcfg: refactor control health messages (#15839) | James 'zofrex' Sanderson | 4 | -18/+57 |
| 2025-05-07 | control/controlclient: send optional ConnectionHandleForTest with map request... | Brian Palmer | 1 | -20/+31 |
| 2025-04-29 | control/controlclient,health: add tests for control health tracking | James Sanderson | 1 | -0/+32 |
| 2025-04-16 | derp/derphttp: remove ban on websockets dependency | David Anderson | 1 | -12/+0 |
| 2025-04-08 | net/{netx,memnet},all: add netx.DialFunc, move memnet Network impl | Brad Fitzpatrick | 4 | -8/+9 |
| 2025-04-07 | nettest, *: add option to run HTTP tests with in-memory network | Brad Fitzpatrick | 1 | -2/+7 |
| 2025-04-02 | all: use network less when running in v86 emulator | Brad Fitzpatrick | 2 | -1/+34 |
| 2025-04-02 | control/controlhttp: reduce some log spam on context cancel | Brad Fitzpatrick | 1 | -0/+5 |
| 2025-04-02 | control/controlhttp: set forceNoise443 on Plan 9 | Brad Fitzpatrick | 1 | -0/+9 |
| 2025-03-25 | control/controlhttp: quiet "forcing port 443" log spam | Brad Fitzpatrick | 2 | -1/+12 |
| 2025-03-12 | control/controlclient, ipn: add client audit logging (#14950) | Jonathan Nobels | 4 | -2/+147 |
| 2025-03-07 | wgengine/magicsock: use learned DERP route as send path of last resort | Brad Fitzpatrick | 2 | -0/+5 |
| 2025-02-14 | control/controlclient,tailcfg:types: remove MaxKeyduration from NetMap | James Sanderson | 1 | -5/+0 |
| 2025-02-11 | Revert "control/controlclient: delete unreferenced mapSession UserProfiles" | Brad Fitzpatrick | 1 | -30/+1 |
| 2025-02-11 | types/netmap,*: pass around UserProfiles as views (pointers) instead | Brad Fitzpatrick | 2 | -5/+7 |
| 2025-01-30 | control/controlclient: flesh out a recently added comment | Brad Fitzpatrick | 1 | -6/+11 |
| 2025-01-30 | control/controlclient: add missing word in comment | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-01-26 | control/controlclient,tempfork/httprec: don't link httptest, test certs for c2n | Brad Fitzpatrick | 1 | -2/+2 |
| 2025-01-26 | control/controlknobs: make Knobs.AsDebugJSON automatic, not require maintenance | Brad Fitzpatrick | 2 | -21/+19 |
| 2025-01-24 | control/controlclient: sanitize invalid DERPMap nil Region from control | Brad Fitzpatrick | 1 | -0/+9 |
| 2025-01-24 | control/controlclient: skip SetControlClientStatus when queue has newer resul... | Brad Fitzpatrick | 3 | -2/+162 |
| 2025-01-23 | control/controlclient: delete unreferenced mapSession UserProfiles | Brad Fitzpatrick | 1 | -1/+30 |
| 2025-01-15 | tailcfg,control/controlclient: treat nil AllowedIPs as Addresses [capver 112] | Brad Fitzpatrick | 2 | -0/+36 |
| 2025-01-14 | control/controlclient: remove misleading TS_DEBUG_NETMAP, make it TS_DEBUG_MA... | Brad Fitzpatrick | 1 | -18/+18 |
| 2025-01-14 | all: add Node.HomeDERP int, phase out "127.3.3.40:$region" hack [capver 111] | Brad Fitzpatrick | 3 | -32/+102 |
| 2025-01-14 | cmd/viewer,types/views,various: avoid allocations in pointer field getters wh... | Nick Khyl | 1 | -8/+6 |
| 2025-01-07 | controlclient: do not set HTTPS port for any private coordination server IP (... | Andrea Gottardo | 2 | -6/+140 |
| 2025-01-04 | all: use iterators in more places instead of Range funcs | Brad Fitzpatrick | 1 | -9/+11 |
| 2025-01-03 | control/controlclient: remove optimization that was more convoluted than useful | Brad Fitzpatrick | 2 | -51/+30 |
| 2024-12-31 | all: add means to set device posture attributes from node | Brad Fitzpatrick | 2 | -2/+55 |
| 2024-11-26 | control/controlhttp: set *health.Tracker in tests | Andrew Dunham | 1 | -0/+3 |
| 2024-11-22 | control/controlclient: use the most recent syspolicy.MachineCertificateSubjec... | Nick Khyl | 1 | -11/+2 |
| 2024-11-20 | cmd/tailscale/cli: create netmon in debug ts2021 | Andrew Dunham | 1 | -0/+2 |
| 2024-11-14 | control/controlclient: disable https on for http://localhost:$port URLs | Brad Fitzpatrick | 1 | -8/+1 |
| 2024-11-07 | derp/derphttp: don't link websockets other than on GOOS=js | Brad Fitzpatrick | 2 | -3/+4 |
| 2024-11-07 | control/controlhttp/controlhttpserver: split out Accept to its own package | Brad Fitzpatrick | 6 | -25/+48 |
| 2024-10-09 | control/controlhttp: don't link ts2021 server + websocket code on iOS | Brad Fitzpatrick | 1 | -0/+2 |
| 2024-10-03 | control/controlclient: include HTTP status string in error message too | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-10-02 | control/control{client,http}: don't noise dial localhost:443 in http-only tests | Brad Fitzpatrick | 3 | -13/+40 |
| 2024-10-02 | control/controlhttp: rename a param from addr to optAddr for clarity | Brad Fitzpatrick | 1 | -14/+20 |
| 2024-10-02 | control/controlclient: bound ReportHealthChange context lifetime to Direct cl... | Brad Fitzpatrick | 1 | -1/+7 |
| 2024-10-01 | control/controlhttp: fix connectivity on Alaska Air wifi | Brad Fitzpatrick | 1 | -0/+12 |
| 2024-10-01 | control/controlhttp: factor out some code in prep for future change | Brad Fitzpatrick | 2 | -12/+24 |
| 2024-09-04 | all: use new Go 1.23 slices.Sorted more | Brad Fitzpatrick | 1 | -4/+1 |
| 2024-09-04 | control/controlclient,posture,util/syspolicy: use predefined syspolicy keys i... | Nick Khyl | 1 | -1/+1 |