summaryrefslogtreecommitdiffhomepage
path: root/control/controlclient
AgeCommit message (Expand)AuthorFilesLines
2021-11-18net/netns: thread logf into control functionsJosh Bleecher Snyder1-1/+1
2021-11-16netcheck, controlclient, magicsock: add more metricsBrad Fitzpatrick1-1/+43
2021-11-10hostinfo, control/controlclient: tell control when Ubuntu has disabled Tailsc...Brad Fitzpatrick1-0/+3
2021-11-10control/controlclient: rename a variable to not shadow a package nameBrad Fitzpatrick1-8/+8
2021-11-07control/controlclient: make js/wasm work with Go 1.18+Brad Fitzpatrick1-0/+7
2021-11-03ipn/ipnlocal, control/controlclient: don't propagate all map errors to UIBrad Fitzpatrick2-1/+7
2021-11-03all: replace tailcfg.DiscoKey with key.DiscoPublic.David Anderson1-2/+2
2021-11-02tailcfg: use key.NodePublic in wire protocol types.David Anderson1-3/+3
2021-11-01types/netmap: use key.NodePublic instead of tailcfg.NodeKey.David Anderson1-1/+1
2021-11-01tailcfg, control/controlclient: add method to exit client from control planeBrad Fitzpatrick1-0/+4
2021-10-29various: use NodePublic.AsNodeKey() instead of tailcfg.NodeKeyFromNodePublic()David Anderson2-4/+4
2021-10-28control/controlclient: stop using wgkey.David Anderson4-31/+19
2021-10-28control/controlclient: add a LoginEphemeral LoginFlags bitBrad Fitzpatrick2-0/+2
2021-10-28types/netmap: use new node key type.David Anderson1-1/+2
2021-10-28types/persist: use new node key type.David Anderson2-7/+7
2021-10-27control/controlclient,tailcfg: propagate registration errors to the frontendMaisem Ali3-6/+6
2021-10-12all: fix spelling mistakesnicksherron2-2/+2
2021-09-19tailcfg, health: add way for control plane to add problems to health checkBrad Fitzpatrick1-0/+5
2021-09-17control/controlclient: update machine certificate signature versionAdrian Dewhurst2-9/+24
2021-09-15control/controlclient: replace TODO with explanationJosh Bleecher Snyder1-1/+1
2021-09-03types/key: add a special key with custom serialization for control private ke...Dave Anderson6-82/+55
2021-09-03Revert "types/key: add MachinePrivate and MachinePublic."David Anderson6-55/+82
2021-09-03types/key: add MachinePrivate and MachinePublic.David Anderson6-82/+55
2021-09-01control/controlclient: remove TS_DEBUG_USE_DISCO=only.David Anderson1-26/+1
2021-08-24fix: typo spelling grammarslowy071-1/+1
2021-08-20hostinfo: add SetDeviceModel setter, move remaining code from controlclientBrad Fitzpatrick5-199/+6
2021-08-18control/controlclient: tweak a couple error messagesBrad Fitzpatrick1-2/+2
2021-08-18tailcfg: add IP and Types field to PingRequestSimeng He2-0/+113
2021-08-17control/controlclient: do not periodically print full netmapJosh Bleecher Snyder1-6/+5
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder3-0/+3
2021-07-26control/controlclient: report whether we're in a snap packageBrad Fitzpatrick1-0/+7
2021-07-22control/controlclient: grow goroutine debug buffer as neededBrad Fitzpatrick1-2/+11
2021-07-22control/controlclient: don't use regexp in goroutine stack scrubbingBrad Fitzpatrick2-9/+72
2021-07-15control/{controlknobs,controlclient}: simplify knobs API, fix controlclient c...Brad Fitzpatrick1-1/+1
2021-07-15net/portmapper: add upnp port mappingjulianknodt1-1/+5
2021-06-28control/controlclient: add debug knob to force node to only IPv6 self addrBrad Fitzpatrick1-1/+20
2021-06-28controlclient: log server key and URLDavid Crawshaw1-0/+1
2021-06-17hostinfo: add hostinfo package, move stuff out of controlclientBrad Fitzpatrick1-70/+4
2021-06-16control/controlclient: fix typo/braino in error messageBrad Fitzpatrick1-1/+1
2021-06-15tailcfg, control/controlclient: clarify more, enforce PingRequest.URL is uniqueBrad Fitzpatrick1-1/+19
2021-06-14hostinfo: capitalization of AWSDenton Gentry1-2/+2
2021-06-14hostinfo: detect when running in Azure App Service.Denton Gentry1-0/+12
2021-06-14hostinfo: detect Heroku Dyno.Denton Gentry1-0/+10
2021-06-14hostinfo: detect AWS Lambda as a container.Denton Gentry1-0/+14
2021-06-08control/controlclient: add Pinger interface, Options.PingerSimeng He1-0/+15
2021-06-07ipn/{ipnlocal,localapi}, control/controlclient: add SetDNS localapiBrad Fitzpatrick3-0/+56
2021-05-31ipnlocal: don't assume NeedsLogin immediately after StartLogout().Avery Pennarun3-14/+20
2021-05-28control/controlclient: use our fork of certstoreAdrian Dewhurst1-1/+1
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder2-4/+4
2021-05-12controlclient: update Persist.LoginName when it changes.Avery Pennarun1-2/+2