| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-12 | tailcfg, net/netcheck: let control mark "Avoid" bit on DERP regionsbradfitz/derp_steer | Brad Fitzpatrick | 2 | -0/+7 |
| 2021-03-12 | derp{,/derphttp},magicsock: tell DERP server when ping acks can be expected | Brad Fitzpatrick | 3 | -19/+48 |
| 2021-03-12 | wgengine{,tsdns}: rebind MagicDNS forwarders on link change | Brad Fitzpatrick | 3 | -12/+46 |
| 2021-03-12 | ipnstate, ipnlocal: add AuthURL to status | David Crawshaw | 2 | -0/+8 |
| 2021-03-11 | control/controlclient: allow for an unset linkMon. | David Anderson | 1 | -1/+1 |
| 2021-03-11 | wgengine/router: don't touch interface routes | David Anderson | 1 | -2/+33 |
| 2021-03-11 | wgengine/magicsock: delete unused WhoIs method that was moved elsewhere | Brad Fitzpatrick | 1 | -19/+0 |
| 2021-03-11 | control/controlclient: report broken IP forwarding more precisely. | David Anderson | 1 | -2/+16 |
| 2021-03-10 | wgengine/tsdns: truncate Map.PrettyDiffFrom string at 1KB | Brad Fitzpatrick | 2 | -0/+33 |
| 2021-03-09 | Revert "--advertise-routes option enabled in Mac tailscale CLI; it checks for... | Brad Fitzpatrick | 1 | -4/+3 |
| 2021-03-09 | Merge branch 'main' of github.com:tailscale/tailscale into danderson/filter-p... | David Anderson | 0 | -0/+0 |
| 2021-03-09 | wgengine/filter: only log packets to/from non-default routes. | David Anderson | 5 | -16/+181 |
| 2021-03-09 | wgengine/filter: only log packets to/from non-default routes. | David Anderson | 5 | -16/+181 |
| 2021-03-09 | tailcfg, net/portmapper, wgengine/magicsock: add NetInfo.HavePortMap | Brad Fitzpatrick | 5 | -2/+43 |
| 2021-03-09 | wgengine/magicsock, derp, derp/derphttp: respond to DERP server->client pings | Brad Fitzpatrick | 5 | -3/+124 |
| 2021-03-09 | cmd/tailscale/cli: document how to see subcommand usage | Brad Fitzpatrick | 2 | -2/+6 |
| 2021-03-08 | wgengine/magicsock: fix Conn.Rebind race that let ErrClosed errors be read | Brad Fitzpatrick | 2 | -19/+97 |
| 2021-03-08 | net/interfaces, wgengine/monitor: fix false positives link changes | Brad Fitzpatrick | 2 | -0/+25 |
| 2021-03-08 | cmd/tailscaled: fix monitor debug tool's output | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-03-08 | wgengine/router: add OpenBSD IPv6 support. | Denton Gentry | 1 | -26/+76 |
| 2021-03-08 | wgengine/magicsock: fix typo in comment | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-03-08 | wgengine/monitor: simplify the Windows monitor to make it more reliable | Aleksandar Pesic | 2 | -225/+76 |
| 2021-03-08 | wgengine/netstack: stop UDP forwarding when one side dies | Naman Sood | 1 | -5/+8 |
| 2021-03-08 | wgengine/netstack: add support for incoming UDP connections | Naman Sood | 1 | -9/+67 |
| 2021-03-05 | ipn/ipnserver: refactor permissions checks a bit, document more, fix Windows | Brad Fitzpatrick | 1 | -21/+46 |
| 2021-03-05 | wgengine: support FreeBSD with IPv6. | Denton Gentry | 1 | -1/+12 |
| 2021-03-05 | Revert "freebsd: ignore IPv6 for now" | Denton Gentry | 5 | -108/+0 |
| 2021-03-05 | tailcfg, control/controlclient: add MapResponse.PingRequest | Brad Fitzpatrick | 2 | -1/+54 |
| 2021-03-05 | safesocket: use right version of gofmt | Brad Fitzpatrick | 1 | -3/+3 |
| 2021-03-05 | safesocket: support finding tailscale port/auth token from sandboxed CLI | Brad Fitzpatrick | 1 | -3/+37 |
| 2021-03-05 | cmd/tailscale: fix depaware.txt | Brad Fitzpatrick | 1 | -1/+2 |
| 2021-03-05 | cmd/tailscale/cli: restore hidden debug subcommand | Brad Fitzpatrick | 2 | -0/+57 |
| 2021-03-05 | ipn/localapi, client/tailscale: add a goroutine dump handler | Brad Fitzpatrick | 2 | -0/+36 |
| 2021-03-05 | ipn/ipnserver: set PermitWrite on localapi handler | Brad Fitzpatrick | 1 | -4/+5 |
| 2021-03-05 | build_docker.sh, Dockerfile: fix bug with shell quoting | Steve Coffman | 2 | -5/+16 |
| 2021-03-05 | wgengine/monitor: log warning if state changes but stringification doesn't | Brad Fitzpatrick | 1 | -1/+16 |
| 2021-03-05 | net/interfaces: log why when we failed to look up gateway on macOS | Brad Fitzpatrick | 1 | -0/+2 |
| 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 |