| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-10-28 | control/controlclient: stop using wgkey. | David Anderson | 4 | -31/+19 |
| 2021-10-28 | control/controlclient: add a LoginEphemeral LoginFlags bit | Brad Fitzpatrick | 2 | -0/+2 |
| 2021-10-28 | types/netmap: use new node key type. | David Anderson | 1 | -1/+2 |
| 2021-10-28 | types/persist: use new node key type. | David Anderson | 2 | -7/+7 |
| 2021-10-27 | control/controlclient,tailcfg: propagate registration errors to the frontend | Maisem Ali | 3 | -6/+6 |
| 2021-10-12 | all: fix spelling mistakes | nicksherron | 2 | -2/+2 |
| 2021-09-19 | tailcfg, health: add way for control plane to add problems to health check | Brad Fitzpatrick | 1 | -0/+5 |
| 2021-09-17 | control/controlclient: update machine certificate signature version | Adrian Dewhurst | 2 | -9/+24 |
| 2021-09-15 | control/controlclient: replace TODO with explanation | Josh Bleecher Snyder | 1 | -1/+1 |
| 2021-09-03 | types/key: add a special key with custom serialization for control private ke... | Dave Anderson | 6 | -82/+55 |
| 2021-09-03 | Revert "types/key: add MachinePrivate and MachinePublic." | David Anderson | 6 | -55/+82 |
| 2021-09-03 | types/key: add MachinePrivate and MachinePublic. | David Anderson | 6 | -82/+55 |
| 2021-09-01 | control/controlclient: remove TS_DEBUG_USE_DISCO=only. | David Anderson | 1 | -26/+1 |
| 2021-08-24 | fix: typo spelling grammar | slowy07 | 1 | -1/+1 |
| 2021-08-20 | hostinfo: add SetDeviceModel setter, move remaining code from controlclient | Brad Fitzpatrick | 5 | -199/+6 |
| 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 | 1 | -1/+1 |
| 2021-07-15 | net/portmapper: add upnp port mapping | julianknodt | 1 | -1/+5 |
| 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 |