| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-05 | update depawareXe/reset-logid-on-logout-login | Christine Dodrill | 1 | -5/+5 |
| 2021-03-05 | Merge branch 'main' into Xe/reset-logid-on-logout-login | Christine Dodrill | 76 | -678/+4956 |
| 2021-03-05 | control/controlclient: reset logid when you log in with a new account | Christine Dodrill | 3 | -17/+98 |
| 2021-03-04 | ipn/ipnlocal, control/controlclient: propagate link monitor to controlclient | Brad Fitzpatrick | 2 | -0/+5 |
| 2021-03-04 | net/dnsfallback: fix infinite loop and limit number of candidates | Brad Fitzpatrick | 1 | -8/+22 |
| 2021-03-04 | portlist: collect IPv6 listening sockets on linux. | David Anderson | 2 | -42/+137 |
| 2021-03-04 | ipn/ipnlocal: make IPv6 OS routes be a single /48 for our ULA space | Brad Fitzpatrick | 2 | -5/+135 |
| 2021-03-04 | wgengine/magicsock: log when DERP connection succeeds | Brad Fitzpatrick | 1 | -1/+4 |
| 2021-03-04 | net/interfaces: sort returned addresses from LocalAddresses | Brad Fitzpatrick | 2 | -5/+11 |
| 2021-03-03 | portlist: report a better process name for .Net on linux. | David Anderson | 4 | -11/+82 |
| 2021-03-03 | wgengine{,/monitor}: restore Engine.LinkChange, add Mon.InjectEvent | Brad Fitzpatrick | 5 | -7/+63 |
| 2021-03-03 | net/tshttpproxy: call winhttp calls from a fixed OS thread | Brad Fitzpatrick | 1 | -0/+4 |
| 2021-03-03 | freebsd: ignore IPv6 for now | Denton Gentry | 5 | -0/+108 |
| 2021-03-03 | safesocket: add FreeBSD to PlatformUsesPeerCreds | Denton Gentry | 1 | -1/+1 |
| 2021-03-03 | go.mod: update peercred | Denton Gentry | 2 | -2/+6 |
| 2021-03-03 | tailcfg: tweak documentation for map version 11 | David Anderson | 2 | -2/+2 |
| 2021-03-03 | tailcfg: bump map request version for v6 + default routes. | David Anderson | 1 | -2/+3 |
| 2021-03-03 | wgengine/router: make windows gracefully handle disabled IPv4 or IPv6. | David Anderson | 1 | -55/+95 |
| 2021-03-03 | tailcfg, control/controlclient: add goroutine dump debug feature | Brad Fitzpatrick | 4 | -0/+87 |
| 2021-03-03 | wgengine/netstack: remove some v2 logging by default | Brad Fitzpatrick | 1 | -4/+13 |
| 2021-03-03 | wgengine/netstack: use system dialer to contact servers on localhost | Naman Sood | 1 | -1/+2 |
| 2021-03-02 | wgengine/monitor: on unsupported platforms, use a polling implementation | Brad Fitzpatrick | 7 | -20/+86 |
| 2021-03-02 | net/interfaces: merge darwin files for DefaultRouteInterface in sandbox | Brad Fitzpatrick | 3 | -82/+67 |
| 2021-03-02 | wgengine/router: add a dummy IPv6 address if needed for default routing. | David Anderson | 2 | -1/+23 |
| 2021-03-02 | logtail: use link monitor to determine when to retry after upload failure | Brad Fitzpatrick | 1 | -0/+34 |
| 2021-03-02 | wgengine/magicsock: remove leftover portmapper debug logging | Brad Fitzpatrick | 1 | -1/+0 |
| 2021-03-02 | ipn/ipnserver: grant client r/w access if peer uid matches tailscaled | Brad Fitzpatrick | 1 | -0/+5 |
| 2021-03-02 | net/portmapper: fix typo | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-03-02 | wgengine/netstack: forward incoming connections to localhost | Naman Sood | 1 | -13/+15 |
| 2021-03-02 | wgengine/monitor: skip some macOS route updates, fix debounce regression | Brad Fitzpatrick | 3 | -18/+89 |
| 2021-03-02 | safesocket, ipn/ipnserver: unify peercred info, fix bug on FreeBSD etc | Brad Fitzpatrick | 3 | -15/+14 |
| 2021-03-02 | wgengine/monitor: add skipped failing test for Darwin route message bug | Brad Fitzpatrick | 1 | -0/+28 |
| 2021-03-02 | cmd/tailscaled: don't require root on darwin with --tun=userspace-networking | Brad Fitzpatrick | 1 | -7/+10 |
| 2021-03-02 | wgengine/monitor: don't return nil, nil in darwin monitor | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-03-01 | wgengine/tsdns: explicitly reject .onion lookups | Christine Dodrill | 2 | -0/+6 |
| 2021-03-01 | cmd/tailscaled, logtail: share link monitor from wgengine to logtail | Brad Fitzpatrick | 2 | -1/+19 |
| 2021-03-01 | wgengine/monitor: make Darwin monitor shut down cleanly, add test | Brad Fitzpatrick | 2 | -7/+42 |
| 2021-03-01 | ipn/ipnlocal: fix another regression from link monitoring refactor | Brad Fitzpatrick | 1 | -3/+8 |
| 2021-03-01 | wgengine: fix bug from earlier commit | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-03-01 | wgengine/router: toggle killswitch when using default routes on windows. | David Anderson | 3 | -69/+222 |
| 2021-03-01 | tempfork/wireguard-windows/firewall: add. | David Anderson | 11 | -0/+2740 |
| 2021-03-01 | cmd/hello: break out local HTTP client into client/tailscale | Brad Fitzpatrick | 2 | -69/+113 |
| 2021-03-01 | ipn/ipnlocal: transform default routes into "all but LAN" routes. | David Anderson | 3 | -37/+153 |
| 2021-03-01 | cmd/hello: use go:embed for the template | Brad Fitzpatrick | 1 | -1/+8 |
| 2021-03-01 | control/controlclient, net/{dnscache,dnsfallback}: add DNS fallback mechanism | Brad Fitzpatrick | 4 | -5/+210 |
| 2021-03-01 | cmd/tailscale: remove Windows console fixing | Brad Fitzpatrick | 2 | -10/+1 |
| 2021-03-01 | wgengine{,/monitor}: move interface state fetching/comparing to monitor | Brad Fitzpatrick | 6 | -106/+79 |
| 2021-03-01 | wgengine/netstack: fix 32-bit build broken from prior commit | Brad Fitzpatrick | 2 | -2/+21 |
| 2021-03-01 | cmd/tailscaled, wgengine: remove --fake, replace with netstack | Brad Fitzpatrick | 9 | -104/+141 |
| 2021-03-01 | wgengine/netstack: add Magic DNS + DNS resolution to SOCKS5 dialing | Brad Fitzpatrick | 1 | -3/+79 |