| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-07-26 | net/dnsfallback: update DNS fallback derpmapraggi/dnsfallback | James Tucker | 2 | -83/+527 |
| 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 |
| 2024-07-15 | licenses: update license notices | License Updater | 4 | -11/+11 |
| 2024-07-15 | client/tailscale: add the nodeAttrs section | Anton Tolchanov | 1 | -0/+11 |
| 2024-07-15 | tsweb: fix TestStdHandler_panic flake | Paul Scott | 1 | -9/+3 |
| 2024-07-15 | ipn: allow FQDN in exit node selection | Adrian Dewhurst | 3 | -3/+31 |
| 2024-07-15 | tsweb: add stack trace to panic error msg | Paul Scott | 2 | -4/+96 |
| 2024-07-12 | cmd/cloner, cmd/viewer: add _test prefix for files generated with the test bu... | Nick Khyl | 2 | -2/+10 |
| 2024-07-12 | appc: track metrics for route info storing | Fran Bull | 2 | -0/+72 |
| 2024-07-12 | log/sockstatlog: don't block for more than 5s on shutdown | Anton Tolchanov | 3 | -4/+7 |
| 2024-07-12 | cmd/tailscale: resolve taildrive share paths | Linus Brogan | 1 | -2/+8 |
| 2024-07-12 | logtail: close idle HTTP connections on shutdown | Anton Tolchanov | 1 | -0/+1 |
| 2024-07-12 | net/tstun: fix docstring for Wrapper.SetWGConfig (#12796) | Jordan Whited | 1 | -1/+1 |
| 2024-07-12 | health: drop unnecessary logging in TestSetUnhealthyWithTimeToVisible (#12795) | Andrea Gottardo | 1 | -2/+0 |
| 2024-07-12 | wgengine/magicsock: use wireguard-go/conn.PeerAwareEndpoint | Brad Fitzpatrick | 3 | -3/+51 |
| 2024-07-12 | ipn/ipnlocal: check for offline auto exit node in SetControlClientStatus (#12... | Claire Wang | 2 | -11/+108 |
| 2024-07-11 | syncs: add Map.WithLock to allow mutations to the underlying map (#8101) | Joe Tsai | 2 | -13/+15 |
| 2024-07-11 | cmd/cloner, cmd/viewer, util/codegen: add support for generic types and inter... | Nick Khyl | 9 | -113/+1038 |
| 2024-07-11 | health: support delayed Warnable visibility (#12783) | Andrea Gottardo | 4 | -2/+107 |
| 2024-07-10 | net/dns/publicdns: remove additional information in DOH URL passed to IPv6 ad... | KevinLiang10 | 2 | -1/+17 |
| 2024-07-10 | publicapi: add note that API docs have moved to existing docs files (#12770) | Mario Minardi | 6 | -0/+18 |
| 2024-07-10 | posture: add network hardware addresses to posture identity | Anton Tolchanov | 3 | -5/+44 |
| 2024-07-10 | wgengine/magicsock: allow a CSV list for pretendpoint | Lee Briggs | 3 | -13/+23 |
| 2024-07-10 | all: add test for package comments, fix, add comments as needed | Brad Fitzpatrick | 41 | -80/+120 |
| 2024-07-10 | syncs: add generic Pool (#12759) | Joe Tsai | 2 | -0/+61 |