summaryrefslogtreecommitdiffhomepage
path: root/control
AgeCommit message (Expand)AuthorFilesLines
2023-08-28control/controlclient: replace a status func with Observer interfaceBrad Fitzpatrick2-14/+21
2023-08-28types/logger: add AsJSONBrad Fitzpatrick1-8/+6
2023-08-28control/controlclient: convert PeersChanged nodes to patches internallyBrad Fitzpatrick2-1/+448
2023-08-22types/netmap: remove redundant Netmap.HostinfoBrad Fitzpatrick1-3/+0
2023-08-22control/controlclient: remove quadratic allocs in mapSessionBrad Fitzpatrick2-202/+274
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-09control/controlhttp: remove tstest.Clock from tests (#8830)Andrew Lytvynov1-11/+23
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 Wang9-42/+60
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-25.github: actually run tests in CIMaisem Ali1-13/+14
2023-06-23util/goroutines: let ScrubbedGoroutineDump get only current stackBrad Fitzpatrick1-1/+1
2023-05-01control/controlclient: use dnscache.Resolver for Noise clientAndrew Dunham5-24/+87
2023-04-20all: avoid repeated default interface lookupsMihai Parparita5-5/+21
2023-04-20all: move network monitoring from wgengine/monitor to net/netmonMihai Parparita1-6/+6
2023-04-17various: add golangci-lint, fix issues (#7905)Andrew Dunham1-1/+1
2023-04-17net/dnsfallback: more explicitly pass through logf functionMihai Parparita2-2/+2
2023-04-12net/sockstats: pass in logger to sockstats.WithSockStatsMihai Parparita2-5/+5
2023-03-15control/controlclient: fix accidental backoff resetKurnia D Win1-1/+7
2023-03-12various: pass logger.Logf through to more placesAndrew Dunham2-0/+3
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 Parparita2-5/+5
2023-03-04all: use tstest.Replace moreMaisem Ali1-4/+4
2023-03-01sockstats: instrument networking code pathsMihai Parparita2-0/+11
2023-02-08control/controlhttp: don't require valid TLS cert for Noise connectionBrad Fitzpatrick3-29/+43
2023-01-30net/memnet: rename from net/nettestMaisem Ali3-15/+15
2023-01-27all: update copyright and license headersWill Norris28-84/+56