| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-22 | wgengine/magicsock: don't update control if only endpoint order changes | Brad Fitzpatrick | 2 | -6/+84 |
| 2021-03-20 | net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding consts | Brad Fitzpatrick | 13 | -152/+169 |
| 2021-03-20 | net/packet, wgengine/filter: support SCTP | Brad Fitzpatrick | 17 | -62/+154 |
| 2021-03-19 | tailcfg: add FilterRule.IPProto | Brad Fitzpatrick | 7 | -16/+169 |
| 2021-03-19 | wgengine/magicsock: annotate a few more disco logs as verbose | Brad Fitzpatrick | 1 | -4/+4 |
| 2021-03-19 | cmd/tailscale/cli: use double hypens, make default usage func more clear | Brad Fitzpatrick | 4 | -9/+82 |
| 2021-03-19 | ipn/ipnlocal: allow client access to exit node's public IPs. | David Anderson | 2 | -3/+50 |
| 2021-03-19 | control, ipn, tailcfg: remove golang.org/x/oauth2 dep, add tailcfg.Oauth2Token | Brad Fitzpatrick | 13 | -352/+49 |
| 2021-03-19 | net/interfaces: use windows API to get the default route instead of parsing `... | Aleksandar Pesic | 3 | -46/+66 |
| 2021-03-18 | cmd/tailscale, ipn/localapi: get daemon version from localapi status | Brad Fitzpatrick | 5 | -58/+104 |
| 2021-03-18 | cmd/tailscale, ipn/localapi: use localapi for status, not IPN acrobatics | Brad Fitzpatrick | 12 | -92/+65 |
| 2021-03-18 | cmd/tailscale/cli: fix typo in comment | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-03-18 | logpolicy: set log target on windows based on a registry key (#1542) | Christine Dodrill | 4 | -1/+67 |
| 2021-03-18 | wgengine/magicsock: mark some legacy debug log output as verbose | Brad Fitzpatrick | 1 | -6/+6 |
| 2021-03-18 | control/controlclient: remove redundant Hostinfo log | Brad Fitzpatrick | 1 | -1/+0 |
| 2021-03-17 | wgengine/netstack: use inet.af/netstack, remove 64-bit only limitation | Brad Fitzpatrick | 5 | -258/+55 |
| 2021-03-17 | go.mod: update golang.org/x/oauth2 | Brad Fitzpatrick | 2 | -4/+149 |
| 2021-03-17 | go.mod: update golang.org/x/{crypto,sync,sys,term,time} | Brad Fitzpatrick | 2 | -14/+18 |
| 2021-03-17 | go.mod, go.sum: go mod tidy | Brad Fitzpatrick | 2 | -15/+0 |
| 2021-03-17 | net/portmapper: silently handle PCP NOT_AUTHORIZED responses. | David Anderson | 1 | -6/+19 |
| 2021-03-17 | tailcfg: bump CurrentMapRequestVersion, forgotten earlier | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-03-16 | VERSION.txt: this is 1.7.0. | David Anderson | 1 | -1/+1 |
| 2021-03-16 | version: remove version-info.sh when cleaning. | David Anderson | 1 | -1/+1 |
| 2021-03-16 | Revert "wgengine/netstack: update gvisor to remove 64-bit only limitation" | David Anderson | 5 | -230/+96 |
| 2021-03-16 | wgengine: don't diagnose iOS NWPathMonitor connection probe timeouts | Brad Fitzpatrick | 1 | -0/+13 |
| 2021-03-16 | wgengine/monitor: skip more route messages on darwin | Brad Fitzpatrick | 1 | -10/+64 |
| 2021-03-16 | net/interfaces: skip IPv6 link-local interfaces like we do for IPv4 | Brad Fitzpatrick | 1 | -7/+6 |
| 2021-03-16 | version: bump date | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-03-16 | Revert "cmd/tailscaled, ipn/{ipnlocal,ipnserver}: let netstack get access to ... | Brad Fitzpatrick | 3 | -40/+0 |
| 2021-03-16 | health, ipn/ipnlocal: track, log overall health | Brad Fitzpatrick | 3 | -35/+131 |
| 2021-03-15 | control/controlclient: cache Windows version | Brad Fitzpatrick | 1 | -0/+9 |
| 2021-03-15 | Revert "control/controlclient: use API to get Windows version number" | Brad Fitzpatrick | 2 | -33/+15 |
| 2021-03-15 | wgengine/netstack: update gvisor to remove 64-bit only limitation | Brad Fitzpatrick | 5 | -96/+230 |
| 2021-03-15 | cmd/tailscale/cli: include GOOS in BSD warning message | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-03-15 | cmd/tailscale/cli: warn if using subnet routing on BSD | David Anderson | 1 | -0/+3 |
| 2021-03-15 | wgengine/router: report to control when setPrivateNetwork fails | Brad Fitzpatrick | 3 | -0/+11 |
| 2021-03-15 | health, controlclient, ipn, magicsock: tell health package state of things | Brad Fitzpatrick | 5 | -2/+126 |
| 2021-03-15 | client, cmd/hello, ipn, wgengine: fix whois for netstack-forwarded connections | Naman Sood | 8 | -28/+108 |
| 2021-03-15 | net/portmapper, wgengine/monitor: cache gateway IP info until link changes | Brad Fitzpatrick | 6 | -8/+49 |
| 2021-03-15 | wgengine/router: fix go vet failure on BSDs | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-03-15 | net/interfaces: rewrite the darwin likelyHomeRouterIP from C to Go | Brad Fitzpatrick | 5 | -220/+133 |
| 2021-03-15 | cmd/tailscale/cli: don't permit setting self IP as exit node (#1491) | Christine Dodrill | 2 | -7/+23 |
| 2021-03-15 | derp: return keep-alive message up to callers | Brad Fitzpatrick | 1 | -1/+8 |
| 2021-03-15 | control/controlclient: use API to get Windows version number | Aleksandar Pesic | 2 | -15/+33 |
| 2021-03-15 | cmd/tailscaled, ipn/{ipnlocal,ipnserver}: let netstack get access to LocalBac... | Brad Fitzpatrick | 3 | -0/+40 |
| 2021-03-15 | wgengine/router: flushdns in windows when router config changes | Aleksandar Pesic | 1 | -0/+8 |
| 2021-03-12 | cmd/tailscaled: on Synology, fall back to netstack if needed | Brad Fitzpatrick | 2 | -20/+44 |
| 2021-03-12 | net/netcheck: add a few more STUN retries for prior DERP home | Brad Fitzpatrick | 2 | -1/+39 |
| 2021-03-12 | tailcfg, net/netcheck: let control mark "Avoid" bit on DERP regions | Brad Fitzpatrick | 2 | -0/+9 |
| 2021-03-12 | derp{,/derphttp},magicsock: tell DERP server when ping acks can be expected | Brad Fitzpatrick | 3 | -19/+48 |