summaryrefslogtreecommitdiffhomepage
path: root/control
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-22control/controlclient, ipn/ipnlocal, tailcfg: add MapResponse.PopBrowserURLBrad Fitzpatrick2-4/+17
2022-03-21control/controlbase: use less memory when idle (remove rxState.buf)Brad Fitzpatrick2-7/+125
2022-03-20control/controlbase: use less memory when idle (remove txState.buf)Brad Fitzpatrick1-7/+18
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder2-6/+6
2022-03-16go.mod: update to latest certstoreJosh Bleecher Snyder3-6/+6
2022-03-16control/controlclient: only build certstore-related code with the Tailscale G...Josh Bleecher Snyder3-6/+6
2022-03-10ssh/tailssh, ipnlocal, controlclient: fetch next SSHAction from networkBrad Fitzpatrick3-0/+17
2022-03-10control/controlclient: proactively close TLS connection after /key fetchBrad Fitzpatrick1-0/+8
2022-03-09control/controlclient, localapi: shorten expiry time via localapi (#4112)Nick O'Neill3-2/+27
2022-03-09control/controlbase: make Conn.Write return consumed bytesMaisem Ali1-5/+3
2022-03-09control/controlclient: make MapRequests go over noise.Maisem Ali1-10/+32
2022-03-08control/controlclient: call direct.Close after map requests are completeMaisem Ali1-3/+3
2022-03-08control/controlclient: make Auto.Shutdown call Direct.CloseMaisem Ali1-0/+4
2022-03-08control/controlclient: make RegisterRequest go over NoiseMaisem Ali1-17/+49
2022-03-08control/controlclient: fix Noise HTTP/2 regression from earlier commitBrad Fitzpatrick1-0/+9
2022-03-08control/controlclient: fix the Noise HTTP/2 timeout configBrad Fitzpatrick1-6/+15
2022-03-07control/controlclient: make SetDNS attempt to go over Noise firstMaisem Ali1-1/+43
2022-03-07tailcfg: add SetDNSResponseMaisem Ali1-1/+1
2022-03-07control/controlclient: add Noise clientMaisem Ali2-0/+191
2022-03-07control/controlclient: start fetching the server noise keyMaisem Ali1-15/+29
2022-03-06tailcfg: rename map request version to "capability version"Brad Fitzpatrick1-2/+2
2022-02-26controlhttp: add some docs, change Dial's path from /switch to /ts2021Brad Fitzpatrick1-4/+15
2022-02-18control/controlclient: use structured logging for MapResponse.ControlTimeJosh Bleecher Snyder1-1/+1
2022-02-18tailcfg: make MapResponse.ControlTime a pointerJosh Bleecher Snyder1-1/+1
2022-02-16tailcfg: add MapResponse.ControlTime fieldJosh Bleecher Snyder1-0/+3
2022-02-16tailcfg: make Node.Hostinfo a HostinfoViewMaisem Ali1-1/+3
2022-02-15tailcfg: add start of SSH policy to be sent from control plane to nodesBrad Fitzpatrick1-0/+5
2022-02-12control/controlclient: remove dummy endpoint in endpoint stripping modeBrad Fitzpatrick1-4/+1
2022-02-12all: adjust some log verbosityBrad Fitzpatrick2-12/+12
2022-02-11control/controlclient: select newer certificateAdrian Dewhurst2-5/+267
2022-02-07control/controlclient: turn off Go's implicit compressionBrad Fitzpatrick1-0/+4
2022-01-24envknob: add new package for all the strconv.ParseBool(os.Getenv(..))Brad Fitzpatrick3-28/+12