summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-08-02uti/syspolicy: user policy support, auto-refresh and initial preparation for ...nickkhyl/syspolicy-newNick Khyl44-742/+7310
2024-07-31net/netns: remove some logspam by avoiding logging parse errors due to unspec...Aaron Klotz3-2/+12
2024-07-31net/tlsdial: relax self-signed cert health warningBrad Fitzpatrick1-8/+21
2024-07-31net/netns: on Windows, fall back to default interface index when unspecified ...Aaron Klotz1-14/+15
2024-07-31go.mod,net/tstun,wgengine/netstack: implement gVisor TCP GSO for Linux (#12869)Jordan Whited7-28/+360
2024-07-30net/captivedetection: call SetHealthy once connectivity restored (#12974)Andrea Gottardo2-1/+4
2024-07-30net/dns, cmd/tailscaled: plumb system health tracker into dns cleanup (#12969)Jonathan Nobels2-3/+5
2024-07-30build_docker.sh: update script comment (#12970)Irbe Krumina1-16/+6
2024-07-30build(deps): bump github.com/docker/docker (#12966)dependabot[bot]2-3/+6
2024-07-30Dockerfile: add a warning that this is not used to build our published images...Irbe Krumina1-0/+7
2024-07-29go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2024-07-29util/osuser: turn wasm check into a const expressionBrad Fitzpatrick1-1/+1
2024-07-29gokrazy/tsapp: add go.mod replacing two tailscale.com binaries with parent mo...Brad Fitzpatrick5-120/+61
2024-07-29words: add some associated with scalesBrad Fitzpatrick1-0/+2
2024-07-29cmd/tailscale/cli: release portmap after netcheckAndrew Dunham1-1/+7
2024-07-29net/dns, health: raise health warning for failing forwarded DNS queries (#12888)Jonathan Nobels7-8/+53
2024-07-29go.mod: pull in latest github.com/tailscale/xnetPercy Wegmann2-3/+3
2024-07-29cmd/k8s-operator,k8s-operator/sessionrecording,sessionrecording,ssh/tailssh: ...Irbe Krumina17-296/+376
2024-07-29tsweb: add QuietLogging option (#12838)Paul Scott2-1/+61
2024-07-29go.{mod,sum},tstest/tools,k8s-operator,cmd/k8s-operator: autogenerate CRD API...Irbe Krumina6-4180/+356
2024-07-26util/osuser: run getent on non-Linux UnixesRoss Williams1-2/+12
2024-07-26net/dnsfallback: set CanPort80 in static DERPMap (#12929)Andrea Gottardo1-24/+48
2024-07-26health: introduce captive-portal-detected Warnable (#12707)Andrea Gottardo15-154/+750
2024-07-25wgengine/netstack: simplify netaddrIPFromNetstackIPBrad Fitzpatrick1-4/+2
2024-07-25tsweb: Add MiddlewareStack func to apply lists of Middleware (#12907)Paul Scott2-0/+66
2024-07-24types/lazy: re-init SyncValue during test cleanup if it wasn't set before Set...Nick Khyl2-3/+23
2024-07-24tsweb: log all cancellations as 499s (#12894)Paul Scott2-29/+250
2024-07-23ipn,wgengine/magicsock: allow setting static node endpoints via tailscaled co...Irbe Krumina3-17/+85
2024-07-22licenses: update license noticesLicense Updater2-8/+8
2024-07-22types/lazy: add (*SyncValue[T]).SetForTest methodNick Khyl2-0/+223
2024-07-22util/slicesx: add HasPrefix, HasSuffix, CutPrefix, and CutSuffix functionsNick Khyl2-1/+82
2024-07-21go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2024-07-19types/opt: add (Value[T]).GetOr(def T) T methodNick Khyl1-0/+8
2024-07-19cmd/viewer, types/views, util/codegen: add viewer support for custom containe...Nick Khyl7-5/+544
2024-07-19cmd/tailscale: add --min-validity flag to the cert command (#12822)Andrew Lytvynov4-20/+82
2024-07-19Add extra environment variables in deployment template (#12858)Lee Briggs2-0/+10
2024-07-19cmd/k8s-operator,tstest,go.{mod,sum}: remove fybrik.io/crdoc dependency (#12862)Irbe Krumina4-6/+1
2024-07-19tsweb: log cancelled requests as 499Paul Scott2-16/+105
2024-07-18ipn/ipnlocal: add comment explaining auto exit node migrationAdrian Dewhurst1-0/+21
2024-07-18{tool,client}: bump node version (#12840)Mario Minardi2-2/+2
2024-07-18wgengine/router: use quad-100 as the nexthop on WindowsNick Khyl1-26/+48
2024-07-18client/tailscale: document ACLTestFailureSummary.User fieldBrad Fitzpatrick1-1/+6
2024-07-18tsweb: swallow panicsPaul Scott2-104/+231
2024-07-17derp/derphttp: determine whether a region connect was to non-ideal nodeBrad Fitzpatrick1-0/+14
2024-07-17hostinfo: set Hostinfo.PackageType for mkctr container buildsBrad Fitzpatrick3-1/+18
2024-07-17Dockerfile: remove warning (#12841)Cameron Stokes1-11/+0
2024-07-17VERSION.txt: this is v1.71.0v1.71.0-preAaron Klotz1-1/+1
2024-07-17cmd/k8s-operator: add a metric to track the amount of ProxyClass resources (#...Irbe Krumina2-7/+66
2024-07-16tsweb: log once per requestPaul Scott2-157/+422
2024-07-15ipn/ipnlocal: wait for DERP before auto exit node migrationAdrian Dewhurst1-2/+5