| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-30 | tsnet: add FunnelTLSConfig FunnelOption type | Brad Fitzpatrick | 1 | -11/+43 |
| 2025-04-16 | net/netmon: publish events to event bus | David Anderson | 1 | -1/+1 |
| 2025-04-16 | all: update the tsd.System constructor name (#15372) | M. J. Fromberger | 1 | -1/+1 |
| 2025-04-16 | tsnet: shut down the event bus on Close | M. J. Fromberger | 1 | -1/+4 |
| 2025-04-16 | all: construct new System values with an event bus pre-populated | M. J. Fromberger | 1 | -1/+2 |
| 2025-03-25 | tsnet: Default executable name on iOS | James Nugent | 1 | -0/+5 |
| 2025-03-21 | tsnet: use test logger for testcontrol and node logs | James Sanderson | 1 | -1/+2 |
| 2025-03-11 | tsnet,wgengine: fix src to primary Tailscale IP for TCP dials | Fran Bull | 1 | -2/+7 |
| 2025-02-18 | tsnet: require I_Acknowledge_This_API_Is_Experimental to use AuthenticatedAPI... | Percy Wegmann | 1 | -0/+9 |
| 2025-02-18 | tsnet: provide AuthenticatedAPITransport for use with tailscale.com/client/ta... | Percy Wegmann | 1 | -2/+27 |
| 2025-02-18 | cmd,tsnet,internal/client: create internal shim to deprecated control plane API | Percy Wegmann | 1 | -0/+3 |
| 2025-02-05 | all: use new LocalAPI client package location | Brad Fitzpatrick | 2 | -9/+10 |
| 2025-02-04 | ipn/{ipnserver,localapi},tsnet: use ipnauth.Self as the actor in tsnet locala... | Nick Khyl | 1 | -2/+3 |
| 2025-01-28 | tsnet: return from Accept when the listener gets closed | Anton Tolchanov | 2 | -3/+35 |
| 2025-01-22 | feature/*: make Wake-on-LAN conditional, start supporting modular features | Brad Fitzpatrick | 1 | -0/+1 |
| 2025-01-21 | tsnet: block in Server.Dial until backend is Running | Brad Fitzpatrick | 2 | -0/+72 |
| 2025-01-21 | tsnet: fix panic on race between listener.Close and incoming packet | Brad Fitzpatrick | 2 | -11/+33 |
| 2024-12-16 | Switch logging service from log.tailscale.io to log.tailscale.com (#14398) | Joe Tsai | 1 | -1/+1 |
| 2024-11-28 | tsnet: remove flaky test marker from metrics | Kristoffer Dalby | 1 | -4/+4 |
| 2024-11-28 | tsnet: validate sent data in metrics test | Kristoffer Dalby | 1 | -7/+13 |
| 2024-11-28 | tsnet: split bytes and routes metrics tests | Kristoffer Dalby | 1 | -61/+123 |
| 2024-11-28 | tsnet: send less data in metrics integration test | Kristoffer Dalby | 1 | -8/+6 |
| 2024-11-28 | health: move health metrics test to health_test | Kristoffer Dalby | 1 | -31/+0 |
| 2024-11-11 | all: use iterators over slice views more | Brad Fitzpatrick | 1 | -2/+1 |
| 2024-11-03 | tsnet: add accessor to get tsd.System | Brad Fitzpatrick | 1 | -0/+9 |
| 2024-11-01 | wgengine/netstack: remove unused taildrive deps | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-10-29 | ipn/ipnlocal: remove the primary routes gauge for now | Anton Tolchanov | 1 | -12/+0 |
| 2024-10-14 | wgengine: instrument with usermetrics | Kristoffer Dalby | 1 | -1/+145 |
| 2024-10-11 | client/tailscale,cmd/{cli,get-authkey,k8s-operator}: set distinct User-Agents | Percy Wegmann | 1 | -0/+1 |
| 2024-10-10 | tsnet: fix panic caused by logging after test finishes | Andrew Dunham | 1 | -1/+1 |
| 2024-09-27 | ipn/ipnlocal: add advertised and primary route metrics | Kristoffer Dalby | 1 | -0/+61 |
| 2024-09-25 | util/usermetrics: make usermetrics non-global | Kristoffer Dalby | 2 | -32/+137 |
| 2024-09-09 | tsnet: remove old package doc experimental warning | Brad Fitzpatrick | 1 | -2/+0 |
| 2024-08-27 | usermetric: add initial user-facing metrics | Kristoffer Dalby | 1 | -0/+65 |
| 2024-06-27 | tsnet: do not log an error on shutdown | Anton Tolchanov | 1 | -1/+1 |
| 2024-06-05 | tsnet: add a new error when HTTPS enabled but MagicDNC Disabled (#12364) | Jun | 1 | -0/+3 |
| 2024-06-03 | tsnet: return net.Listener from s.listen | Maisem Ali | 1 | -1/+1 |
| 2024-06-02 | tsnet,wgengine/netstack: add ListenPacket and tests | Maisem Ali | 2 | -27/+151 |
| 2024-05-29 | serve.go, tsnet.go: Fix "in in" typo (#12279) | Walter Poupore | 1 | -1/+1 |
| 2024-05-10 | tsnet: split user facing and backend logging | Maisem Ali | 4 | -42/+45 |
| 2024-04-26 | health, all: remove health.Global, finish plumbing health.Tracker | Brad Fitzpatrick | 1 | -4/+5 |
| 2024-04-26 | ipn/{ipnlocal,localapi},wgengine{,/magicsock}: plumb health.Tracker | Brad Fitzpatrick | 1 | -7/+8 |
| 2024-04-16 | all: use Go 1.22 range-over-int | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-04-15 | ipn/ipnlocal: make StartLoginInteractive take (yet unused) context | Brad Fitzpatrick | 1 | -1/+3 |
| 2024-04-03 | tailscale: update tailfs functions and vars to use drive naming (#11597) | Charlotte Brandhorst-Satzkorn | 1 | -1/+1 |
| 2024-03-21 | all: use zstdframe where sensible (#11491) | Joe Tsai | 1 | -12/+5 |
| 2024-02-25 | all: remove LenIter, use Go 1.22 range-over-int instead | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-02-09 | tailfs: clean up naming and package structure | Percy Wegmann | 1 | -1/+1 |
| 2024-02-09 | tailfs: initial implementation | Percy Wegmann | 1 | -1/+2 |
| 2024-01-05 | cmd/tailscaled, tsnet: don't return an interface containing a nil pointer | Andrew Dunham | 1 | -1/+7 |