summaryrefslogtreecommitdiffhomepage
path: root/control/controlclient
AgeCommit message (Expand)AuthorFilesLines
2023-04-20all: avoid repeated default interface lookupsMihai Parparita3-4/+15
2023-04-20all: move network monitoring from wgengine/monitor to net/netmonMihai Parparita1-6/+6
2023-04-17net/dnsfallback: more explicitly pass through logf functionMihai Parparita1-1/+1
2023-04-12net/sockstats: pass in logger to sockstats.WithSockStatsMihai Parparita1-4/+4
2023-03-15control/controlclient: fix accidental backoff resetKurnia D Win1-1/+7
2023-03-12various: pass logger.Logf through to more placesAndrew Dunham1-0/+1
2023-03-09control/controlclient: improve handling of concurrent lite map requestsMaisem Ali2-43/+76
2023-03-08all: implement preauth-key support with tailnet lockTom DNetto2-1/+96
2023-03-08Revert "control/controlclient: improve handling of concurrent lite map requests"Tom DNetto1-55/+17
2023-03-07control/controlclient: improve handling of concurrent lite map requestsAndrew Dunham1-17/+55
2023-03-06sockstats: switch label to enumMihai Parparita1-4/+4
2023-03-04all: use tstest.Replace moreMaisem Ali1-4/+4
2023-03-01sockstats: instrument networking code pathsMihai Parparita1-0/+8
2023-01-27all: update copyright and license headersWill Norris15-45/+30
2023-01-19all: start groundwork for using capver for localapi & peerapiBrad Fitzpatrick1-0/+3
2023-01-14ipn/ipnlocal: move handling of expired nodes to LocalBackendAndrew Dunham3-197/+11
2023-01-11control/controlclient, tailcfg: add Node.Expired field, set for expired nodesAndrew Dunham2-10/+211
2023-01-03ipn/localapi: add localapi debug endpoints for packet filter/matchesBrad Fitzpatrick1-15/+19
2022-11-30types/ptr: move all the ptrTo funcs to one new package's ptr.ToBrad Fitzpatrick1-12/+9
2022-11-23tailcfg, ipn, controlclient: add MapResponse.ClientVersion, plumb to IPN busBrad Fitzpatrick1-9/+15
2022-11-16ipn/ipnlocal: move URL validation to LocalBackendMaisem Ali1-25/+0
2022-11-16control/controlclient: filter PopBrowserURL values to https schemesBrad Fitzpatrick1-0/+25
2022-11-15all: store NL keys per profileMaisem Ali1-18/+7
2022-11-13health: add Warnable, move ownership of warnable items to callersBrad Fitzpatrick1-3/+1
2022-11-11control/controlclient: make Status.Persist a PersistViewMaisem Ali3-11/+11
2022-11-11ipn/ipnlocal: add support for multiple user profilesMaisem Ali2-4/+10
2022-11-04all: remove old +build tagsBrad Fitzpatrick3-3/+0
2022-11-04control/controlclient: export NoiseClientMaisem Ali3-33/+43
2022-11-02client/tailscale, tsnet, ipn/ipnlocal: prove nodekey ownership over noiseBrad Fitzpatrick3-6/+60
2022-11-01control/controlclient, tailcfg: add support for EarlyNoise payload before http/2Brad Fitzpatrick2-22/+150
2022-10-31cmd,ipn/ipnlocal,tailcfg: implement TKA disablementTom DNetto3-0/+25
2022-10-30control/controlclient: add start of noise+http2 upgrade testBrad Fitzpatrick1-0/+125
2022-10-28control/controlclient: refactor noiseClient, connections, http2Brad Fitzpatrick1-23/+81
2022-10-24types/persist: add PublicNodeKey helperMaisem Ali1-1/+1
2022-10-17control/controlhttp: allow setting, getting Upgrade headers in Noise upgradeBrad Fitzpatrick1-2/+2
2022-10-14control/controlclient,ipn/ipnlocal,tailcfg: rotate node-key signature on regi...Tom DNetto1-42/+102
2022-10-10all: fix more resource leaks found by staticmajorEmmanuel T Odeke1-1/+7
2022-10-06wgengine/wgcfg: plumb down audit log IDs (#5855)Joe Tsai1-14/+19
2022-09-29all: fix spelling mistakesJosh Soref3-3/+3
2022-09-26ipn/ipnlocal: add c2n /debug/{goroutines,prefs,metrics}Brad Fitzpatrick2-114/+3
2022-09-25control/controlclient: fix recent set-dns regressionBrad Fitzpatrick1-1/+1
2022-09-24control/controlclient: stop restarting map polls on health changeBrad Fitzpatrick2-9/+33
2022-09-23control/controlclient: add a noiseClient.post helper methodBrad Fitzpatrick2-6/+17
2022-09-23tailcfg, control/controlhttp, control/controlclient: add ControlDialPlan fiel...Andrew Dunham2-7/+95
2022-09-21control/controlclient,ipn/ipnlocal: wire tka enable/disableTom DNetto2-0/+19
2022-09-16control/controlhttp: move Dial options into options struct (#5661)Andrew Dunham1-1/+9
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-8/+7
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick2-20/+20
2022-09-13cmd/tailscaled, tailcfg, hostinfo: add flag to disable logging + supportBrad Fitzpatrick1-0/+1
2022-08-29tailcfg, control/controlclient, ipn/ipnlocal: add c2n (control-to-node) systemBrad Fitzpatrick1-2/+64