| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-10-25 | ipn/ipnlocal: log if ServeConfig cannot be configuredirbekrm/serve_log | Irbe Krumina | 1 | -0/+1 |
| 2024-10-24 | net/dns/resolver: fix test flake | Andrew Dunham | 1 | -7/+11 |
| 2024-10-24 | cmd/testwrapper: add pkg runtime to output (#13894) | Paul Scott | 2 | -10/+21 |
| 2024-10-22 | net/netcheck: add a Now field to the netcheck Report | Andrew Dunham | 3 | -7/+24 |
| 2024-10-22 | health: fix spurious warning about DERP home region '0' | Brad Fitzpatrick | 1 | -1/+5 |
| 2024-10-21 | net/tstun: use /10 as subnet for TAP mode; read IP from netmap | Maisem Ali | 2 | -23/+54 |
| 2024-10-21 | net/tstun: restore tap mode functionality | Maisem Ali | 6 | -90/+88 |
| 2024-10-21 | cmd/viewer: import types/views when generating a getter for a map field | Nick Khyl | 3 | -0/+84 |
| 2024-10-21 | health: remove SysDNSOS, add two Warnables for read+set system DNS config (#1... | Andrea Gottardo | 3 | -20/+32 |
| 2024-10-21 | scripts/installer.sh: allow Archcraft for Arch packages (#13870) | Erisa A | 1 | -1/+1 |
| 2024-10-20 | derp: track client-advertised non-ideal DERP connections in more places | Brad Fitzpatrick | 5 | -7/+36 |
| 2024-10-19 | net/tlsdial: call out firewalls blocking Tailscale in health warnings (#13840) | Andrea Gottardo | 7 | -2/+192 |
| 2024-10-18 | release/dist: clamp min / max version for synology package centre (#13857) | Mario Minardi | 1 | -2/+16 |
| 2024-10-18 | net/netcheck: remove arbitrary deadlines from GetReport() tests (#13832) | Jordan Whited | 1 | -2/+29 |
| 2024-10-18 | ipn/{ipnauth,ipnlocal,ipnserver}: send the auth URL to the user who started i... | Nick Khyl | 8 | -53/+762 |
| 2024-10-18 | derp: add sclient write deadline timeout metric (#13831) | Jordan Whited | 1 | -0/+6 |
| 2024-10-18 | derp: give trusted mesh peers longer write timeouts | Brad Fitzpatrick | 1 | -1/+14 |
| 2024-10-17 | scripts/installer.sh: support DNF5 | Andrew Dunham | 1 | -2/+34 |
| 2024-10-17 | tool/gocross: add support for tvOS Simulator (#13847) | Andrea Gottardo | 1 | -1/+5 |
| 2024-10-16 | cmd/tailscale,ipn,tailcfg: add `tailscale advertise` subcommand behind envkno... | Naman Sood | 9 | -2/+130 |
| 2024-10-16 | ipn/ipnlocal: error when trying to use exit node on unsupported platform (#13... | Mario Minardi | 7 | -63/+80 |
| 2024-10-16 | wgengine/magicsock: fix CI-only test warning of missing health tracker | Brad Fitzpatrick | 1 | -0/+2 |
| 2024-10-16 | cmd/tsconnect, logpolicy: fixes for wasm_js.go | Christian | 2 | -0/+7 |
| 2024-10-16 | util/syspolicy: add rsop package that provides access to the resultant policy | Nick Khyl | 9 | -18/+1834 |
| 2024-10-15 | cmd/derpprobe: add /healthz endpoint | Andrew Dunham | 1 | -0/+5 |
| 2024-10-15 | hostinfo,build_docker.sh,tailcfg: more reliably detect being in a container (... | Tom Proctor | 5 | -4/+37 |
| 2024-10-14 | licenses: update license notices | License Updater | 4 | -6/+2 |
| 2024-10-14 | {net/connstats,wgengine/magicsock}: fix packet counting in connstats | Kristoffer Dalby | 4 | -15/+15 |
| 2024-10-14 | wgengine: instrument with usermetrics | Kristoffer Dalby | 7 | -23/+509 |
| 2024-10-14 | tstest: avoid Fatal in ResourceCheck to show panic (#13790) | Paul Scott | 1 | -2/+6 |
| 2024-10-11 | ssh/tailssh: calculate passthrough environment at latest possible stage | Percy Wegmann | 1 | -15/+37 |
| 2024-10-11 | types/bools: add Compare to compare boolean values (#13792) | Joe Tsai | 2 | -0/+38 |
| 2024-10-11 | net/dns/resolver: add tests for using a forwarder with multiple upstream reso... | Nick Khyl | 1 | -45/+190 |
| 2024-10-11 | net/dns/resolver: update (*forwarder).forwardWithDestChan to always return an... | Nick Hill | 3 | -16/+15 |
| 2024-10-11 | net/dns/resolver: translate 5xx DoH server errors into SERVFAIL DNS responses | Nick Hill | 1 | -0/+4 |
| 2024-10-11 | net/dns/resolver: forward SERVFAIL responses over PeerDNS | Nick Hill | 2 | -9/+2 |
| 2024-10-11 | client/tailscale,cmd/{cli,get-authkey,k8s-operator}: set distinct User-Agents | Percy Wegmann | 5 | -7/+14 |
| 2024-10-10 | net/netcheck: fix netcheck cli-triggered nil pointer deref (#13782) | Jordan Whited | 1 | -1/+1 |
| 2024-10-10 | VERSION.txt: this is v1.77.0 (#13779)v1.77.0-pre | Jonathan Nobels | 1 | -1/+1 |
| 2024-10-10 | ipn/conffile: don't depend on hujson on iOS/Android | Brad Fitzpatrick | 3 | -2/+37 |
| 2024-10-10 | tsnet: fix panic caused by logging after test finishes | Andrew Dunham | 1 | -1/+1 |
| 2024-10-10 | clientupdate: don't link distsign on platforms that don't download | Brad Fitzpatrick | 7 | -20/+42 |
| 2024-10-10 | k8s-operator/apis: revert ProxyGroup readiness cond name change (#13770) | Irbe Krumina | 1 | -1/+1 |
| 2024-10-09 | clientupdate, ipn/localapi: don't use google/uuid, thin iOS deps | Brad Fitzpatrick | 7 | -210/+219 |
| 2024-10-09 | safesocket: don't depend on go-ps on iOS | Brad Fitzpatrick | 2 | -1/+2 |
| 2024-10-09 | control/controlhttp: don't link ts2021 server + websocket code on iOS | Brad Fitzpatrick | 2 | -3/+7 |
| 2024-10-09 | taildrop: fix defer in loop (#13757) | Joe Tsai | 1 | -1/+1 |
| 2024-10-09 | syncs: allocate map with Map.WithLock (#13755) | Joe Tsai | 1 | -0/+3 |
| 2024-10-09 | syncs: delete Map.Range, update callers to iterators | Brad Fitzpatrick | 5 | -32/+11 |
| 2024-10-09 | util/vizerror: add WrapWithMessage | Percy Wegmann | 2 | -13/+67 |