| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-09-24 | control/controlclient: stop restarting map polls on health change | Brad Fitzpatrick | 2 | -9/+33 |
| 2022-09-23 | control/controlclient: add a noiseClient.post helper method | Brad Fitzpatrick | 2 | -6/+17 |
| 2022-09-23 | tailcfg, control/controlhttp, control/controlclient: add ControlDialPlan fiel... | Andrew Dunham | 5 | -16/+559 |
| 2022-09-21 | control/controlclient,ipn/ipnlocal: wire tka enable/disable | Tom DNetto | 2 | -0/+19 |
| 2022-09-16 | control/controlhttp: move Dial options into options struct (#5661) | Andrew Dunham | 5 | -55/+132 |
| 2022-09-15 | refactor: move from io/ioutil to io and os packages | Eng Zer Jun | 1 | -8/+7 |
| 2022-09-15 | cmd/derper, control/controlhttp: disable WebSocket compression | Mihai Parparita | 1 | -0/+6 |
| 2022-09-15 | envknob: support changing envknobs post-init | Brad Fitzpatrick | 3 | -26/+24 |
| 2022-09-13 | cmd/tailscaled, tailcfg, hostinfo: add flag to disable logging + support | Brad Fitzpatrick | 1 | -0/+1 |
| 2022-08-29 | tailcfg, control/controlclient, ipn/ipnlocal: add c2n (control-to-node) system | Brad Fitzpatrick | 1 | -2/+64 |
| 2022-08-22 | control/controlclient,tailcfg: [capver 40] create KeySignature field in tailc... | Tom DNetto | 2 | -0/+17 |
| 2022-08-15 | cmd/tailscale/cli: fix build break | Maisem Ali | 1 | -8/+3 |
| 2022-08-15 | Allow any port for HTTPS when using Noise over TLS | Juan Font Alonso | 3 | -19/+26 |
| 2022-08-11 | tailcfg, control/controlclient: add PingRequest.URLIsNoise [capver 38] | Brad Fitzpatrick | 1 | -6/+15 |
| 2022-08-09 | tailcfg, control/controlclient: make Debug settings sticky in a map session [... | Brad Fitzpatrick | 3 | -18/+209 |
| 2022-08-04 | all: use syncs.AtomicValue | Maisem Ali | 1 | -16/+7 |
| 2022-08-04 | syncs, all: move to using Go's new atomic types instead of ours | Brad Fitzpatrick | 1 | -4/+5 |
| 2022-08-03 | all: use atomic.Pointer | Maisem Ali | 1 | -2/+2 |
| 2022-08-03 | control/controlclient: fix crash in tests elsewhere when GetNLPublicKey is nil | Brad Fitzpatrick | 1 | -5/+11 |
| 2022-08-03 | assorted: plumb tka initialization & network-lock key into tailscaled | Tom DNetto | 1 | -0/+9 |
| 2022-08-02 | control/controlclient, tailcfg: add 6 more patchable Node fields [capver 36] | Brad Fitzpatrick | 2 | -1/+117 |
| 2022-07-25 | all: convert more code to use net/netip directly | Brad Fitzpatrick | 3 | -8/+8 |
| 2022-07-25 | net/netaddr: start migrating to net/netip via new netaddr adapter package | Brad Fitzpatrick | 3 | -5/+5 |
| 2022-07-20 | tailcfg, control/controlclient: add tailcfg.PeersChangedPatch [capver 33] | Brad Fitzpatrick | 2 | -1/+68 |
| 2022-07-19 | tailcfg: remove old DNS fields | Brad Fitzpatrick | 1 | -6/+0 |
| 2022-06-19 | control/controlclient, ipn/ipnlocal: remove Client.SetExpirySooner, fix race | Brad Fitzpatrick | 1 | -4/+0 |
| 2022-06-19 | control/controlclient: remove Client.SetStatusFunc | Brad Fitzpatrick | 3 | -30/+28 |
| 2022-06-19 | control/controlclient, ipn/ipnlocal: remove some Client methods | Brad Fitzpatrick | 1 | -7/+0 |
| 2022-06-19 | control/controlclient, types/netmap: remove unused LocalPort field | Brad Fitzpatrick | 4 | -34/+15 |
| 2022-06-19 | control/controlclient: start simplifying netmap fetch APIs | Brad Fitzpatrick | 2 | -19/+29 |
| 2022-06-17 | control/controlclient, net/dnscache: use typed singleflight fork | Brad Fitzpatrick | 1 | -6/+5 |
| 2022-06-08 | control/controlhttp: use secure WebSockets protocol by default | Mihai Parparita | 1 | -4/+10 |
| 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 |