summaryrefslogtreecommitdiffhomepage
path: root/control/controlclient
AgeCommit message (Expand)AuthorFilesLines
2023-08-21control/controlclient: don't clone self node on each NetworkMapBrad Fitzpatrick1-11/+11
2023-08-21types/netmap, all: make NetworkMap.SelfNode a tailcfg.NodeViewBrad Fitzpatrick3-6/+6
2023-08-21control/controlclient: flesh out mapSession to break up gigantic methodBrad Fitzpatrick3-114/+284
2023-08-20types/netmap: move some mutations earlier, remove, document some fieldsBrad Fitzpatrick3-18/+42
2023-08-20control/controlclient: scope a variable tighter, de-pointer a *time.TimeBrad Fitzpatrick1-8/+7
2023-08-20ipn/ipnstate: add PeerStatus.AltSharerUserID, stop mangling Node.UserBrad Fitzpatrick1-1/+1
2023-08-19control/controlclient: remove Opts.KeepSharerAndUserSplitBrad Fitzpatrick2-57/+45
2023-08-18types/netmap, all: use read-only tailcfg.NodeView in NetworkMapBrad Fitzpatrick1-1/+8
2023-08-17all: remove some Debug fields, NetworkMap.Debug, Reconfig Debug argBrad Fitzpatrick2-101/+0
2023-08-17tailcfg: add nodeAttrs for forcing OneCGNAT on/off [capver 71]Brad Fitzpatrick1-6/+40
2023-08-17tailcfg: remove most Debug fields, move bulk to nodeAttrs [capver 70]Brad Fitzpatrick3-111/+32
2023-08-16tailcfg: move LogHeapPprof from Debug to c2n [capver 69]Brad Fitzpatrick2-47/+0
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