summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2026-03-07all: add some experimental hooksdctp1dctp-1Brad Fitzpatrick7-23/+109
2026-03-06cmd/testwrapper: make test tolerant of a GOEXPERIMENT being setBrad Fitzpatrick1-2/+5
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick168-618/+431
2026-03-06go.mod: bump to Go 1.26.1Brad Fitzpatrick4-4/+4
2026-03-06prober: fix queuing delay probe txRecords overflow under high DERP server loa...Mike O'Driscoll1-10/+7
2026-03-06ipnext,ipnlocal: add ExtraWireGuardAllowedIPs hookMichael Ben-Ami2-0/+36
2026-03-06control/controlbase: deflake, speed up TestConnMemoryOverheadBrad Fitzpatrick1-73/+24
2026-03-06nix: update flakes to get a nixpkgs version with go 1.26Kristoffer Dalby1-6/+6
2026-03-05types/ptr: deprecate ptr.To, use Go 1.26 newBrad Fitzpatrick96-532/+429
2026-03-05go.mod: bump staticcheck to version that supports Go 1.26Brad Fitzpatrick5-15/+15
2026-03-05all: fix typos in commentsBrad Fitzpatrick14-16/+16
2026-03-05tstest/natlab: add test for no control and rotated disco key (#18261)Claus Lensbøl4-29/+140
2026-03-05VERSION.txt: this is v1.97.0 (#18898)v1.97.0-preJonathan Nobels1-1/+1
2026-03-05cmd/k8s-proxy: use L4 TCPForward instead of L7 HTTP proxy (#18179)Raj Singh3-14/+21
2026-03-05clientupdate,net/tstun: add support for OpenWrt 25.12.0 using apk (#18545)Claus Lensbøl3-29/+188
2026-03-05cli: `--json` for `tailscale dns status|query`Kristoffer Dalby5-163/+514
2026-03-05cmd/k8s-operator: remove deprecated TS_EXPERIMENTAL_KUBE_API_EVENTS (#18893)BeckyPauley2-22/+13
2026-03-04go.toolchain.branch: switch to Go 1.26Brad Fitzpatrick25-169/+219
2026-03-04net/porttrack: change magic listen address format for Go 1.26Brad Fitzpatrick1-17/+25
2026-03-04net/udprelay: use GOMAXPROCS instead of NumCPU for socket countDaniel Pañeda1-2/+3
2026-03-04ipn/ipnlocal: skip writing netmaps to disk when disabled (#18883)M. J. Fromberger1-2/+4
2026-03-04.github/workflows: enable natlab in CIClaus Lensbøl1-2/+8
2026-03-04feature/portlist: address case where poller misses CollectServices updatesBrad Fitzpatrick1-0/+13
2026-03-04cmd/tailscale,ipn,net/netutil: remove rp_filter strict mode warnings (#18863)Mike O'Driscoll14-237/+6
2026-03-04util/linuxfw,wgengine/router: add connmark rules for rp_filter workaround (#1...Mike O'Driscoll6-12/+814
2026-03-04go.mod: bump github.com/cloudflare/circl version (#18878)Andrew Lytvynov5-6/+6
2026-03-03net/porttrack: add net.Listen wrapper to help tests allocate ports race-freeBrad Fitzpatrick2-0/+271
2026-03-03feature/conn25: stop adding multiple entries for same domain+dstFran Bull2-69/+139
2026-03-03wgengine/magicsoc,net/tstun: put disco key advertisement behind a nob (#18857)Claus Lensbøl2-4/+11
2026-03-03wgengine/magicsock: improve error message for moving Mullvad node keysAlex Chan1-2/+12
2026-03-02types/geo: fix floating point bug causing NaN returns in SphericalAngleTo (#1...Amal Bansode2-58/+92
2026-03-02scripts/installer.sh: handle KDE Linux (#18861)Erisa A1-0/+5
2026-03-02.github: Bump actions/setup-go from 6.2.0 to 6.3.0dependabot[bot]3-3/+3
2026-03-02.github: Bump github/codeql-action from 4.32.3 to 4.32.5dependabot[bot]1-3/+3
2026-03-02licenses: update license noticesLicense Updater4-8/+8
2026-03-02.github/actions/go-cache: check for pre-built cigocacher (#18833)Tom Proctor1-14/+19
2026-02-28tsnet: fix Listen for unspecified addresses and ephemeral portsJames Tucker2-42/+411
2026-02-28.github/workflows: rename tidy workflow to match what it isJames Tucker1-5/+5
2026-02-28tsnet: fix deadlock in Server.Close during shutdownJames Tucker1-13/+25
2026-02-28tsnet: fix slow test shutdown leading to flakesJames Tucker1-2/+6
2026-02-27net/netmon: ignore NetBird interface on LinuxJames Tucker1-1/+6
2026-02-27wgengine/netstack: deliver self-addressed packets via loopbackJames Tucker4-0/+428
2026-02-26cmd/tailscaled/*.{target,unit}: add systemd online targetJames Tucker2-0/+16
2026-02-26go.mod: bump gvisorBrad Fitzpatrick10-20/+33
2026-02-26client/systray: add installer for a freedesktop autostart file (#18767)Claus Lensbøl8-2/+358
2026-02-26wgengine/magicsock: only run derpActiveFunc after connecting to DERP (#18814)Fernando Serboncini2-1/+59
2026-02-26util/set: make Set.Slice return elements in sorted order for ordered typesBrad Fitzpatrick2-2/+74
2026-02-25client/systray: open BrowseToURL from WatchIPN in a browser (#18816)Andrew Lytvynov1-0/+9
2026-02-25tstest/integration/nat: use per-call timeout in natlab ping (#18811)Fernando Serboncini1-15/+18
2026-02-25netns,wgengine: add OpenBSD support to netns via an rtablejoshua stein11-20/+231