summaryrefslogtreecommitdiffhomepage
path: root/control
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-19tailcfg: remove old DNS fieldsBrad Fitzpatrick1-6/+0
2022-06-19control/controlclient, ipn/ipnlocal: remove Client.SetExpirySooner, fix raceBrad Fitzpatrick1-4/+0
2022-06-19control/controlclient: remove Client.SetStatusFuncBrad Fitzpatrick3-30/+28
2022-06-19control/controlclient, ipn/ipnlocal: remove some Client methodsBrad Fitzpatrick1-7/+0
2022-06-19control/controlclient, types/netmap: remove unused LocalPort fieldBrad Fitzpatrick4-34/+15
2022-06-19control/controlclient: start simplifying netmap fetch APIsBrad Fitzpatrick2-19/+29
2022-06-17control/controlclient, net/dnscache: use typed singleflight forkBrad Fitzpatrick1-6/+5
2022-06-08control/controlhttp: use secure WebSockets protocol by defaultMihai Parparita1-4/+10
2022-06-07net/wsconn: remove homegrown wrapper for turning a websocket.Conn into a net....Mihai Parparita2-4/+2
2022-06-06cmd/controlclient: wire up PingRequest peerapi pings tooBrad Fitzpatrick1-11/+15
2022-06-03cmd/tailscale: surface authentication errors in status.Health (#4748)Jordan Whited1-0/+4
2022-06-02control/controlhttp: allow client and server to communicate over WebSocketsMihai Parparita5-21/+123
2022-05-20control/controlclient: avoid Noise protocol for js/wasm for nowBrad Fitzpatrick1-0/+6
2022-05-03control/controlclient: store netinfo and hostinfo separatelyMaisem Ali4-27/+30
2022-05-03wgengine, net/packet, cmd/tailscale: add ICMP echoJames Tucker1-9/+8
2022-04-28control/controlhttp: don't assume port 80 upgrade response will workBrad Fitzpatrick2-48/+106
2022-04-27net/tsdial: add SystemDial as a wrapper on netns.DialMaisem Ali5-14/+23
2022-04-27control/controlhttp: start port 443 fallback sooner if 80's stuckBrad Fitzpatrick1-31/+82
2022-04-26control/controlclient: fix log print with always-empty keyBrad Fitzpatrick1-1/+1
2022-04-21util/mak: move tailssh's mapSet into a new package for reuse elsewhereBrad Fitzpatrick1-4/+2
2022-04-18tailcfg, logtail: provide Debug bit to disable logtailBrad Fitzpatrick1-0/+4
2022-04-15tailcfg, control/controlclient: TSMP & disco pingsJames Tucker2-34/+46
2022-04-07control/controlbase: don't enforce a max protocol version at handshake time.David Anderson6-28/+18
2022-04-07control/controlbase: make the protocol version number selectable.David Anderson10-44/+98
2022-03-28net/netutil: add CheckIPForwardingLinux (#4301)Maisem Ali1-81/+9
2022-03-24net/netutil: move some net utils from control/controlhttp to netutilBrad Fitzpatrick2-42/+4