summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-11-09derp: add a unique.Make-vs-local map benchmarkbradfitz/benchBrad Fitzpatrick1-0/+38
2024-11-08safeweb: add a Shutdown method to the Server type (#14048)M. J. Fromberger1-0/+5
2024-11-08ipn/ipnlocal: log a summary of posture identity responseAnton Tolchanov1-0/+2
2024-11-07derp/derphttp: don't link websockets other than on GOOS=jsBrad Fitzpatrick11-26/+56
2024-11-07control/controlhttp/controlhttpserver: split out Accept to its own packageBrad Fitzpatrick10-42/+68
2024-11-07cmd/tailscaled: support "ts_omit_ssh" build tag to remove SSHBrad Fitzpatrick3-2/+33
2024-11-07client/tailscale,ipn/{ipnlocal,localapi}: add a pre-shutdown localAPI endpoin...Irbe Krumina3-0/+41
2024-11-07tsweb/varz: optimize some allocs, add helper func for othersBrad Fitzpatrick1-2/+8
2024-11-07envknob,kube/kubetypes,cmd/k8s-operator: add app type for ProxyGroup (#14029)Irbe Krumina4-9/+17
2024-11-06cmd/derper: show more information on home pagePercy Wegmann3-19/+92
2024-11-05licenses: update license noticesLicense Updater1-2/+2
2024-11-05types/result, util/lineiter: add package for a result type, use itBrad Fitzpatrick20-138/+289
2024-11-04cmd/k8s-operator: allow to optionally configure tailscaled port (#14005)Irbe Krumina1-0/+8
2024-11-03tsnet: add accessor to get tsd.SystemBrad Fitzpatrick1-0/+9
2024-11-03cmd/tsconnect: block after starting esbuild dev serverBrad Fitzpatrick1-0/+1
2024-11-01net/socks5: optimize UDP relayVimT2-99/+119
2024-11-01net/socks5: fix UDP relay in userspace-networking modeVimT1-38/+63
2024-11-01wgengine/netstack: remove unused taildrive depsBrad Fitzpatrick5-22/+17
2024-11-01ipn/ipnlocal: reload prefs correctly on ReloadConfigMaisem Ali2-22/+85
2024-11-01Fix MagicDNS on OpenBSDRenato Aguiar1-1/+1
2024-10-31net/netcheck: add addReportHistoryAndSetPreferredDERP() test case (#13989)Jordan Whited1-0/+9
2024-10-31util/syspolicy: add policy key for onboarding flow visibilityAaron Klotz1-0/+4
2024-10-31safeweb: add support for custom CSP (#13975)Andrew Lytvynov2-24/+92
2024-10-31net/sockstats: prevent crash in setNetMon (#13985)Andrea Gottardo1-1/+7
2024-10-31safeweb: add support for "/" and "/foo" handler distinction (#13980)Andrew Lytvynov2-3/+24
2024-10-31cmd/tailscale/cli, client/tailscale, ipn/localapi: add tailscale syspolicy {l...Nick Khyl6-2/+191
2024-10-31ipn,tailcfg: add app connector config knob to conffile (#13942)Irbe Krumina2-1/+8
2024-10-31wgengine/magicsock: export packet drop metric for outbound errorsAnton Tolchanov7-38/+127
2024-10-31wgengine/magicsock: exclude disco from throughput metricsAnton Tolchanov3-10/+14
2024-10-30net/netcheck: ensure prior preferred DERP is always in netchecksJames Tucker2-17/+93
2024-10-30util/syspolicy/source: put EnvPolicyStore env keys in their own namespaceBrad Fitzpatrick2-41/+46
2024-10-30util/syspolicy/setting: make setting.Snapshot JSON-marshallableNick Khyl2-0/+180
2024-10-30util/syspolicy/setting: make setting.RawItem JSON-marshallableNick Khyl4-141/+336
2024-10-30util/syspolicy/source: use errors instead of github.com/pkg/errorsNick Khyl1-1/+1
2024-10-30util/syspolicy: implement a syspolicy store that reads settings from environm...Nick Khyl5-5/+518
2024-10-30cmd/k8s-operator,k8s-operator: add topology spread constraints to ProxyClass ...Irbe Krumina7-0/+378
2024-10-29wgengine/magicsock: log home DERP changes with latencyTim Walters1-3/+8
2024-10-29tstest/tailmac: add support for mounting host directories in the guest (#13957)Jonathan Nobels5-14/+35
2024-10-29tstest/tailmac: fix Host.app path generation (#13953)Jonathan Nobels1-2/+5
2024-10-29cmd/tailscale/cli: add 'tailscale metrics' commandAnton Tolchanov3-9/+91
2024-10-29ipn/ipnlocal: remove the primary routes gauge for nowAnton Tolchanov2-21/+0
2024-10-29wgengine/magicsock: fix stats packet counter on derp egressAnton Tolchanov1-1/+1
2024-10-29ipn/ipnlocal: log errors while fetching serial numbersAnton Tolchanov1-4/+2
2024-10-28tool/gocross: remove trimpath from test buildsJames Tucker2-2/+5
2024-10-28tstest/natlab: add latency & loss simulationJames Tucker3-3/+56
2024-10-28licenses: update license noticesLicense Updater2-8/+8
2024-10-28net/dns: fix blank lines being added to resolv.conf on OpenBSD (#13928)Renato Aguiar1-1/+2
2024-10-27ipn/store/kubestore: don't error if state cannot be preloaded (#13926)Irbe Krumina1-1/+1
2024-10-26ipn/store/kubestore: cache state in memory (#13918)Irbe Krumina2-31/+67
2024-10-26cmd/k8s-operator: validate that tailscale.com/tailnet-ip annotation value is ...Nick Kirby2-3/+150