| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-06-07 | net/wsconn: remove homegrown wrapper for turning a websocket.Conn into a net.... | Mihai Parparita | 2 | -4/+2 |
| 2022-06-06 | cmd/controlclient: wire up PingRequest peerapi pings too | Brad Fitzpatrick | 1 | -11/+15 |
| 2022-06-03 | cmd/tailscale: surface authentication errors in status.Health (#4748) | Jordan Whited | 1 | -0/+4 |
| 2022-06-02 | control/controlhttp: allow client and server to communicate over WebSockets | Mihai Parparita | 5 | -21/+123 |
| 2022-05-20 | control/controlclient: avoid Noise protocol for js/wasm for now | Brad Fitzpatrick | 1 | -0/+6 |
| 2022-05-03 | control/controlclient: store netinfo and hostinfo separately | Maisem Ali | 4 | -27/+30 |
| 2022-05-03 | wgengine, net/packet, cmd/tailscale: add ICMP echo | James Tucker | 1 | -9/+8 |
| 2022-04-28 | control/controlhttp: don't assume port 80 upgrade response will work | Brad Fitzpatrick | 2 | -48/+106 |
| 2022-04-27 | net/tsdial: add SystemDial as a wrapper on netns.Dial | Maisem Ali | 5 | -14/+23 |
| 2022-04-27 | control/controlhttp: start port 443 fallback sooner if 80's stuck | Brad Fitzpatrick | 1 | -31/+82 |
| 2022-04-26 | control/controlclient: fix log print with always-empty key | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-04-21 | util/mak: move tailssh's mapSet into a new package for reuse elsewhere | Brad Fitzpatrick | 1 | -4/+2 |
| 2022-04-18 | tailcfg, logtail: provide Debug bit to disable logtail | Brad Fitzpatrick | 1 | -0/+4 |
| 2022-04-15 | tailcfg, control/controlclient: TSMP & disco pings | James Tucker | 2 | -34/+46 |
| 2022-04-07 | control/controlbase: don't enforce a max protocol version at handshake time. | David Anderson | 6 | -28/+18 |
| 2022-04-07 | control/controlbase: make the protocol version number selectable. | David Anderson | 10 | -44/+98 |
| 2022-03-28 | net/netutil: add CheckIPForwardingLinux (#4301) | Maisem Ali | 1 | -81/+9 |
| 2022-03-24 | net/netutil: move some net utils from control/controlhttp to netutil | Brad Fitzpatrick | 2 | -42/+4 |
| 2022-03-22 | control/controlclient, ipn/ipnlocal, tailcfg: add MapResponse.PopBrowserURL | Brad Fitzpatrick | 2 | -4/+17 |
| 2022-03-21 | control/controlbase: use less memory when idle (remove rxState.buf) | Brad Fitzpatrick | 2 | -7/+125 |
| 2022-03-20 | control/controlbase: use less memory when idle (remove txState.buf) | Brad Fitzpatrick | 1 | -7/+18 |
| 2022-03-17 | all: use any instead of interface{} | Josh Bleecher Snyder | 2 | -6/+6 |
| 2022-03-16 | go.mod: update to latest certstore | Josh Bleecher Snyder | 3 | -6/+6 |
| 2022-03-16 | control/controlclient: only build certstore-related code with the Tailscale G... | Josh Bleecher Snyder | 3 | -6/+6 |
| 2022-03-10 | ssh/tailssh, ipnlocal, controlclient: fetch next SSHAction from network | Brad Fitzpatrick | 3 | -0/+17 |
| 2022-03-10 | control/controlclient: proactively close TLS connection after /key fetch | Brad Fitzpatrick | 1 | -0/+8 |
| 2022-03-09 | control/controlclient, localapi: shorten expiry time via localapi (#4112) | Nick O'Neill | 3 | -2/+27 |
| 2022-03-09 | control/controlbase: make Conn.Write return consumed bytes | Maisem Ali | 1 | -5/+3 |
| 2022-03-09 | control/controlclient: make MapRequests go over noise. | Maisem Ali | 1 | -10/+32 |
| 2022-03-08 | control/controlclient: call direct.Close after map requests are complete | Maisem Ali | 1 | -3/+3 |
| 2022-03-08 | control/controlclient: make Auto.Shutdown call Direct.Close | Maisem Ali | 1 | -0/+4 |
| 2022-03-08 | control/controlclient: make RegisterRequest go over Noise | Maisem Ali | 1 | -17/+49 |
| 2022-03-08 | control/controlclient: fix Noise HTTP/2 regression from earlier commit | Brad Fitzpatrick | 1 | -0/+9 |
| 2022-03-08 | control/controlclient: fix the Noise HTTP/2 timeout config | Brad Fitzpatrick | 1 | -6/+15 |
| 2022-03-07 | control/controlclient: make SetDNS attempt to go over Noise first | Maisem Ali | 1 | -1/+43 |
| 2022-03-07 | tailcfg: add SetDNSResponse | Maisem Ali | 1 | -1/+1 |
| 2022-03-07 | control/controlclient: add Noise client | Maisem Ali | 2 | -0/+191 |
| 2022-03-07 | control/controlclient: start fetching the server noise key | Maisem Ali | 1 | -15/+29 |
| 2022-03-06 | tailcfg: rename map request version to "capability version" | Brad Fitzpatrick | 1 | -2/+2 |
| 2022-02-26 | controlhttp: add some docs, change Dial's path from /switch to /ts2021 | Brad Fitzpatrick | 1 | -4/+15 |
| 2022-02-18 | control/controlclient: use structured logging for MapResponse.ControlTime | Josh Bleecher Snyder | 1 | -1/+1 |
| 2022-02-18 | tailcfg: make MapResponse.ControlTime a pointer | Josh Bleecher Snyder | 1 | -1/+1 |
| 2022-02-16 | tailcfg: add MapResponse.ControlTime field | Josh Bleecher Snyder | 1 | -0/+3 |
| 2022-02-16 | tailcfg: make Node.Hostinfo a HostinfoView | Maisem Ali | 1 | -1/+3 |
| 2022-02-15 | tailcfg: add start of SSH policy to be sent from control plane to nodes | Brad Fitzpatrick | 1 | -0/+5 |
| 2022-02-12 | control/controlclient: remove dummy endpoint in endpoint stripping mode | Brad Fitzpatrick | 1 | -4/+1 |
| 2022-02-12 | all: adjust some log verbosity | Brad Fitzpatrick | 2 | -12/+12 |
| 2022-02-11 | control/controlclient: select newer certificate | Adrian Dewhurst | 2 | -5/+267 |
| 2022-02-07 | control/controlclient: turn off Go's implicit compression | Brad Fitzpatrick | 1 | -0/+4 |
| 2022-01-24 | envknob: add new package for all the strconv.ParseBool(os.Getenv(..)) | Brad Fitzpatrick | 3 | -28/+12 |