summaryrefslogtreecommitdiffhomepage
path: root/control
AgeCommit message (Expand)AuthorFilesLines
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
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-26control/controlhttp: use custom port for non-localhost JS noise client connec...Mihai Parparita1-2/+4
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 Dunham5-16/+559
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 Dunham5-55/+132
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-8/+7
2022-09-15cmd/derper, control/controlhttp: disable WebSocket compressionMihai Parparita1-0/+6
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick3-26/+24
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
2022-08-22control/controlclient,tailcfg: [capver 40] create KeySignature field in tailc...Tom DNetto2-0/+17
2022-08-15cmd/tailscale/cli: fix build breakMaisem Ali1-8/+3
2022-08-15Allow any port for HTTPS when using Noise over TLSJuan Font Alonso3-19/+26
2022-08-11tailcfg, control/controlclient: add PingRequest.URLIsNoise [capver 38]Brad Fitzpatrick1-6/+15
2022-08-09tailcfg, control/controlclient: make Debug settings sticky in a map session [...Brad Fitzpatrick3-18/+209
2022-08-04all: use syncs.AtomicValueMaisem Ali1-16/+7
2022-08-04syncs, all: move to using Go's new atomic types instead of oursBrad Fitzpatrick1-4/+5
2022-08-03all: use atomic.PointerMaisem Ali1-2/+2
2022-08-03control/controlclient: fix crash in tests elsewhere when GetNLPublicKey is nilBrad Fitzpatrick1-5/+11
2022-08-03assorted: plumb tka initialization & network-lock key into tailscaledTom DNetto1-0/+9
2022-08-02control/controlclient, tailcfg: add 6 more patchable Node fields [capver 36]Brad Fitzpatrick2-1/+117
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick3-8/+8
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick3-5/+5
2022-07-20tailcfg, control/controlclient: add tailcfg.PeersChangedPatch [capver 33]Brad Fitzpatrick2-1/+68