| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-04-15 | Makefile: fix default SYNO_ARCH in Makefile | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-04-14 | ipn/ipnlocal: remove some dead code (legacyBackend methods) from LocalBackend | Brad Fitzpatrick | 7 | -163/+20 |
| 2024-04-13 | paths: set default state path on AIX | Brad Fitzpatrick | 1 | -0/+2 |
| 2024-04-13 | util/syspolicy: clean up doc grammar and consistency | Brad Fitzpatrick | 1 | -4/+8 |
| 2024-04-13 | ipn/ipnlocal: delete useless SetControlClientGetterForTesting use | Brad Fitzpatrick | 1 | -10/+0 |
| 2024-04-13 | ipn/ipnlocal: delete redundant TestStatusWithoutPeers | Brad Fitzpatrick | 2 | -28/+5 |
| 2024-04-13 | ipn/ipnlocal: centralize assignments to cc + ccAuto in new method | Brad Fitzpatrick | 1 | -4/+11 |
| 2024-04-13 | ipn/ipnlocal: inline assertClientLocked into its now sole caller | Brad Fitzpatrick | 1 | -8/+3 |
| 2024-04-13 | ipn/ipnlocal: remove dead code now that Android uses LocalAPI instead | Brad Fitzpatrick | 3 | -17/+15 |
| 2024-04-13 | go.mod.sri: update SRI hash for go.mod changes | Flakes Updater | 3 | -3/+3 |
| 2024-04-13 | cmd/tailscaled, net/tstun: build for aix/ppc64 | Brad Fitzpatrick | 7 | -9/+49 |
| 2024-04-12 | ipnlocal: enable allow LAN for android (#11709) | kari-ts | 1 | -1/+1 |
| 2024-04-12 | tailcfg: add exit destination for network flow logs node attribute (#11698) | Claire Wang | 1 | -0/+3 |
| 2024-04-12 | logtail: optimize JSON processing (#11671) | Joe Tsai | 3 | -277/+427 |
| 2024-04-12 | net/dns: unconditionally write NRPT rules to local settings | Aaron Klotz | 2 | -165/+75 |
| 2024-04-12 | licenses: update license notices | License Updater | 2 | -8/+8 |
| 2024-04-11 | licenses: add gliderlabs/ssh license | Will Norris | 1 | -0/+1 |
| 2024-04-11 | VERSION.txt: this is v1.65.0 | Jenny Zhang | 1 | -1/+1 |
| 2024-04-11 | VERSION.txt: this is v1.64.0v1.65.0-pre | Jenny Zhang | 1 | -1/+1 |
| 2024-04-11 | wgengine/magicsock: allow disco communication without known endpoints | James Tucker | 2 | -7/+8 |
| 2024-04-10 | scripts/installer.sh: add rpm GPG key import (#11686) | Patrick O'Doherty | 1 | -0/+1 |
| 2024-04-09 | tsweb: switch to fastuuid for request ID generation | James Tucker | 3 | -4/+8 |
| 2024-04-09 | util/fastuuid: add a more efficient uuid generator | James Tucker | 2 | -0/+128 |
| 2024-04-09 | cmd/tailscaled: move cleanup to an implicit action during startup | James Tucker | 11 | -28/+31 |
| 2024-04-09 | util/winutil/winenv: add package for current Windows environment details | Nick Khyl | 3 | -0/+200 |
| 2024-04-09 | cmd/tailscale/cli: prefix all --help usages with "tailscale ...", some tidying | Paul Scott | 33 | -262/+344 |
| 2024-04-08 | cmd/tailscale/cli: moved share.go to drive.go | Percy Wegmann | 1 | -0/+0 |
| 2024-04-08 | cmd/tailscale/cli: rename share command to drive | Percy Wegmann | 2 | -39/+40 |
| 2024-04-08 | logtail: require Buffer.Write to not retain the provided slice (#11617) | Joe Tsai | 1 | -3/+3 |
| 2024-04-08 | Revert "cmd/{k8s-nameserver,k8s-operator},k8s-operator: add a kube nameserver... | Irbe Krumina | 24 | -1849/+12 |
| 2024-04-08 | docs/policy: update ADMX and ADML files with new Windows 1.62 syspolicies | Andrea Gottardo | 2 | -0/+33 |
| 2024-04-08 | derp/derphttp: don't block in LocalAddr method | Brad Fitzpatrick | 2 | -7/+42 |
| 2024-04-08 | cmd/tailscale/cli: fix macOS crash reading envknob in init (#11667) | Brad Fitzpatrick | 3 | -40/+47 |
| 2024-04-08 | cli/configure: respect $KUBECONFIG (#11604) | Chloé Vulquin | 1 | -3/+20 |
| 2024-04-08 | cmd/tailscale/cli: stop spamming os.Stdout/os.Stderr in tests | Brad Fitzpatrick | 12 | -44/+66 |
| 2024-04-08 | prober: export probe class and metrics from bandwidth prober | Anton Tolchanov | 10 | -116/+215 |
| 2024-04-08 | prober: remove unused notification code | Anton Tolchanov | 1 | -139/+0 |
| 2024-04-07 | net/tsdial: partially fix "tailscale nc" (UserDial) on macOS | Brad Fitzpatrick | 3 | -8/+25 |
| 2024-04-07 | ipn/{ipnlocal,localapi}: add API to toggle use of exit node | Brad Fitzpatrick | 10 | -11/+225 |
| 2024-04-07 | wgengine/netstack: remove SubnetRouterWrapper | Maisem Ali | 4 | -32/+7 |
| 2024-04-07 | net/dns/{publicdns,resolver}: add start of Control D support | alexelisenko | 3 | -5/+109 |
| 2024-04-06 | ipn/ipnlocal: name the unlockOnce type, plumb more, add Unlock method | Brad Fitzpatrick | 1 | -28/+76 |
| 2024-04-06 | ipn/ipnlocal: add some "lockedOnEntry" helpers + guardrails, fix bug | Brad Fitzpatrick | 1 | -31/+55 |
| 2024-04-06 | go.mod.sri: update SRI hash for go.mod changes | Flakes Updater | 3 | -3/+3 |
| 2024-04-05 | ipn/localapi: sort localapi handler map keys | Brad Fitzpatrick | 2 | -20/+92 |
| 2024-04-05 | tsweb: handle panics in retHandler | Maisem Ali | 1 | -1/+26 |
| 2024-04-05 | cmd/tailscale/cli: make exit-node list not random | Brad Fitzpatrick | 1 | -25/+28 |
| 2024-04-05 | net/netcheck,wgengine/magicsock: align DERP frame receive time heuristics | James Tucker | 4 | -6/+29 |
| 2024-04-05 | util/linuxfw: fix chain comparison (#11639) | Irbe Krumina | 1 | -1/+1 |
| 2024-04-05 | drive: move normalizeShareName into pkg drive and make func public (#11638) | Charlotte Brandhorst-Satzkorn | 5 | -42/+42 |