summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-01-28wgengine/router: don't configure IPv6 on Linux when IPv6 is unavailablebradfitz/linux_v6_offBrad Fitzpatrick1-1/+12
2021-01-27VERSION.txt: this is 1.5.0.David Anderson1-1/+1
2021-01-27wgengine: don't leak TUN device in NewUserspaceEngine error pathBrad Fitzpatrick1-0/+1
2021-01-27wgengine: fix bugs from earlier fixBrad Fitzpatrick1-2/+5
2021-01-27tailcfg: update node display name fields and methods (#1207)Sonia Appasamy7-75/+121
2021-01-26net/interfaces: don't send over zt* interfacesBrad Fitzpatrick1-2/+17
2021-01-26net/interfaces: remove IsTailscaleIP, make callers use tsaddr.David Anderson4-34/+21
2021-01-26wgengine: fix crash reading long UAPI lines from legacy peersBrad Fitzpatrick1-26/+28
2021-01-26ipn/ipnstate: update tailscale status -web to match CLIBrad Fitzpatrick2-35/+52
2021-01-25Merge branch 'main' of github.com:tailscale/tailscale into mainBrad Fitzpatrick8-3/+62
2021-01-25ipn/ipnserver: on Windows in unattended mode, wait for Engine foreverBrad Fitzpatrick1-0/+62
2021-01-25ipn/ipnserver: rearrange some codeBrad Fitzpatrick1-28/+28
2021-01-25ipn/ipnserver: on Windows in unattended mode, wait for Engine foreverBrad Fitzpatrick1-28/+90
2021-01-25tailcfg, controlclient: add DisplayName field to tailcfg.Node and populate it...Sonia Appasamy8-3/+62
2021-01-25wgengine/router: stop setPrivateNetwork goroutine on configureInterface failureBrad Fitzpatrick1-2/+18
2021-01-24LICENSE: Reformat for GithubAndrey Petrov1-22/+24
2021-01-22wgengine/filter: add a Clone method.David Anderson2-0/+33
2021-01-22cmd/tailscaled: update depaware.txtBrad Fitzpatrick1-1/+1
2021-01-22control/controlclient: use more direct way of getting the MagicDNS suffixBrad Fitzpatrick2-24/+18
2021-01-22ipn, wgengine/filter: fix Shields Up recent regression and old bugBrad Fitzpatrick2-4/+13
2021-01-22wgengine/tstun: also support DropSilently on PostFilterInBrad Fitzpatrick1-2/+2
2021-01-22cmd/tailscaled: don't require --state for --cleanupBrad Fitzpatrick1-4/+4
2021-01-21go.mod: bump wireguard-goBrad Fitzpatrick2-1/+3
2021-01-21wgengine: use Tailscale-style peer identifiers in logsJosh Bleecher Snyder6-44/+176
2021-01-21cmd/tailscale: make "tailscale ping" also resolve names without DNSBrad Fitzpatrick1-17/+46
2021-01-21wgengine/magicsock: disable regular STUNs for all platforms by defaultBrad Fitzpatrick3-62/+102
2021-01-21tailcfg: add StableID to Node. #1178David Anderson3-3/+39
2021-01-21safesocket: on Linux, make /var/run/tailscale be 0755Brad Fitzpatrick1-2/+22
2021-01-21Add docker build script to inject version informationSteve Coffman2-0/+34
2021-01-21wgengine/magicsock: log more details of endpoints learned over discoBrad Fitzpatrick1-1/+25
2021-01-21tstime: add RandomDurationBetween helperBrad Fitzpatrick2-0/+67
2021-01-20control/controlclient: add debug knob to not use control's endpointsBrad Fitzpatrick1-8/+18
2021-01-20wgengine/magicsock: fix logging regressionBrad Fitzpatrick1-1/+1
2021-01-20control/controlclient: add detail to verbose log about route skipsBrad Fitzpatrick1-2/+18
2021-01-20wgengine/magicsock: send, use endpoints in CallMeMaybe messagesBrad Fitzpatrick2-17/+78
2021-01-20tailcfg, control/controlclient: add mapver 10: MapResponse.PeerSeenChangeBrad Fitzpatrick2-1/+25
2021-01-20disco: support parsing/encoding endpoints in call-me-maybe framesBrad Fitzpatrick3-8/+54
2021-01-20wgengine/magicsock: make legacy DstToString match AddrsJosh Bleecher Snyder1-2/+1
2021-01-19wgengine/magicsock: don't run the DERP cleanup so oftenBrad Fitzpatrick1-16/+48
2021-01-19cmd/tailscale/cli: require v4 and v6 default routes to be advertised together.David Anderson1-0/+16
2021-01-19types/logger: trim spaces from the rate-limited example message.David Anderson1-1/+1
2021-01-19api.md: add TOCBrad Fitzpatrick1-6/+56
2021-01-19Revert "wgengine/magicsock: shortcircuit discoEndpoint.heartbeat when its con...Josh Bleecher Snyder1-11/+0
2021-01-19wgengine/magicsock: prevent log-after-test in TestTwoDevicePingJosh Bleecher Snyder1-1/+4
2021-01-19wgengine/magicsock: fix a naked return bug/crash where we returned (nil, true)Brad Fitzpatrick1-4/+4
2021-01-18wgengine/magicsock: add single element IPPort->endpoint cache in receive pathBrad Fitzpatrick1-7/+35
2021-01-18tailcfg: remove v6-overlay debug option.David Anderson1-2/+0
2021-01-18wgengine/magicsock: simplify ReceiveIPv4+DERP pathBrad Fitzpatrick2-186/+151
2021-01-18wgengine: correctly track all node IPs in lazy config.David Anderson1-3/+6
2021-01-15wgengine/magicsock: use relatively new netaddr.IPPort.IsZero methodBrad Fitzpatrick1-1/+1