summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-05-03cmd/tailscale/cli: don't report outdated auth URL to web UIcrawshaw/synoDavid Crawshaw1-6/+40
2021-05-03cmd/tailscale/cli: skip new tab on web loginDavid Crawshaw1-125/+118
2021-05-03paths: add synology socket pathDavid Crawshaw1-0/+7
2021-04-30tstest/integration: start factoring test types out to clean things upBrad Fitzpatrick1-41/+136
2021-04-30cmd/tailscale/cli: add test to catch ipn.Pref additionsBrad Fitzpatrick1-0/+24
2021-04-30cmd/tailscale/cli/up: "LoggedOut" pref is implicit.Avery Pennarun2-0/+27
2021-04-30wgengine/wglog: improve wireguard-go logging rate limitingJosh Bleecher Snyder2-34/+54
2021-04-30wgengine/wglog: delay formattingJosh Bleecher Snyder1-5/+4
2021-04-30ipn/ipnlocal: remove NewLocalBackendWithClientGenBrad Fitzpatrick2-21/+35
2021-04-30ipnlocal: don't pause the controlclient until we get at least one netmap.apenwarr/statefixAvery Pennarun3-4/+10
2021-04-30ipn: !WantRunning + !LoggedOut should not be idle on startup.Avery Pennarun2-21/+26
2021-04-30ipnlocal: setting WantRunning with EditPrefs was special.Avery Pennarun2-31/+38
2021-04-30Add prefs.LoggedOut to fix several state machine bugs.Avery Pennarun5-68/+118
2021-04-30ipn/ipnlocal: some state_test cleanups.Avery Pennarun1-12/+38
2021-04-30ipnlocal: fix deadlock when calling Shutdown() from Start().Avery Pennarun1-0/+2
2021-04-30Revert "ipn/ipnlocal: be authoritative for the entire MagicDNS record tree."Avery Pennarun1-6/+0
2021-04-29tstest/integration/testcontrol: add start of test control serverBrad Fitzpatrick2-9/+573
2021-04-30types/logger: rate limited: more hysteresis, better messages.Avery Pennarun5-41/+144
2021-04-29net/dns: add GOOS build tagsJosh Bleecher Snyder6-1/+11
2021-04-30ipn: mock controlclient.Client; big ipn.Backend state machine test.apenwarr/statetestAvery Pennarun4-41/+834
2021-04-30controlclient: extract a Client interface and rename Client->Auto.Avery Pennarun6-59/+152
2021-04-29controlclient: extract State and Status stuff into its own file.Avery Pennarun2-73/+88
2021-04-29tstest/integration: use go binary from runtime.GOROOTBrad Fitzpatrick1-1/+22
2021-04-29go.mod: update wireguard-go.David Anderson2-40/+4
2021-04-29ipn/ipnlocal: be authoritative for the entire MagicDNS record tree.David Anderson1-0/+6
2021-04-29tstest/integration: set an HTTP_PROXY to catch bogus requestsBrad Fitzpatrick1-1/+19
2021-04-29testing: add start of an integration testBrad Fitzpatrick1-0/+175
2021-04-29tstest: add WaitFor helperBrad Fitzpatrick2-6/+31
2021-04-29types/wgkey: use value receiver with MarshalJSONJosh Bleecher Snyder2-9/+54
2021-04-29all: delete wgcfg.Key and wgcfg.PrivateKeyJosh Bleecher Snyder13-375/+29
2021-04-29net/dns: stop NetworkManager breaking v6 connectivity when setting DNS.David Anderson1-0/+20
2021-04-29net/interfaces: return all Tailscale addresses from Tailscale().David Anderson2-4/+15
2021-04-29ipn/ipnlocal: make FileTargets check IPN state firstBrad Fitzpatrick2-3/+33
2021-04-28workflows: remove coverageDenton Gentry1-48/+0
2021-04-28version: add IsMacSysExt funcBrad Fitzpatrick1-1/+26
2021-04-28go.mod: upgrade wireguard-goJosh Bleecher Snyder2-1/+3
2021-04-28wgengine/magicsock: always run ReceiveIPv6Josh Bleecher Snyder2-9/+6
2021-04-28health: track whether we have a functional udp4 bindJosh Bleecher Snyder2-1/+19
2021-04-28wgengine/magicsock: use netaddr.IP in listenPacketJosh Bleecher Snyder1-7/+18
2021-04-28ipn/ipnlocal: remove t.Parallel from recently added testBrad Fitzpatrick1-2/+0
2021-04-28wgengine/magicsock: unify initial bind and rebindJosh Bleecher Snyder2-59/+123
2021-04-28wgengine/magicsock: remove DefaultPort constJosh Bleecher Snyder3-18/+3
2021-04-28wgengine/magicsock: remove context arg from listenPacketJosh Bleecher Snyder1-8/+8
2021-04-28ipn/ipnlocal: add a test for earlier lazy machine key generation changeBrad Fitzpatrick1-0/+36
2021-04-28cmd/tailscale: improve file cp error message in macOS GUI versionBrad Fitzpatrick1-0/+4
2021-04-28version: add IsSandboxedMacOS funcBrad Fitzpatrick1-1/+16
2021-04-28go.mod: bump wireguard-goBrad Fitzpatrick2-1/+3
2021-04-28ipn/ipnlocal: remove IPv6 records from MagicDNS.David Anderson1-0/+10
2021-04-27version: bump dateBrad Fitzpatrick1-1/+1
2021-04-27net/dns: on windows, skip site-local v6 resolvers.David Anderson1-15/+45