summaryrefslogtreecommitdiffhomepage
path: root/control
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-19all: start groundwork for using capver for localapi & peerapiBrad Fitzpatrick1-0/+3
2023-01-17control/controlhttp: add TS_FORCE_NOISE_443, TS_DEBUG_NOISE_DIAL envknobsBrad Fitzpatrick1-2/+25
2023-01-14ipn/ipnlocal: move handling of expired nodes to LocalBackendAndrew Dunham3-197/+11
2023-01-13control/controlhttp: fix header case-sensitivityMatthias Gabriel1-1/+2
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 Fitzpatrick4-4/+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-28control/controlhttp: remove ClientConn.UntrustedUpgradeHeadersBrad Fitzpatrick3-23/+11
2022-10-27control/controlhttp: add AcceptHTTP hook to add coalesced Server->Client writeBrad Fitzpatrick2-15/+128
2022-10-24types/persist: add PublicNodeKey helperMaisem Ali1-1/+1
2022-10-18net/wsconn: add back custom wrapper for turning a websocket.Conn into a net.ConnMihai Parparita2-2/+4
2022-10-17control/controlhttp: allow setting, getting Upgrade headers in Noise upgradeBrad Fitzpatrick6-26/+65
2022-10-17control/controlhttp: try to avoid flakes in TestDialPlanAndrew Dunham1-5/+18