summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-05-20ipnlocal: in Start() fast path, don't forget to send Prefs.apenwarr/check184Avery Pennarun2-4/+2
2021-05-20ipnlocal: don't assume NeedsLogin immediately after StartLogout().Avery Pennarun5-26/+43
2021-05-20ipnlocal: fix switching users while logged in + Stopped.Avery Pennarun2-72/+125
2021-05-20controlclient: update Persist.LoginName when it changes.Avery Pennarun1-2/+2
2021-05-20ipnlocal: fix deadlock in RequestEngineStatusAndWait() error path.Avery Pennarun1-0/+8
2021-05-19ipn: allow b to be nil in NewBackendServerDavid Crawshaw1-1/+3
2021-05-18net/dns: always offer MagicDNS records at 100.100.100.100.David Anderson4-125/+110
2021-05-10VERSION.txt: this is v1.8.3v1.8.3David Anderson1-1/+1
2021-05-10net/dns: don't use interfaces.Tailscale to find the tailscale interface index.David Anderson2-32/+21
2021-05-10VERSION.txt: this is v1.8.2v1.8.2David Anderson1-1/+1
2021-05-10Revert "net/dns: set IPv4 auto mode in NM, so it lets us set DNS."David Anderson1-22/+12
2021-05-10util/dnsname: normalize leading dots in ToFQDN.David Anderson2-2/+6
2021-05-10go.mod: pull in wintun alignment fix from upstream wireguard-goJosh Bleecher Snyder2-1/+3
2021-05-07cmd/tailscale: rewrite the "up" checker, fix bugsBrad Fitzpatrick2-358/+375
2021-05-07ipn/{ipnlocal,ipnstate}: add PeerStatus.ID stable ID to status --json outputBrad Fitzpatrick2-0/+8
2021-05-06VERSION.txt: this is v1.8.1v1.8.1David Anderson1-1/+1
2021-05-06net/dns: log the correct error when NM Reapply fails.David Anderson1-1/+1
2021-05-06net/dns: set IPv4 auto mode in NM, so it lets us set DNS.David Anderson1-12/+22
2021-05-06net/dns: don't try to configure LLMNR or mdns in NetworkManager.David Anderson1-3/+6
2021-05-06cmd/tailscale: fix another up warning with exit nodesBrad Fitzpatrick2-147/+124
2021-05-06VERSION.txt: this is v1.8.0v1.8.0David Crawshaw1-1/+1
2021-05-06wgengine/netstack: avoid delivering incoming packets to both netstack + hostBrad Fitzpatrick1-1/+8
2021-05-06net/tstun: fix TUN log spam when ACLs drop a packetBrad Fitzpatrick2-9/+21
2021-05-05cmd/tailscale: fix tailscale up --advertise-exit-node validationBrad Fitzpatrick2-6/+117
2021-05-05wgengine: fix pendopen debug to not track SYN+ACKs, show Node.Online stateBrad Fitzpatrick1-4/+23
2021-05-05version: bump dateBrad Fitzpatrick1-1/+1
2021-05-05wgengine/netstack: don't pass non-subnet traffic to netstack in hybrid modeBrad Fitzpatrick2-3/+24
2021-05-05net/tsaddr: add NewContainsIPFunc (move from wgengine)Brad Fitzpatrick3-24/+78
2021-05-05types/logger: add key grinder stats lines to rate-limiting exemption listJosh Bleecher Snyder3-8/+42
2021-05-04types/logger: fix rate limiter allowlistJosh Bleecher Snyder1-1/+1
2021-05-04workflows: execute benchmarksJosh Bleecher Snyder5-6/+12
2021-05-04cmd/tailscale: gofmtBrad Fitzpatrick1-2/+2
2021-05-04workflows: run staticcheck on more platformsJosh Bleecher Snyder1-3/+15
2021-05-04ipnlocal: accept a new opts.UpdatePrefs field.Avery Pennarun4-3/+45
2021-05-04cmd/tailscale/cli: fix running from XcodeJosh Bleecher Snyder1-0/+8
2021-05-04ipn/ipnlocal: update peerapi logging of received PUTsBrad Fitzpatrick1-1/+3
2021-05-04syncs: stop running TestWatchMultipleValues on CIJosh Bleecher Snyder1-3/+2
2021-05-04ipn/ipnlocal: redact more errorsBrad Fitzpatrick1-7/+12
2021-05-04wgengine/router: use net.IP.Equal instead of bytes.Equal to compare IPsJosh Bleecher Snyder1-2/+2
2021-05-04safesocket: delete unused functionJosh Bleecher Snyder1-4/+0
2021-05-04wgengine/router: remove unused fieldJosh Bleecher Snyder1-9/+0
2021-05-04portlist: suppress staticcheck errorJosh Bleecher Snyder1-1/+1
2021-05-04net/tstun: remove unnecessary break statementJosh Bleecher Snyder1-1/+0
2021-05-04logtail/filch: add staticcheck annotationJosh Bleecher Snyder1-0/+1
2021-05-04all: use lower-case letters at the start of error messageJosh Bleecher Snyder2-3/+3
2021-05-04cmd/tailscale: fail if tailscaled closes the IPN connectionBrad Fitzpatrick3-7/+18
2021-05-03tstest/integration: misc cleanupsBrad Fitzpatrick1-28/+51
2021-05-03tstest/integration: add testNode.AwaitListening, DERP+STUN, improve proxy trapBrad Fitzpatrick2-27/+132
2021-05-03cmd/tailscale/cli: don't report outdated auth URL to web UIDavid Crawshaw1-6/+40
2021-05-03cmd/tailscale/cli: skip new tab on web loginDavid Crawshaw1-125/+118