| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-20 | Remove tempfork/pkgdoc_test.gowalter/ts-19470 | Walter Poupore | 1 | -21/+0 |
| 2026-04-20 | Fix lint issues | Walter Poupore | 2 | -2/+2 |
| 2026-04-20 | update deps | Walter Poupore | 7 | -7/+8 |
| 2026-04-20 | Fix lint issues | Walter Poupore | 4 | -5/+7 |
| 2026-04-20 | make tidy | Walter Poupore | 5 | -74/+9 |
| 2026-04-20 | Include required packages | Walter Poupore | 2 | -27/+102 |
| 2026-04-20 | CI job | Walter Poupore | 2 | -0/+2 |
| 2026-04-20 | Experimenting with ci jobs | Walter Poupore | 3 | -1/+8 |
| 2026-04-20 | misc/genreadme: Port from corp | Walter Poupore | 6 | -0/+893 |
| 2026-04-20 | logtail: run HTTP tests in-memory with memnet + synctest | Brad Fitzpatrick | 1 | -42/+47 |
| 2026-04-20 | logtail: add Config.Disabled to suppress the startup banner | Brad Fitzpatrick | 3 | -0/+84 |
| 2026-04-20 | types/netmap,client/local: modify services format in local api | Adriano Sela Aviles | 2 | -9/+9 |
| 2026-04-20 | ipn/ipnlocal,tailcfg: add /debug/tka c2n endpoint (#19198) | James 'zofrex' Sanderson | 7 | -1/+252 |
| 2026-04-20 | ipn/ipnlocal: make TestStateMachine less flaky (#19434) | James 'zofrex' Sanderson | 1 | -0/+1 |
| 2026-04-20 | tstest/integration/testcontrol: make Stream w/ capver >= 68 match docs, prod | Brad Fitzpatrick | 2 | -1/+140 |
| 2026-04-19 | ipn/ipnlocal: log the local and remote TKA HEADs during sync | Alex Chan | 1 | -1/+5 |
| 2026-04-17 | ipn/ipnlocal: preserve b.loginFlags in auto-login cc.Login calls | Scott Graham | 3 | -2/+61 |
| 2026-04-17 | client/local,types/netmap: modify services format in local api | Adriano Sela Aviles | 2 | -9/+11 |
| 2026-04-17 | misc/git_hook: extract shared githook package; auto-rebuild on version bump (... | Fernando Serboncini | 10 | -358/+583 |
| 2026-04-17 | logtail: add Logger.SetEnabled to toggle uploads at runtime | Brad Fitzpatrick | 3 | -1/+48 |
| 2026-04-17 | feature/clientupdate: windows update should use tailscale.exe update (#19438) | kari-ts | 2 | -7/+26 |
| 2026-04-17 | cmd/k8s-operator: add e2e test setup and l7 ingress test for multi-tailnet (#... | BeckyPauley | 2 | -27/+328 |
| 2026-04-17 | cmd/cloner: deep-clone pointer elements in map-of-slice values | Andrew Dunham | 7 | -42/+217 |
| 2026-04-17 | cmd/k8s-operator: add priorityClassName support to helm chart (#19236) | Bjorn Stange | 2 | -0/+5 |
| 2026-04-17 | control/tsp: add lite map update support | Brad Fitzpatrick | 2 | -0/+205 |
| 2026-04-17 | tstest/integration/vms: skip cloud-init package updates (#19443) | Tom Proctor | 1 | -3/+2 |
| 2026-04-16 | control/tsp, cmd/tsp: add low-level Tailscale protocol client and tool | Brad Fitzpatrick | 7 | -0/+1710 |
| 2026-04-16 | derp/derpserver: add rate limit config metrics | Jordan Whited | 1 | -0/+26 |
| 2026-04-16 | appc,feature/conn25: prevent clients from forwarding DNS requests and | Michael Ben-Ami | 5 | -121/+437 |
| 2026-04-16 | ipn/ipnlocal: log AUM hash on startup as base32, not hex | Alex Chan | 1 | -1/+1 |
| 2026-04-15 | magicsock: invalidate endpoint on trust timeout (#19415) | Alex Valiushko | 2 | -8/+237 |
| 2026-04-15 | util/httpm: open .git/index to defeat Go test caching | Brad Fitzpatrick | 1 | -0/+7 |
| 2026-04-15 | cmd/k8s-operator: add affinity rules to DNSConfig (#19360) | David Bond | 7 | -0/+1792 |
| 2026-04-15 | control/controlclient: enable request signatures on macOS (#19317) | Jonathan Nobels | 11 | -14/+12 |
| 2026-04-15 | ipn/ipnlocal: discard cached netmaps upon panic during SetNetworkMap (#19414) | M. J. Fromberger | 1 | -0/+17 |
| 2026-04-15 | control/controlclient: handle 429 responses during node registration | Anton Tolchanov | 6 | -2/+282 |
| 2026-04-15 | derp/derpserver: implement hierarchical token bucket rate limiting | Jordan Whited | 2 | -152/+243 |
| 2026-04-15 | cmd/containerboot,cmd/k8s-proxy,kube: add authkey renewal to k8s-proxy (#19221) | Tom Meadows | 10 | -142/+665 |
| 2026-04-15 | control/controlclient: add patchify miss stats | Brad Fitzpatrick | 3 | -6/+59 |
| 2026-04-15 | control/controlclient: accept key if last seen on exist node is absent (#19402) | Claus Lensbøl | 3 | -5/+20 |
| 2026-04-14 | wgengine/magicsock: remove pickPort, use port 0 to avoid TOCTOU race | Avery Pennarun | 1 | -14/+12 |
| 2026-04-14 | util/linuxfw,wgengine/router: allow incoming CGNAT range traffic with nodeattr | Naman Sood | 14 | -69/+527 |
| 2026-04-14 | wgengine: replace reflect.DeepEqual with typed Equal for maybeReconfigInputs ... | Fernando Serboncini | 2 | -4/+151 |
| 2026-04-14 | util/linuxfw: fix nil deref in nftables chain check | Brad Fitzpatrick | 2 | -2/+43 |
| 2026-04-14 | tstest/integration: use linkat to hardlink test binaries on Linux | Brad Fitzpatrick | 4 | -5/+104 |
| 2026-04-14 | tstest: fix kernel version parsing for Debian-style version strings | Avery Pennarun | 2 | -4/+46 |
| 2026-04-14 | wgengine/magicsock: deflake TestTwoDevicePing compare-metrics-stats | Brad Fitzpatrick | 1 | -72/+107 |
| 2026-04-14 | net/dns: fix TestDNSTrampleRecovery failure under flakestress | Brad Fitzpatrick | 4 | -31/+36 |
| 2026-04-14 | control/controlclient: improve filter on netmap updates (#19308) | Claus Lensbøl | 2 | -41/+240 |
| 2026-04-13 | go.mod: upgrade go-git to v5.17.1 | Patrick O'Doherty | 5 | -9/+9 |