| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-06-07 | appc: log how many routes are being written | Fran Bull | 2 | -16/+23 |
| 2024-06-07 | cmd/k8s-operator,k8s-operator: allow proxies accept advertized routes. (#12388) | Irbe Krumina | 13 | -42/+183 |
| 2024-06-07 | k8s-operator/apis/v1alpha1,cmd/k8s-operator/deploy/examples: update DNSConfig... | Irbe Krumina | 5 | -18/+80 |
| 2024-06-07 | cmd/k8s-operator,k8s-opeerator: include Connector's MagicDNS name and tailnet... | Tom Proctor | 7 | -3/+85 |
| 2024-06-07 | cmd/k8s-operator,k8s-operator,go.{mod,sum}: make individual proxy images/imag... | Irbe Krumina | 13 | -31/+199 |
| 2024-06-07 | net/dns: fix crash in tests | Brad Fitzpatrick | 2 | -4/+9 |
| 2024-06-06 | ipn/ipnlocal: improve sticky last suggestion | Adrian Dewhurst | 2 | -535/+35 |
| 2024-06-06 | ipn/ipnlocal,clientupdate: allow auto-updates in contaienrs (#12391) | Andrew Lytvynov | 3 | -15/+41 |
| 2024-06-06 | tailcfg,net/dns: add controlknob to disable battery split DNS on iOS (#12346) | Andrea Gottardo | 3 | -34/+68 |
| 2024-06-06 | various: fix lint warnings | Andrew Dunham | 3 | -8/+3 |
| 2024-06-06 | util/winutil: add conpty package and helper for building windows.StartupInfoEx | Aaron Klotz | 2 | -0/+451 |
| 2024-06-06 | cmd/derpprobe: support 'local' derpmap to get derp map via LocalAPI | Brad Fitzpatrick | 2 | -23/+38 |
| 2024-06-06 | cmd/stunstamp: support probing multiple ports (#12356) | Jordan Whited | 3 | -65/+107 |
| 2024-06-06 | net/netcheck: fix probeProto.String result for IPv6 probes | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-06-06 | net/netcheck: flesh out some logging in error paths | Brad Fitzpatrick | 2 | -15/+18 |
| 2024-06-06 | tsweb: add optional on completion callback func | Kristoffer Dalby | 1 | -0/+12 |
| 2024-06-06 | go.toolchain.rev: update to go 1.22.4 (#12365) | Andrew Lytvynov | 1 | -1/+1 |
| 2024-06-05 | wgengine/magicsock: use math/rands/v2 | Maisem Ali | 3 | -8/+11 |
| 2024-06-05 | cmd/natc: add --wg-port flag | Fran Bull | 1 | -0/+7 |
| 2024-06-05 | all: use math/rand/v2 more | Maisem Ali | 23 | -66/+43 |
| 2024-06-05 | cmd/natc: add --ignore-destinations flag | Fran Bull | 1 | -34/+137 |
| 2024-06-05 | tsnet: add a new error when HTTPS enabled but MagicDNC Disabled (#12364) | Jun | 1 | -0/+3 |
| 2024-06-05 | cmd/stunstamp: fix remote write retry (#12348) | Jordan Whited | 1 | -9/+13 |
| 2024-06-04 | gokrazy: update breakglass with now-upstreamed ec2 change | Brad Fitzpatrick | 3 | -3/+41 |
| 2024-06-04 | go.mod,ipn/ipnlocal: update the ACME fork (#12343) | Andrew Lytvynov | 3 | -5/+5 |
| 2024-06-04 | tailcfg,cmd/k8s-operator: moves tailscale.com/cap/kubernetes peer cap to tail... | Irbe Krumina | 3 | -6/+15 |
| 2024-06-04 | net/dns: don't set MatchDomains on Apple platforms when no upstream nameserve... | Andrea Gottardo | 4 | -17/+264 |
| 2024-06-04 | ipn/ipnlocal: only build allowed suggested node list once | Adrian Dewhurst | 2 | -53/+128 |
| 2024-06-04 | cmd/k8s-operator: Support image 'repo' or 'repository' keys in helm values fi... | signed-long | 2 | -4/+4 |
| 2024-06-04 | ipn/ipnlocal: stop offline auto-updates on shutdown (#12342) | Andrew Lytvynov | 1 | -0/+1 |
| 2024-06-04 | cmd/stunstamp: validate STUN tx ID in responses (#12339) | Jordan Whited | 3 | -37/+52 |
| 2024-06-03 | ipn/ipnlocal: periodically run auto-updates when "offline" (#12118) | Andrew Lytvynov | 4 | -52/+155 |
| 2024-06-03 | cmd/natc: use ListenPacket | Maisem Ali | 1 | -25/+17 |
| 2024-06-03 | gokrazy: add prototype Tailscale appliance, build tooling, docs | Brad Fitzpatrick | 35 | -0/+975 |
| 2024-06-03 | cmd/natc: initial implementation of a NAT based connector | Maisem Ali | 1 | -0/+465 |
| 2024-06-03 | tsnet: return net.Listener from s.listen | Maisem Ali | 1 | -1/+1 |
| 2024-06-03 | ipn/ipnlocal: improve testability of random node selection | Adrian Dewhurst | 2 | -54/+143 |
| 2024-06-03 | cmd/stunstamp: implement service to measure DERP STUN RTT (#12241) | Jordan Whited | 8 | -18/+1197 |
| 2024-06-03 | licenses: update license notices | License Updater | 2 | -10/+10 |
| 2024-06-03 | appc: log how often routeInfo is stored | Fran Bull | 2 | -0/+101 |
| 2024-06-03 | ipn/ipnlocal: simplify suggest exit node tests | Adrian Dewhurst | 1 | -529/+428 |
| 2024-06-03 | net/dns: fix typo in OSConfig logging (#12330) | Andrew Dunham | 1 | -1/+1 |
| 2024-06-03 | ipn/ipnlocal: discard node keys that have been rotated out | Anton Tolchanov | 6 | -56/+464 |
| 2024-06-02 | tsnet,wgengine/netstack: add ListenPacket and tests | Maisem Ali | 7 | -35/+236 |
| 2024-05-31 | clientupdate: mention when Alpine system upgrade is needed (#12306) | Andrew Lytvynov | 1 | -0/+34 |
| 2024-05-31 | cmd/tailscale/cli: allow 'tailscale up' to succeed if --stateful-filtering is... | Irbe Krumina | 1 | -0/+15 |
| 2024-05-31 | tailcfg: use strings.CutPrefix for CheckTag; add test | Andrew Dunham | 2 | -2/+27 |
| 2024-05-31 | ipn/store/kubestore, cmd/containerboot: allow overriding client api server UR... | ChandonPierre | 2 | -3/+8 |
| 2024-05-31 | docs/k8s: fix subnet router manifests (#12305) | Irbe Krumina | 1 | -2/+3 |
| 2024-05-31 | derp: add some guardrails for derpReason metrics getting out of sync | Brad Fitzpatrick | 2 | -11/+27 |