summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-11-01ipn/ipnlocal: fix small typoJames Tucker1-1/+1
2023-11-01client/web: call /api/auth before rendering any client viewsWill Norris2-21/+19
2023-11-01cmd/k8s-operator: sanitize connection headers (#10063)Rhea Ghosh1-10/+11
2023-11-01ipn: introduce app connector advertisement preference and flagsJames Tucker7-0/+108
2023-11-01net/dnscache: remove completed TODOJames Tucker1-2/+0
2023-11-01client/web: move session logic to auth.goSonia Appasamy2-184/+202
2023-11-01util/set: make Clone a method (#10044)Chris Palmer2-2/+2
2023-11-01clientupdate: disable on Unraid (#10048)Derek Kaser1-0/+5
2023-11-01cmd/k8s-operator/deploy/chart,.github/workflows: use helm chart API v2 (#10055)Irbe Krumina2-1/+25
2023-11-01wgengine/netstack: standardize var names in UpdateNetstackIPsMaisem Ali1-31/+37
2023-11-01wgengine/netstack: remove unnecessary map in UpdateNetstackIPsMaisem Ali1-6/+4
2023-11-01wgengine/netstack: use netip.Prefix as map keysMaisem Ali1-20/+19
2023-11-01derp/derphttp: close DERP client to avoid data race in testAnton Tolchanov1-10/+14
2023-10-31ipn: replace web client debug flag with node capabilityWill Norris4-12/+6
2023-10-31go.mod: update wireguard-go (#10046)Jordan Whited2-3/+3
2023-10-31util/set: add some more Set operations (#10022)Chris Palmer2-3/+74
2023-10-31clientupdate: mention release track when running latest (#10039)Andrew Lytvynov1-2/+2
2023-10-31ipn/ipnlocal: rename web fields/structs to webClientSonia Appasamy4-42/+41
2023-10-31derp/derphttp: add watch reconnection tests from #9719Anton Tolchanov2-1/+193
2023-10-31derp/derphttp: fix race in mesh watcherBrad Fitzpatrick3-32/+43
2023-10-31types/appctype: define the nodeAttrs type for dns-driven app connectorsTom DNetto1-0/+13
2023-10-31cmd/sniproxy: implement support for control configuration, multiple addressesTom DNetto4-270/+353
2023-10-31go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2023-10-31ipn: serve web client requests from LocalBackendWill Norris3-32/+21
2023-10-31ipn: add user pref for running web clientWill Norris8-0/+58
2023-10-31go.mod: update wireguard-go to enable TUN UDP GSO/GRO (#10029)Jordan Whited2-3/+3
2023-10-31client/web: split out UI componentsSonia Appasamy6-245/+277
2023-10-31ipn/ipnlocal,client/web: add web client to tailscaledSonia Appasamy14-12/+211
2023-10-31client/web: allow providing logger implementationSonia Appasamy1-5/+22
2023-10-30ipn/localapi: add endpoint to handle APNS payloads (#9972)Andrea Gottardo1-0/+22
2023-10-30net/dns/recursive: update IP for b.root-servers.netAndrew Dunham1-2/+2
2023-10-30tsnet: enable use-cases with non-native IPs by setting ns.ProcessSubnetsTom DNetto3-27/+90
2023-10-30tool: download helm CLI (#9981)Irbe Krumina2-0/+70
2023-10-30cmd/k8s-operator: allow to install operator via helm (#9920)Irbe Krumina13-2/+320
2023-10-30VERSION.txt: this is v1.53.0 (#10018)Tyler Smalley1-1/+1
2023-10-28util/linuxfw: add missing error checks in testsMaisem Ali1-6/+18
2023-10-27ipn/ipnlocal: exclude tvOS devices from taildrop file targets (#10002)Rhea Ghosh2-0/+22
2023-10-27clientupdate: check for privileges earlier (#9964)Chris Palmer1-9/+9
2023-10-27go.mod.sri: update SRI hash for go.mod changesFlakes Updater2-2/+2
2023-10-27flake: drop unnecessary git inputCole Helbling1-1/+1
2023-10-27flake: fix systemd service by hardcoding $PORTCole Helbling1-1/+13
2023-10-27go.mod.sri: updateCole Helbling1-1/+1
2023-10-27flake: set a default packageCole Helbling1-0/+1
2023-10-27flake: drop unnecessary fileContents bindingCole Helbling1-9/+1
2023-10-26cmd/tailscale/cli: use status before doing interactive feature queryMaisem Ali4-25/+31
2023-10-26licenses: update android licensesLicense Updater1-38/+40
2023-10-26licenses: update tailscale{,d} licensesLicense Updater1-3/+4
2023-10-26ipn/localapi: require local Windows admin to set serve path (#9969)Tyler Smalley4-0/+193
2023-10-26.github: run tests on all PRs, regardless of branch nameWill Norris1-2/+1
2023-10-26safesocket: make clear which net.Conns are winio typesBrad Fitzpatrick3-23/+117