| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-05 | all: fix typos in comments | Brad Fitzpatrick | 1 | -1/+1 |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 1 | -1/+1 |
| 2025-10-02 | feature/featuretags, all: add build features, use existing ones in more places | Brad Fitzpatrick | 1 | -0/+17 |
| 2025-09-29 | feature/sdnotify: move util/systemd to a modular feature | Brad Fitzpatrick | 1 | -2/+4 |
| 2025-09-25 | various: allow tailscaled shutdown via LocalAPI | Nick Khyl | 1 | -2/+11 |
| 2025-08-18 | ipn/localapi: plumb an event bus through the localapi.Handler (#16892) | M. J. Fromberger | 1 | -1/+7 |
| 2025-04-02 | ipn/ipnserver: treat all plan9 safesocket connections as permitted | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-02-11 | ipn/ipn{local,server}: move "staying alive in server mode" from ipnserver to ... | Nick Khyl | 1 | -14/+2 |
| 2025-02-10 | ipn/ipn{local,server}: remove ResetForClientDisconnect in favor of SetCurrent... | Nick Khyl | 1 | -1/+1 |
| 2025-02-06 | safesocket: add ability for Darwin clients to set explicit credentials (#14702) | Jonathan Nobels | 1 | -0/+7 |
| 2025-02-04 | ipn/{ipnserver,localapi},tsnet: use ipnauth.Self as the actor in tsnet locala... | Nick Khyl | 1 | -7/+7 |
| 2025-02-01 | client/tailscale,ipn/ipn{local,server},util/syspolicy: implement the AlwaysOn... | Nick Khyl | 1 | -1/+11 |
| 2025-01-15 | ipn/ipnserver: fix a deadlock in (*Server).blockWhileIdentityInUse | Nick Khyl | 1 | -1/+12 |
| 2025-01-14 | ipn/ipnserver: fix race condition where LocalBackend is reset after a differe... | Nick Khyl | 1 | -8/+7 |
| 2025-01-14 | ipn/{ipnlocal,ipnserver}: remove redundant (*LocalBackend).ResetForClientDisc... | Nick Khyl | 1 | -22/+1 |
| 2025-01-14 | ipn/ipnserver: use ipnauth.Actor instead of *ipnserver.actor whenever possible | Nick Khyl | 1 | -8/+16 |
| 2024-09-05 | ipn/ipnserver: remove IdleTimeout | Nick Khyl | 1 | -10/+1 |
| 2024-08-28 | ipn/{ipnauth,ipnlocal,ipnserver,localapi}: start baby step toward moving acce... | Nick Khyl | 1 | -79/+53 |
| 2024-07-10 | all: add test for package comments, fix, add comments as needed | Brad Fitzpatrick | 1 | -0/+2 |
| 2024-05-07 | ipn/ipnserver: close a small race in ipnserver, ~simplify code | Brad Fitzpatrick | 1 | -23/+2 |
| 2024-04-26 | ipn/{ipnlocal,localapi},wgengine{,/magicsock}: plumb health.Tracker | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-04-16 | all: use Go 1.22 range-over-int | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-01-12 | ipn/ipnserver: always allow Windows SYSTEM user to connect | Will Norris | 1 | -2/+10 |
| 2023-11-09 | ipn/localapi: only perform local-admin check in serveServeConfig (#10163) | Andrew Lytvynov | 1 | -59/+1 |
| 2023-11-07 | ipn/localapi: require root or sudo+operator access for SetServeConfig (#10142) | Andrew Lytvynov | 1 | -7/+46 |
| 2023-11-03 | ipn/ipnauth: improve the Windows token administrator check | Aaron Klotz | 1 | -8/+2 |
| 2023-10-26 | ipn, safesocket: use Windows token in LocalAPI | Aaron Klotz | 1 | -9/+68 |
| 2023-05-04 | tsd: add package with System type to unify subsystem init, discovery | Brad Fitzpatrick | 1 | -3/+4 |
| 2023-04-20 | all: avoid repeated default interface lookups | Mihai Parparita | 1 | -2/+7 |
| 2023-03-23 | all: pass log IDs as the proper type rather than strings | Will Norris | 1 | -3/+4 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 1 | -3/+2 |
| 2022-12-15 | ipn/ipnserver: propagate http.Serve error | Anton Tolchanov | 1 | -0/+1 |
| 2022-12-03 | ipn/{ipnserver,localapi}: fix InUseOtherUser handling with WatchIPNBus | Brad Fitzpatrick | 1 | -15/+75 |
| 2022-11-28 | cmd/tailscaled: unify the two Windows paths + separate IPN server path | Brad Fitzpatrick | 1 | -8/+82 |
| 2022-11-28 | ipn/ipnserver: change Server to let LocalBackend be supplied async | Brad Fitzpatrick | 1 | -160/+81 |
| 2022-11-27 | ipn/*: make new WindowsUserID type to consolidate docs | Brad Fitzpatrick | 1 | -6/+4 |
| 2022-11-26 | ipn/ipnserver: move Windows-specific code to tailscaled_windows.go | Brad Fitzpatrick | 1 | -113/+0 |
| 2022-11-26 | ipn/ipnserver: remove protoSwitchConn shenanigans; just use http.Server early | Brad Fitzpatrick | 1 | -125/+112 |
| 2022-11-25 | ipn/ipnserver: move BabysitProc to tailscaled_windows.go | Brad Fitzpatrick | 1 | -129/+0 |
| 2022-11-25 | ipn/ipnserver: remove IPN protocol server | Brad Fitzpatrick | 1 | -265/+30 |
| 2022-11-25 | ipn/ipnserver: move more connection acceptance logic to LocalBackend | Brad Fitzpatrick | 1 | -2/+2 |
| 2022-11-25 | ipn/{ipnlocal,ipnserver}: add some comments | Brad Fitzpatrick | 1 | -0/+2 |
| 2022-11-25 | ipn/ipnserver: remove Server.serverModeUser | Maisem Ali | 1 | -62/+11 |
| 2022-11-24 | ipn/ipnserver: only permit the pre-HTTP LocalAPI protocol on Windows | Brad Fitzpatrick | 1 | -4/+34 |
| 2022-11-23 | ipn/ipnauth: start splitting ipnserver into new ipnauth package | Brad Fitzpatrick | 1 | -198/+33 |
| 2022-11-18 | ipn/{localapi,ipnserver}: set a CSP for ServeHTMLStatus, refactor host check | Tom DNetto | 1 | -1/+4 |
| 2022-11-17 | ipn/ipnserver: validate Host header on debug ServeHTMLStatus status | Brad Fitzpatrick | 1 | -0/+11 |
| 2022-11-15 | all: store NL keys per profile | Maisem Ali | 1 | -18/+0 |
| 2022-11-11 | ipn/ipnlocal: add support for multiple user profiles | Maisem Ali | 1 | -49/+19 |
| 2022-09-29 | all: fix spelling mistakes | Josh Soref | 1 | -1/+1 |