| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-26 | control/controlclient: sign RegisterRequest (#1549) | Adrian Dewhurst | 4 | -0/+224 |
| 2021-03-19 | control, ipn, tailcfg: remove golang.org/x/oauth2 dep, add tailcfg.Oauth2Token | Brad Fitzpatrick | 2 | -10/+8 |
| 2021-03-18 | control/controlclient: remove redundant Hostinfo log | Brad Fitzpatrick | 1 | -1/+0 |
| 2021-03-16 | health, ipn/ipnlocal: track, log overall health | Brad Fitzpatrick | 1 | -2/+5 |
| 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/router: report to control when setPrivateNetwork fails | Brad Fitzpatrick | 1 | -0/+3 |
| 2021-03-15 | health, controlclient, ipn, magicsock: tell health package state of things | Brad Fitzpatrick | 2 | -1/+10 |
| 2021-03-15 | control/controlclient: use API to get Windows version number | Aleksandar Pesic | 2 | -15/+33 |
| 2021-03-11 | control/controlclient: allow for an unset linkMon. | David Anderson | 1 | -1/+1 |
| 2021-03-11 | control/controlclient: report broken IP forwarding more precisely. | David Anderson | 1 | -2/+16 |
| 2021-03-05 | tailcfg, control/controlclient: add MapResponse.PingRequest | Brad Fitzpatrick | 1 | -0/+30 |
| 2021-03-04 | ipn/ipnlocal, control/controlclient: propagate link monitor to controlclient | Brad Fitzpatrick | 1 | -0/+4 |
| 2021-03-03 | tailcfg, control/controlclient: add goroutine dump debug feature | Brad Fitzpatrick | 3 | -0/+83 |
| 2021-03-01 | control/controlclient, net/{dnscache,dnsfallback}: add DNS fallback mechanism | Brad Fitzpatrick | 1 | -3/+6 |
| 2021-02-18 | health, control/controlclient, wgengine: report when router unhealthy | Brad Fitzpatrick | 2 | -1/+20 |
| 2021-02-15 | control/controlclient: note package type in Hostinfo | Brad Fitzpatrick | 1 | -0/+16 |
| 2021-02-05 | types/netmap: split controlclient.NetworkMap off into its own leaf package | Brad Fitzpatrick | 5 | -581/+23 |
| 2021-02-05 | types/persist: split controlclient.Persist into a small leaf package | Brad Fitzpatrick | 4 | -183/+8 |
| 2021-02-05 | wgengine/wgcfg/nmcfg: split control/controlclient/netmap.go into own package | Brad Fitzpatrick | 1 | -117/+0 |
| 2021-02-05 | ipn: program exit node into the data plane according to user pref. | David Anderson | 1 | -11/+6 |
| 2021-02-05 | control/controlclient: don't call lite endpoint update path when logged out | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-02-04 | control/controlclient: avoid crash sending map request with zero node key | Brad Fitzpatrick | 1 | -0/+3 |
| 2021-01-29 | all: move wgcfg from wireguard-go | Josh Bleecher Snyder | 1 | -1/+1 |
| 2021-01-27 | tailcfg: update node display name fields and methods (#1207) | Sonia Appasamy | 2 | -10/+6 |
| 2021-01-25 | tailcfg, controlclient: add DisplayName field to tailcfg.Node and populate it... | Sonia Appasamy | 2 | -1/+10 |
| 2021-01-22 | control/controlclient: use more direct way of getting the MagicDNS suffix | Brad Fitzpatrick | 1 | -20/+8 |
| 2021-01-20 | control/controlclient: add debug knob to not use control's endpoints | Brad Fitzpatrick | 1 | -8/+18 |
| 2021-01-20 | control/controlclient: add detail to verbose log about route skips | Brad Fitzpatrick | 1 | -2/+18 |
| 2021-01-20 | tailcfg, control/controlclient: add mapver 10: MapResponse.PeerSeenChange | Brad Fitzpatrick | 1 | -0/+18 |
| 2021-01-14 | all: convert from []wgcfg.Endpoint to string | Josh Bleecher Snyder | 1 | -4/+7 |
| 2021-01-13 | control/controlclient: let clients opt in to Sharer-vs-User split model | Brad Fitzpatrick | 1 | -33/+32 |
| 2021-01-12 | control/controlclient: treat node sharer as owner for display purposes | Brad Fitzpatrick | 1 | -0/+14 |
| 2021-01-12 | tailcfg, control/controlclient: make MapResponse.CollectServices an opt.Bool | Brad Fitzpatrick | 1 | -1/+6 |
| 2021-01-11 | ipn: only send services in Hostinfo if Tailnet has opted-in to services colle... | Sonia Appasamy | 2 | -16/+23 |
| 2021-01-10 | cmd/tailscale: change formatting of "tailscale status" | Brad Fitzpatrick | 1 | -1/+25 |
| 2021-01-08 | Add more tests for Direct. | Denton Gentry | 1 | -0/+65 |
| 2021-01-08 | cover one more case in TestStatusEqual. | Denton Gentry | 1 | -0/+5 |
| 2021-01-08 | control/controlclient: use lite map request handler to avoid aborting streams | Brad Fitzpatrick | 2 | -13/+83 |
| 2021-01-05 | ipn: delete domainsForProxying, require explicit DNS search domains (mapver 9... | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-12-30 | wgkey: new package | Josh Bleecher Snyder | 4 | -31/+32 |
| 2020-12-28 | all: replace wgcfg.IP and wgcfg.CIDR with netaddr types | Josh Bleecher Snyder | 3 | -28/+12 |
| 2020-12-21 | control/controlclient, version/distro: detect NixOS explicitly | Brad Fitzpatrick | 2 | -1/+14 |
| 2020-12-21 | all: annotate log verbosity levels on most egregiously spammy log prints | Brad Fitzpatrick | 3 | -15/+17 |
| 2020-12-21 | control/controlclient: clarify a comment | Brad Fitzpatrick | 1 | -1/+2 |
| 2020-12-19 | tailcfg: introduce map version 8, for clients that support v6 node config. | David Anderson | 1 | -1/+1 |
| 2020-12-19 | control/controlclient: report broken routing for v4 and v6. | David Anderson | 1 | -11/+52 |
| 2020-12-15 | wgengine/filter, tailcfg: support CIDRs+ranges in PacketFilter (mapver 7) | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-12-15 | Merge branch 'main' into report-status-systemd | Christine Dodrill | 2 | -49/+19 |
| 2020-12-15 | ipn/ipnserver: enable systemd-notify support | Christine Dodrill | 1 | -0/+3 |