| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-08-02 | uti/syspolicy: user policy support, auto-refresh and initial preparation for ...nickkhyl/syspolicy-new | Nick Khyl | 44 | -742/+7310 |
| 2024-07-31 | net/netns: remove some logspam by avoiding logging parse errors due to unspec... | Aaron Klotz | 3 | -2/+12 |
| 2024-07-31 | net/tlsdial: relax self-signed cert health warning | Brad Fitzpatrick | 1 | -8/+21 |
| 2024-07-31 | net/netns: on Windows, fall back to default interface index when unspecified ... | Aaron Klotz | 1 | -14/+15 |
| 2024-07-31 | go.mod,net/tstun,wgengine/netstack: implement gVisor TCP GSO for Linux (#12869) | Jordan Whited | 7 | -28/+360 |
| 2024-07-30 | net/captivedetection: call SetHealthy once connectivity restored (#12974) | Andrea Gottardo | 2 | -1/+4 |
| 2024-07-30 | net/dns, cmd/tailscaled: plumb system health tracker into dns cleanup (#12969) | Jonathan Nobels | 2 | -3/+5 |
| 2024-07-30 | build_docker.sh: update script comment (#12970) | Irbe Krumina | 1 | -16/+6 |
| 2024-07-30 | build(deps): bump github.com/docker/docker (#12966) | dependabot[bot] | 2 | -3/+6 |
| 2024-07-30 | Dockerfile: add a warning that this is not used to build our published images... | Irbe Krumina | 1 | -0/+7 |
| 2024-07-29 | go.mod.sri: update SRI hash for go.mod changes | Flakes Updater | 3 | -3/+3 |
| 2024-07-29 | util/osuser: turn wasm check into a const expression | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-07-29 | gokrazy/tsapp: add go.mod replacing two tailscale.com binaries with parent mo... | Brad Fitzpatrick | 5 | -120/+61 |
| 2024-07-29 | words: add some associated with scales | Brad Fitzpatrick | 1 | -0/+2 |
| 2024-07-29 | cmd/tailscale/cli: release portmap after netcheck | Andrew Dunham | 1 | -1/+7 |
| 2024-07-29 | net/dns, health: raise health warning for failing forwarded DNS queries (#12888) | Jonathan Nobels | 7 | -8/+53 |
| 2024-07-29 | go.mod: pull in latest github.com/tailscale/xnet | Percy Wegmann | 2 | -3/+3 |
| 2024-07-29 | cmd/k8s-operator,k8s-operator/sessionrecording,sessionrecording,ssh/tailssh: ... | Irbe Krumina | 17 | -296/+376 |
| 2024-07-29 | tsweb: add QuietLogging option (#12838) | Paul Scott | 2 | -1/+61 |
| 2024-07-29 | go.{mod,sum},tstest/tools,k8s-operator,cmd/k8s-operator: autogenerate CRD API... | Irbe Krumina | 6 | -4180/+356 |
| 2024-07-26 | util/osuser: run getent on non-Linux Unixes | Ross Williams | 1 | -2/+12 |
| 2024-07-26 | net/dnsfallback: set CanPort80 in static DERPMap (#12929) | Andrea Gottardo | 1 | -24/+48 |
| 2024-07-26 | health: introduce captive-portal-detected Warnable (#12707) | Andrea Gottardo | 15 | -154/+750 |
| 2024-07-25 | wgengine/netstack: simplify netaddrIPFromNetstackIP | Brad Fitzpatrick | 1 | -4/+2 |
| 2024-07-25 | tsweb: Add MiddlewareStack func to apply lists of Middleware (#12907) | Paul Scott | 2 | -0/+66 |
| 2024-07-24 | types/lazy: re-init SyncValue during test cleanup if it wasn't set before Set... | Nick Khyl | 2 | -3/+23 |
| 2024-07-24 | tsweb: log all cancellations as 499s (#12894) | Paul Scott | 2 | -29/+250 |
| 2024-07-23 | ipn,wgengine/magicsock: allow setting static node endpoints via tailscaled co... | Irbe Krumina | 3 | -17/+85 |
| 2024-07-22 | licenses: update license notices | License Updater | 2 | -8/+8 |
| 2024-07-22 | types/lazy: add (*SyncValue[T]).SetForTest method | Nick Khyl | 2 | -0/+223 |
| 2024-07-22 | util/slicesx: add HasPrefix, HasSuffix, CutPrefix, and CutSuffix functions | Nick Khyl | 2 | -1/+82 |
| 2024-07-21 | go.mod.sri: update SRI hash for go.mod changes | Flakes Updater | 3 | -3/+3 |
| 2024-07-19 | types/opt: add (Value[T]).GetOr(def T) T method | Nick Khyl | 1 | -0/+8 |
| 2024-07-19 | cmd/viewer, types/views, util/codegen: add viewer support for custom containe... | Nick Khyl | 7 | -5/+544 |
| 2024-07-19 | cmd/tailscale: add --min-validity flag to the cert command (#12822) | Andrew Lytvynov | 4 | -20/+82 |
| 2024-07-19 | Add extra environment variables in deployment template (#12858) | Lee Briggs | 2 | -0/+10 |
| 2024-07-19 | cmd/k8s-operator,tstest,go.{mod,sum}: remove fybrik.io/crdoc dependency (#12862) | Irbe Krumina | 4 | -6/+1 |
| 2024-07-19 | tsweb: log cancelled requests as 499 | Paul Scott | 2 | -16/+105 |
| 2024-07-18 | ipn/ipnlocal: add comment explaining auto exit node migration | Adrian Dewhurst | 1 | -0/+21 |
| 2024-07-18 | {tool,client}: bump node version (#12840) | Mario Minardi | 2 | -2/+2 |
| 2024-07-18 | wgengine/router: use quad-100 as the nexthop on Windows | Nick Khyl | 1 | -26/+48 |
| 2024-07-18 | client/tailscale: document ACLTestFailureSummary.User field | Brad Fitzpatrick | 1 | -1/+6 |
| 2024-07-18 | tsweb: swallow panics | Paul Scott | 2 | -104/+231 |
| 2024-07-17 | derp/derphttp: determine whether a region connect was to non-ideal node | Brad Fitzpatrick | 1 | -0/+14 |
| 2024-07-17 | hostinfo: set Hostinfo.PackageType for mkctr container builds | Brad Fitzpatrick | 3 | -1/+18 |
| 2024-07-17 | Dockerfile: remove warning (#12841) | Cameron Stokes | 1 | -11/+0 |
| 2024-07-17 | VERSION.txt: this is v1.71.0v1.71.0-pre | Aaron Klotz | 1 | -1/+1 |
| 2024-07-17 | cmd/k8s-operator: add a metric to track the amount of ProxyClass resources (#... | Irbe Krumina | 2 | -7/+66 |
| 2024-07-16 | tsweb: log once per request | Paul Scott | 2 | -157/+422 |
| 2024-07-15 | ipn/ipnlocal: wait for DERP before auto exit node migration | Adrian Dewhurst | 1 | -2/+5 |