| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-27 | ipn/ipnlocal: signal localNodeContext readiness and shutdownnickkhyl/nodecontext-lifecycle | Nick Khyl | 2 | -14/+99 |
| 2025-04-25 | feature,ipn/ipnlocal: add profileManager.StateChangeHook | Nick Khyl | 4 | -19/+589 |
| 2025-04-25 | ipn/ipnlocal: update profileManager to use SwitchToProfile when switching to ... | Nick Khyl | 1 | -53/+40 |
| 2025-04-25 | util/mak: delete long-deprecated, unused, pre-generics NonNil func | Brad Fitzpatrick | 2 | -63/+0 |
| 2025-04-25 | ipn/ipnlocal: add localNodeContext with netmap-related fields and methods | Nick Khyl | 13 | -351/+648 |
| 2025-04-25 | net/udprelay: change Server.AllocateEndpoint existing alloc strategy (#15792) | Jordan Whited | 2 | -35/+27 |
| 2025-04-25 | disco: implement CallMeMaybeVia serialization (#15779) | Jordan Whited | 2 | -0/+111 |
| 2025-04-25 | types/mapx, ipn/ipnext: add ordered map, akin to set.Slice | Brad Fitzpatrick | 6 | -23/+182 |
| 2025-04-25 | ipn/ipnext: remove some interface indirection to add hooks | Brad Fitzpatrick | 7 | -112/+83 |
| 2025-04-24 | ipn/{ipnext,ipnlocal}: add a SafeBackend interface | Brad Fitzpatrick | 8 | -32/+76 |
| 2025-04-24 | ipn/ipnext: remove support for unregistering extension | Brad Fitzpatrick | 5 | -176/+98 |
| 2025-04-23 | go.mod: bump gorilla/csrf@v1.7.3 (#15775) | Andrew Lytvynov | 2 | -3/+3 |
| 2025-04-23 | types/jsonx: add package for json/v2 helpers (#15756) | Joe Tsai | 2 | -0/+311 |
| 2025-04-23 | ipn/ipnlocal: use tsd.NewSystem instead of &tsd.System in a few more tests | Nick Khyl | 2 | -3/+3 |
| 2025-04-23 | net/portmapper: fix nil pointer dereference in Client.createMapping | Nick Khyl | 1 | -5/+7 |
| 2025-04-22 | feature/relayserver: use PeerAPIHandler.Logf() (#15765) | Jordan Whited | 1 | -1/+1 |
| 2025-04-22 | client/tailscale: add godoc links in Deprecated comments | Olivier Mengué | 2 | -41/+41 |
| 2025-04-18 | ipn/ipnlocal: use MagicDNSName of the current profile instead of generating a... | Nick Khyl | 1 | -1/+1 |
| 2025-04-17 | cmd/tsidp: fix interface{} linter warnings (#15729) | Patrick O'Doherty | 2 | -97/+98 |
| 2025-04-17 | cmd/tsidp: add groups claim to tsidp (#15127) | Cedric Kienzler | 3 | -2/+1002 |
| 2025-04-17 | net/udprelay: change ServerEndpoint time.Duration fields to tstime.GoDuration... | Jordan Whited | 2 | -6/+103 |
| 2025-04-17 | tstime: add GoDuration which JSON serializes with time.Duration.String (#15726) | Joe Tsai | 2 | -0/+55 |
| 2025-04-17 | ipn/ipnlocal: remove another copy of slicesx.MapValues | Brad Fitzpatrick | 1 | -19/+6 |
| 2025-04-17 | feature/relayserver: wire up profile/prefs changes (#15714) | Jordan Whited | 2 | -27/+184 |
| 2025-04-17 | cmd/k8s-operator: default ingress paths to '/' if not specified by user (#15706) | Tom Meadows | 2 | -6/+176 |
| 2025-04-17 | cmd/dist,release/dist: sign QNAP builds with a Google Cloud hosted key | Percy Wegmann | 5 | -47/+119 |
| 2025-04-16 | feature/taildrop: start moving Taildrop out of LocalBackend | Brad Fitzpatrick | 21 | -1246/+1676 |
| 2025-04-16 | wgengine/magicsock: subscribe to portmapper updates | M. J. Fromberger | 1 | -1/+30 |
| 2025-04-16 | net/netmon: publish events to event bus | David Anderson | 41 | -56/+196 |
| 2025-04-16 | derp/derphttp: remove ban on websockets dependency | David Anderson | 3 | -35/+0 |
| 2025-04-16 | cmd/tailscaled: clean up unnecessary logf indirection #cleanup | David Anderson | 1 | -3/+1 |
| 2025-04-16 | net/portmapper: fire an event when a port mapping is updated (#15371) | M. J. Fromberger | 5 | -49/+114 |
| 2025-04-16 | all: update the tsd.System constructor name (#15372) | M. J. Fromberger | 15 | -23/+27 |
| 2025-04-16 | {wgengine,util/portmapper}: add and plumb an event bus (#15359) | M. J. Fromberger | 4 | -5/+39 |
| 2025-04-16 | portmapper: update NewClient to use a Config argument | M. J. Fromberger | 6 | -40/+73 |
| 2025-04-16 | wgengine: plumb an event bus into the userspace engine | M. J. Fromberger | 4 | -5/+20 |
| 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 | 21 | -28/+29 |
| 2025-04-16 | tsd: wire up the event bus to tailscaled | David Anderson | 11 | -4/+32 |
| 2025-04-16 | tsweb: don't hook up pprof handlers in javascript builds | David Anderson | 4 | -12/+33 |
| 2025-04-16 | feature/{condregister,relayserver}: implement the skeleton for the relayserve... | Jordan Whited | 5 | -2/+168 |
| 2025-04-15 | node.rev: bump to latest 22.x LTS release (#15652) | Mario Minardi | 3 | -12/+12 |
| 2025-04-15 | ipn/ipnlocal: fix TestOnTailnetDefaultAutoUpdate on macOS (#15697) | Andrew Lytvynov | 1 | -5/+1 |
| 2025-04-15 | ipn/{auditlog,ipnext,ipnlocal}: convert the profile-change callback to a prof... | Nick Khyl | 6 | -81/+370 |
| 2025-04-15 | k8s-operator: add age column to all custom resources (#15663) | Satyam Soni | 11 | -0/+35 |
| 2025-04-15 | ipn/auditlog: fix featureName doc typo (#15696) | Jordan Whited | 1 | -1/+1 |
| 2025-04-15 | ipn/ipnlocal: skip broken TestOnTailnetDefaultAutoUpdate on macOS | Brad Fitzpatrick | 1 | -0/+4 |
| 2025-04-15 | ipn/desktop: fix panics on Windows 10, x86 | Nick Khyl | 3 | -22/+35 |
| 2025-04-14 | tstest/integration: simplify TestDNSOverTCPIntervalResolver (#15686) | Jordan Whited | 1 | -15/+5 |
| 2025-04-14 | .github: Bump golangci/golangci-lint-action from 6.5.0 to 7.0.0 (#15476) | dependabot[bot] | 2 | -89/+102 |