summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-08-03tsweb: deflake TestStdHandler_ConnectionClosedDuringBodymaisem/flake-3Maisem Ali1-16/+12
2024-08-03net/captivedetection: mark TestAllEndpointsAreUpAndReturnExpectedResponse fla...Jordan Whited1-0/+2
2024-08-03wgengine/netstack: use build tags to exclude gVisor GRO importation on iOS (#...Jordan Whited3-2/+47
2024-08-03tstest/integration: mark TestNATPing flakyMaisem Ali1-0/+1
2024-08-03wgengine/capture: fix v6 field typo in wireshark dissectorMaisem Ali1-3/+3
2024-08-03tsweb: mark TestStdHandler_ConnectionClosedDuringBody flakyMaisem Ali1-0/+2
2024-08-03go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2024-08-03net/packet/checksum: fix v6 NATMaisem Ali3-6/+34
2024-08-03util/linuxfw: return nil interface not concrete typeMaisem Ali2-3/+17
2024-08-02util/winutil/gp: fix a busy loop bugNick Khyl1-0/+1
2024-08-02wgengine/netstack: increase gVisor's TCP send and receive buffer sizes (#12994)Jordan Whited3-3/+87
2024-08-02wgengine/magicsock: use cloud metadata to get public IPsAndrew Dunham5-9/+360
2024-08-02net/captivedetection: exclude cellular data interfaces (#13002)Andrea Gottardo1-1/+7
2024-08-02go.mod,net/tstun,wgengine/netstack: implement gVisor TCP GRO for Linux (#12921)Jordan Whited8-48/+307
2024-08-01health: don't show login error details with context cancelationsBrad Fitzpatrick1-1/+6
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