| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-10-01 | VERSION.txt: this is v1.74.2release-branch/1.74 | Andrea Gottardo | 1 | -1/+1 |
| 2024-10-01 | net/captivedetection: exclude ipsec interfaces from captive portal detection ... | Andrea Gottardo | 1 | -1/+1 |
| 2024-09-18 | VERSION.txt: this is v1.74.1v1.74.1 | Andrea Gottardo | 1 | -1/+1 |
| 2024-09-18 | go/toolchain: use ed9dc37b2b000f376a3e819cbb159e2c17a2dac6 (#13507) | Andrea Gottardo | 1 | -1/+1 |
| 2024-09-16 | wgengine/magicsock: disable raw disco by default; add envknob to enable | Andrew Dunham | 4 | -12/+24 |
| 2024-09-12 | VERSION.txt: this is v1.74.0v1.74.0 | kari-ts | 1 | -1/+1 |
| 2024-09-11 | util/slicesx: add FirstElementEqual and LastElementEqual | Brad Fitzpatrick | 5 | -4/+45 |
| 2024-09-11 | derp: unify server's clientSet interface into concrete type | Brad Fitzpatrick | 2 | -99/+169 |
| 2024-09-11 | .github: enable fuzz testing again (go1.23) | Maisem Ali | 1 | -1/+1 |
| 2024-09-11 | util/linuxfw: fall back to nftables when iptables not found | Maisem Ali | 2 | -1/+18 |
| 2024-09-11 | cmd/k8s-operator,k8s-operator,kube: Add TSRecorder CRD + controller (#13299) | Tom Proctor | 23 | -66/+5331 |
| 2024-09-10 | ipnlocal,proxymap,wgengine/netstack: add optional WhoIs/proxymap debug | Brad Fitzpatrick | 3 | -30/+68 |
| 2024-09-10 | cmd/natc: fix nil pointer | Fran Bull | 1 | -0/+3 |
| 2024-09-10 | build(deps): bump ws from 8.14.2 to 8.17.1 in /client/web (#12524) | dependabot[bot] | 1 | -3/+3 |
| 2024-09-10 | .github: Bump peter-evans/create-pull-request from 5.0.1 to 7.0.1 (#13419) | dependabot[bot] | 2 | -2/+2 |
| 2024-09-09 | cmd/stunstamp: add protocol context to timeout logs (#13422) | Jordan Whited | 1 | -28/+15 |
| 2024-09-09 | ipn/ipnlocal: don't program system DNS when node key is expired (#13370) | Andrew Dunham | 3 | -4/+37 |
| 2024-09-09 | tsnet: remove old package doc experimental warning | Brad Fitzpatrick | 1 | -2/+0 |
| 2024-09-08 | kube,cmd/{k8s-operator,containerboot},envknob,ipn/store/kubestore,*/depaware.... | Irbe Krumina | 24 | -36/+36 |
| 2024-09-08 | kube,cmd/{k8s-operator,containerboot},envknob,ipn/store/kubestore,*/depaware.... | Irbe Krumina | 24 | -122/+143 |
| 2024-09-08 | cmd/k8s-operator,kube: set app name for Kubernetes Operator proxies (#13410) | Irbe Krumina | 17 | -17/+121 |
| 2024-09-07 | net/dns: disable DNS registration for Tailscale interface on Windows | Nick Khyl | 1 | -0/+3 |
| 2024-09-07 | sessionrecording,ssh/tailssh,k8s-operator: log connected recorder address (#1... | Irbe Krumina | 3 | -8/+18 |
| 2024-09-06 | go.toolchain.rev: update to 1.23.1 (#13408) | Patrick O'Doherty | 1 | -1/+1 |
| 2024-09-06 | go.mod: bump github.com/illarion/gonotify/v2 | Brad Fitzpatrick | 2 | -3/+3 |
| 2024-09-05 | cmd/stunstamp: cleanup timeout and interval constants (#13393) | Jordan Whited | 2 | -8/+17 |
| 2024-09-05 | ipn/ipnserver: remove IdleTimeout | Nick Khyl | 1 | -10/+1 |
| 2024-09-05 | cmd/systray: handle reconnects to IPN bus (#13386) | Andrew Lytvynov | 1 | -3/+21 |
| 2024-09-05 | go.mod.sri: update SRI hash for go.mod changes | Flakes Updater | 3 | -3/+3 |
| 2024-09-05 | net/tstun: probe TCP GRO (#13376) | Jordan Whited | 7 | -32/+87 |
| 2024-09-05 | net/dns: fix IsZero and Equal methods on OSConfig | Andrew Dunham | 3 | -1/+143 |
| 2024-09-04 | health: fix magicsockReceiveFuncWarnable health clearing | Brad Fitzpatrick | 1 | -1/+2 |
| 2024-09-04 | all: use new Go 1.23 slices.Sorted more | Brad Fitzpatrick | 4 | -26/+9 |
| 2024-09-04 | tka: truncate long rotation signature chains | Anton Tolchanov | 4 | -11/+221 |
| 2024-09-04 | cmd/tailscale/cli: use new Go 1.23 slices.Sorted | Brad Fitzpatrick | 1 | -7/+3 |
| 2024-09-04 | control/controlclient,posture,util/syspolicy: use predefined syspolicy keys i... | Nick Khyl | 3 | -2/+10 |
| 2024-09-04 | cli: implement `tailscale dns status` (#13353) | Andrea Gottardo | 9 | -1/+365 |
| 2024-09-04 | ipn/ipnlocal: always send auth URL notifications when a user requests interac... | Nick Khyl | 2 | -36/+65 |
| 2024-09-04 | net/dns: support GetBaseConfig on Darwin OSS tailscaled (#13351) | Andrea Gottardo | 1 | -1/+31 |
| 2024-09-04 | cmd/stunstamp: increase probe jitter (#13362) | Jordan Whited | 1 | -1/+1 |
| 2024-09-04 | cmd/stunstamp: use measureFn more consistently in naming/signatures (#13360) | Jordan Whited | 3 | -3/+3 |
| 2024-09-04 | cmd/stunstamp: implement ICMP{v6} probing (#13354) | Jordan Whited | 3 | -16/+179 |
| 2024-09-03 | tstest/natlab: add dual stack with blackholed IPv4 | Brad Fitzpatrick | 3 | -3/+49 |
| 2024-09-03 | util/syspolicy/source: add package for reading policy settings from external ... | Nick Khyl | 11 | -2/+3009 |
| 2024-09-03 | cmd/tailscale/cli: add 'debug go-buildinfo' subcommand | Brad Fitzpatrick | 1 | -0/+17 |
| 2024-09-03 | client/tailscale: adding missing proto field in ACL parsing structures (#13051) | Seaver Thorn | 1 | -0/+2 |
| 2024-09-03 | cmd/k8s-operator,k8s-operator/sessionrecording: ensure recording header conta... | Irbe Krumina | 7 | -95/+265 |
| 2024-09-03 | wgengine/magicsock: actually use AF_PACKET socket for raw disco | Andrew Dunham | 5 | -91/+424 |
| 2024-09-03 | tailcfg: bump capver for earlier cryptokey panic fix [capver 106] | Brad Fitzpatrick | 1 | -1/+2 |
| 2024-09-03 | gokrazy{,/natlabapp.arm64}: start adding arm64 appliance support | Brad Fitzpatrick | 16 | -3/+392 |