summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-03-05update depawareXe/reset-logid-on-logout-loginChristine Dodrill1-5/+5
2021-03-05Merge branch 'main' into Xe/reset-logid-on-logout-loginChristine Dodrill76-678/+4956
2021-03-05control/controlclient: reset logid when you log in with a new accountChristine Dodrill3-17/+98
2021-03-04ipn/ipnlocal, control/controlclient: propagate link monitor to controlclientBrad Fitzpatrick2-0/+5
2021-03-04net/dnsfallback: fix infinite loop and limit number of candidatesBrad Fitzpatrick1-8/+22
2021-03-04portlist: collect IPv6 listening sockets on linux.David Anderson2-42/+137
2021-03-04ipn/ipnlocal: make IPv6 OS routes be a single /48 for our ULA spaceBrad Fitzpatrick2-5/+135
2021-03-04wgengine/magicsock: log when DERP connection succeedsBrad Fitzpatrick1-1/+4
2021-03-04net/interfaces: sort returned addresses from LocalAddressesBrad Fitzpatrick2-5/+11
2021-03-03portlist: report a better process name for .Net on linux.David Anderson4-11/+82
2021-03-03wgengine{,/monitor}: restore Engine.LinkChange, add Mon.InjectEventBrad Fitzpatrick5-7/+63
2021-03-03net/tshttpproxy: call winhttp calls from a fixed OS threadBrad Fitzpatrick1-0/+4
2021-03-03freebsd: ignore IPv6 for nowDenton Gentry5-0/+108
2021-03-03safesocket: add FreeBSD to PlatformUsesPeerCredsDenton Gentry1-1/+1
2021-03-03go.mod: update peercredDenton Gentry2-2/+6
2021-03-03tailcfg: tweak documentation for map version 11David Anderson2-2/+2
2021-03-03tailcfg: bump map request version for v6 + default routes.David Anderson1-2/+3
2021-03-03wgengine/router: make windows gracefully handle disabled IPv4 or IPv6.David Anderson1-55/+95
2021-03-03tailcfg, control/controlclient: add goroutine dump debug featureBrad Fitzpatrick4-0/+87
2021-03-03wgengine/netstack: remove some v2 logging by defaultBrad Fitzpatrick1-4/+13
2021-03-03wgengine/netstack: use system dialer to contact servers on localhostNaman Sood1-1/+2
2021-03-02wgengine/monitor: on unsupported platforms, use a polling implementationBrad Fitzpatrick7-20/+86
2021-03-02net/interfaces: merge darwin files for DefaultRouteInterface in sandboxBrad Fitzpatrick3-82/+67
2021-03-02wgengine/router: add a dummy IPv6 address if needed for default routing.David Anderson2-1/+23
2021-03-02logtail: use link monitor to determine when to retry after upload failureBrad Fitzpatrick1-0/+34
2021-03-02wgengine/magicsock: remove leftover portmapper debug loggingBrad Fitzpatrick1-1/+0
2021-03-02ipn/ipnserver: grant client r/w access if peer uid matches tailscaledBrad Fitzpatrick1-0/+5
2021-03-02net/portmapper: fix typoBrad Fitzpatrick1-1/+1
2021-03-02wgengine/netstack: forward incoming connections to localhostNaman Sood1-13/+15
2021-03-02wgengine/monitor: skip some macOS route updates, fix debounce regressionBrad Fitzpatrick3-18/+89
2021-03-02safesocket, ipn/ipnserver: unify peercred info, fix bug on FreeBSD etcBrad Fitzpatrick3-15/+14
2021-03-02wgengine/monitor: add skipped failing test for Darwin route message bugBrad Fitzpatrick1-0/+28
2021-03-02cmd/tailscaled: don't require root on darwin with --tun=userspace-networkingBrad Fitzpatrick1-7/+10
2021-03-02wgengine/monitor: don't return nil, nil in darwin monitorBrad Fitzpatrick1-1/+1
2021-03-01wgengine/tsdns: explicitly reject .onion lookupsChristine Dodrill2-0/+6
2021-03-01cmd/tailscaled, logtail: share link monitor from wgengine to logtailBrad Fitzpatrick2-1/+19
2021-03-01wgengine/monitor: make Darwin monitor shut down cleanly, add testBrad Fitzpatrick2-7/+42
2021-03-01ipn/ipnlocal: fix another regression from link monitoring refactorBrad Fitzpatrick1-3/+8
2021-03-01wgengine: fix bug from earlier commitBrad Fitzpatrick1-1/+1
2021-03-01wgengine/router: toggle killswitch when using default routes on windows.David Anderson3-69/+222
2021-03-01tempfork/wireguard-windows/firewall: add.David Anderson11-0/+2740
2021-03-01cmd/hello: break out local HTTP client into client/tailscaleBrad Fitzpatrick2-69/+113
2021-03-01ipn/ipnlocal: transform default routes into "all but LAN" routes.David Anderson3-37/+153
2021-03-01cmd/hello: use go:embed for the templateBrad Fitzpatrick1-1/+8
2021-03-01control/controlclient, net/{dnscache,dnsfallback}: add DNS fallback mechanismBrad Fitzpatrick4-5/+210
2021-03-01cmd/tailscale: remove Windows console fixingBrad Fitzpatrick2-10/+1
2021-03-01wgengine{,/monitor}: move interface state fetching/comparing to monitorBrad Fitzpatrick6-106/+79
2021-03-01wgengine/netstack: fix 32-bit build broken from prior commitBrad Fitzpatrick2-2/+21
2021-03-01cmd/tailscaled, wgengine: remove --fake, replace with netstackBrad Fitzpatrick9-104/+141
2021-03-01wgengine/netstack: add Magic DNS + DNS resolution to SOCKS5 dialingBrad Fitzpatrick1-3/+79