| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-08-20 | control/controlclient: add call to tsmpPingsimenghe/add-tsmpping-call | Simeng He | 1 | -0/+1 |
| 2021-08-18 | control/controlclient: tweak a couple error messages | Brad Fitzpatrick | 1 | -2/+2 |
| 2021-08-18 | tailcfg: add IP and Types field to PingRequest | Simeng He | 2 | -0/+113 |
| 2021-08-17 | control/controlclient: do not periodically print full netmap | Josh Bleecher Snyder | 1 | -6/+5 |
| 2021-08-05 | all: gofmt with Go 1.17 | Josh Bleecher Snyder | 3 | -0/+3 |
| 2021-07-26 | control/controlclient: report whether we're in a snap package | Brad Fitzpatrick | 1 | -0/+7 |
| 2021-07-22 | control/controlclient: grow goroutine debug buffer as needed | Brad Fitzpatrick | 1 | -2/+11 |
| 2021-07-22 | control/controlclient: don't use regexp in goroutine stack scrubbing | Brad Fitzpatrick | 2 | -9/+72 |
| 2021-07-15 | control/{controlknobs,controlclient}: simplify knobs API, fix controlclient c... | Brad Fitzpatrick | 2 | -17/+10 |
| 2021-07-15 | net/portmapper: add upnp port mapping | julianknodt | 2 | -1/+46 |
| 2021-06-28 | control/controlclient: add debug knob to force node to only IPv6 self addr | Brad Fitzpatrick | 1 | -1/+20 |
| 2021-06-28 | controlclient: log server key and URL | David Crawshaw | 1 | -0/+1 |
| 2021-06-17 | hostinfo: add hostinfo package, move stuff out of controlclient | Brad Fitzpatrick | 1 | -70/+4 |
| 2021-06-16 | control/controlclient: fix typo/braino in error message | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-06-15 | tailcfg, control/controlclient: clarify more, enforce PingRequest.URL is unique | Brad Fitzpatrick | 1 | -1/+19 |
| 2021-06-14 | hostinfo: capitalization of AWS | Denton Gentry | 1 | -2/+2 |
| 2021-06-14 | hostinfo: detect when running in Azure App Service. | Denton Gentry | 1 | -0/+12 |
| 2021-06-14 | hostinfo: detect Heroku Dyno. | Denton Gentry | 1 | -0/+10 |
| 2021-06-14 | hostinfo: detect AWS Lambda as a container. | Denton Gentry | 1 | -0/+14 |
| 2021-06-08 | control/controlclient: add Pinger interface, Options.Pinger | Simeng He | 1 | -0/+15 |
| 2021-06-07 | ipn/{ipnlocal,localapi}, control/controlclient: add SetDNS localapi | Brad Fitzpatrick | 3 | -0/+56 |
| 2021-05-31 | ipnlocal: don't assume NeedsLogin immediately after StartLogout(). | Avery Pennarun | 3 | -14/+20 |
| 2021-05-28 | control/controlclient: use our fork of certstore | Adrian Dewhurst | 1 | -1/+1 |
| 2021-05-16 | all: adapt to opaque netaddr types | Josh Bleecher Snyder | 2 | -4/+4 |
| 2021-05-12 | controlclient: update Persist.LoginName when it changes. | Avery Pennarun | 1 | -2/+2 |
| 2021-04-30 | ipnlocal: don't pause the controlclient until we get at least one netmap.apenwarr/statefix | Avery Pennarun | 1 | -1/+2 |
| 2021-04-30 | controlclient: extract a Client interface and rename Client->Auto. | Avery Pennarun | 5 | -53/+134 |
| 2021-04-29 | controlclient: extract State and Status stuff into its own file. | Avery Pennarun | 2 | -73/+88 |
| 2021-04-22 | control/controlclient: fix signRegisterRequest log suppression check on Windows | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-04-21 | control/controlclient, tailcfg: add Debug.SleepSeconds (mapver 19) | Brad Fitzpatrick | 1 | -4/+41 |
| 2021-04-21 | ipn/ipnlocal: on fresh lazy-connecting install, start in state NeedsLogin | Brad Fitzpatrick | 1 | -0/+3 |
| 2021-04-19 | tailcfg, control/controlclient: accept nil MapResponse.Node (mapver 18) | Brad Fitzpatrick | 3 | -12/+57 |
| 2021-04-19 | tailcfg, control/controlclient: allow empty MapResponse.Domain (mapver17) | Brad Fitzpatrick | 2 | -1/+25 |
| 2021-04-18 | control/controlclient: add start of some MapResponse->NetworkMap tests | Brad Fitzpatrick | 3 | -7/+99 |
| 2021-04-18 | control/controlclient: break direct.go into map.go (+tests), add mapSession | Brad Fitzpatrick | 5 | -388/+461 |
| 2021-04-16 | ipn/ipnlocal, etc: require file sharing capability to send/recv files | Brad Fitzpatrick | 1 | -0/+5 |
| 2021-04-15 | tailcfg, control/controlclient: (mapver 16) add Node.Online, MapResponse.Onli... | Brad Fitzpatrick | 2 | -41/+123 |
| 2021-04-15 | control/controlclient: only use a single DNS label as the hostname. | David Anderson | 1 | -0/+2 |
| 2021-04-13 | tailcfg: add Endpoint, EndpointType, MapRequest.EndpointType | Brad Fitzpatrick | 3 | -21/+41 |
| 2021-04-12 | tailcfg, control/controlclient: make nil MapResponse.DNSConfig mean unchanged... | Brad Fitzpatrick | 1 | -1/+5 |
| 2021-04-10 | control/controlclient: create tls client config with server hostname instead ... | Simon Kirillov | 1 | -1/+1 |
| 2021-04-09 | ipn/{ipnlocal,localapi}, cmd/tailscale: add logout command | Brad Fitzpatrick | 2 | -31/+95 |
| 2021-04-07 | control/controlclient: refactor some internals | Brad Fitzpatrick | 1 | -22/+30 |
| 2021-04-07 | control/controlclient: return correct certificate | Adrian Dewhurst | 1 | -20/+41 |
| 2021-04-06 | hostifo: update LXC, add Cloud Run. | Denton Gentry | 1 | -0/+20 |
| 2021-03-31 | cmd/tailscale, ipn/localapi: move IP forwarding check to tailscaled, API | Brad Fitzpatrick | 1 | -1/+14 |
| 2021-03-31 | control/controlclient: support lazy machine key generation | Brad Fitzpatrick | 2 | -32/+50 |
| 2021-03-31 | control/controlclient: document a few things | Brad Fitzpatrick | 2 | -3/+14 |
| 2021-03-29 | control/controlclient: fix TS_DEBUG_MAP on requests | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-03-26 | control/controlclient: sign RegisterRequest (#1549) | Adrian Dewhurst | 4 | -0/+224 |