summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-10-23ipn/ipnlocal: store HostinfoView on LocalBackendmaisem/hiMaisem Ali3-102/+110
2023-10-23ipn/ipnlocal: set the push device token correctlyMaisem Ali4-34/+21
2023-10-23ipn/ipnlocal: drop hostinfo param from doSetHostinfoFilterServicesMaisem Ali1-16/+18
2023-10-23ipn/localapi: avoid unkeyed literal (#9933)Joe Tsai1-1/+1
2023-10-23cmd/tailscale: allow serve|funnel off to delete an entire portMarwan Sulaiman4-5/+74
2023-10-23clientupdate: manually restart Windows GUI after update (#9906)Andrew Lytvynov2-17/+101
2023-10-23cmd/k8s-operator: allow cleanup of cluster resources for deleted devices (#9917)Irbe Krumina1-3/+11
2023-10-22go.toolchain.rev: bump Tailscale Go toolchainBrad Fitzpatrick1-1/+1
2023-10-20ipn/ipnlocal: prevent changing serve config if conf.Lockedc761d10Maisem Ali2-4/+13
2023-10-20cmd/tailscale/cli: update serve/funnel CLI help text (#9895)Tyler Smalley1-14/+21
2023-10-20control/controlclient: support certstore without cgoAdrian Dewhurst5-12/+9
2023-10-20ipn/localapi,client/web: clean up auth error handlingSonia Appasamy2-16/+12
2023-10-20clientupdate: change Mac App Store support (#9891)Andrew Lytvynov4-154/+35
2023-10-20ipn/ipnlocal: close connections for removed proxy transports (#9884)Irbe Krumina3-55/+170
2023-10-19client/web: use auth ID in browser sessionsSonia Appasamy2-68/+134
2023-10-19taildrop: fix theoretical race condition in fileDeleter.Init (#9876)Joe Tsai5-29/+40
2023-10-19ipn/ipnlocal: send ClientVersion to Apple frontends (#9887)Andrew Lytvynov1-10/+1
2023-10-19tailcfg: add ID field to WebClientAuthResponseSonia Appasamy1-5/+7
2023-10-19appctype: move to types/appctypeTom DNetto4-2/+2
2023-10-19appc: implement app connector Server typeTom DNetto4-0/+686
2023-10-19cmd/tailscale: improve taildrop progress printer on Linux (#9878)Joe Tsai2-45/+73
2023-10-19cmd/tailscale/cli: [serve/funnel] support omitting scheme for TCP (#9856)Tyler Smalley2-49/+57
2023-10-19cmd/tailscale/cli: [serve/funnel] provide correct command for disabling (#9859)Tyler Smalley2-7/+121
2023-10-19ipn/ipnlocal: initiate proxy transport once (#9883)Irbe Krumina2-11/+34
2023-10-19client/web: hook up auth flowSonia Appasamy5-65/+459
2023-10-19ipn/ipnlocal: proxy gRPC requests over h2c if needed. (#9847)Irbe Krumina2-13/+114
2023-10-18wgengine/magicsock: simplify tryEnableUDPOffload() (#9872)Jordan Whited1-5/+1
2023-10-18taildrop: fix TestResume (#9874)Joe Tsai1-6/+13
2023-10-18cmd/tsconnect/wasm: add missing tstun.Wrapper.Start callBrad Fitzpatrick1-0/+1
2023-10-18taildrop: disable TestResume (#9873)Joe Tsai1-0/+1
2023-10-18syncs: add Map.LoadFunc (#9869)Joe Tsai2-3/+30
2023-10-18.github/workflows: update golangci-lintJames Tucker1-2/+2
2023-10-18client/web: add tests for authorizeRequestSonia Appasamy2-35/+138
2023-10-18util/linuxfw: add additional nftable detection logicMaisem Ali3-20/+119
2023-10-18util/linuxfw: fix broken testsMaisem Ali1-178/+68
2023-10-18taildrop: fix theoretical race condition (#9866)Joe Tsai1-2/+2
2023-10-18licenses: update win/apple licensesLicense Updater2-11/+13
2023-10-17taildrop: switch hashing to be streaming based (#9861)Joe Tsai4-142/+119
2023-10-17ipn: fix localapi and peerapi protocol for taildrop resume (#9860)Joe Tsai2-10/+15
2023-10-17clientupdate: fix background install for linux tarballs (#9852)Andrew Lytvynov2-2/+5
2023-10-17client/web: refactor authorizeRequestSonia Appasamy1-36/+48
2023-10-17taildrop: implement asynchronous file deletion (#9844)Joe Tsai10-363/+557
2023-10-17tailcfg,cmd/tailscale: add UrgentSecurityUpdate flag to ClientVersion (#9848)Andrew Lytvynov3-5/+17
2023-10-17cmd/k8s-operator: users can configure firewall mode for kube operator proxies...Irbe Krumina5-98/+204
2023-10-17cmd/tailscale: promote new serve/funnel CLI to be default (#9833)Tyler Smalley5-22/+14
2023-10-17cmd/k8s-operator: use our own container image instead of busyboxMaisem Ali4-4/+10
2023-10-17ipn/{conffile,ipnlocal}: start booting tailscaled from a config file w/ auth keyBrad Fitzpatrick7-10/+126
2023-10-16tstest/tstest: add t.Parallel that can be disabled by TS_SERIAL_TESTS=trueBrad Fitzpatrick2-17/+27
2023-10-16tstest, tstest/integration, github/workflows: shard integration testsBrad Fitzpatrick4-0/+58
2023-10-16cmd/testwrapper: parse args betterMaisem Ali4-55/+250