summaryrefslogtreecommitdiffhomepage
path: root/control/controlclient
AgeCommit message (Expand)AuthorFilesLines
2023-08-16WIPbradfitz/gui_netmapBrad Fitzpatrick1-9/+10
2023-08-13control/controlclient: move lastUpdateGenInformed to tighter scopeBrad Fitzpatrick1-7/+7
2023-08-12control/controlclient: refactor in prep for optimized delta handlingBrad Fitzpatrick2-43/+71
2023-08-11control/controlclient: avert a data race when logging (#8863)M. J. Fromberger1-2/+5
2023-08-10control/controlclient: add Auto.updateRoutineMaisem Ali3-202/+193
2023-08-08control/controlclient: make Direct own all changes to PersistMaisem Ali1-0/+9
2023-08-08types/persist: drop duplicated Persist.LoginNameMaisem Ali1-4/+1
2023-08-08control/controlclient: use ptr.ToMaisem Ali1-2/+2
2023-08-08wgengine,ipn,cmd/tailscale: add size option to ping (#8739)salman aljammaz1-2/+2
2023-08-04control: use tstime instead of time (#8595)Claire Wang6-39/+42
2023-07-13control/controlclient: reset backoff in mapRoutine on netmap recvMaisem Ali2-1/+10
2023-07-13net/netcheck, tailcfg: add DERPHomeParams and use itAndrew Dunham2-2/+126
2023-07-07control/controlclient: use ctx passed down to NoiseClient.getConnMaisem Ali1-6/+49
2023-06-23util/goroutines: let ScrubbedGoroutineDump get only current stackBrad Fitzpatrick1-1/+1
2023-05-01control/controlclient: use dnscache.Resolver for Noise clientAndrew Dunham3-17/+65
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