| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-06-08 | Update a Taildrop error message (#4818) | Praneet Loke | 2 | -3/+3 |
| 2022-06-07 | ipn/ipnstate: add ExitNodeStatus to share the exit node if it is in use, the ... | Melanie Warrick | 2 | -0/+30 |
| 2022-06-06 | wasm: exclude code that's not used on iOS for Wasm too | Mihai Parparita | 4 | -8/+8 |
| 2022-06-06 | cmd/controlclient: wire up PingRequest peerapi pings too | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-06-03 | ipn/ipnlocal: prevent attempting to run SSH on Synology for now | Brad Fitzpatrick | 1 | -1/+4 |
| 2022-06-03 | ipn/ipnserver, cmd/tailscaled: fix peerapi on Windows | Brad Fitzpatrick | 2 | -15/+22 |
| 2022-06-03 | cmd/tailscale: surface authentication errors in status.Health (#4748) | Jordan Whited | 1 | -1/+3 |
| 2022-05-30 | ipn/ipnlocal: shutdown sshServer on tailscale down | Maisem Ali | 2 | -16/+36 |
| 2022-05-28 | cmd/tailscale, ipn/ipnlocal: add "peerapi" ping type | Brad Fitzpatrick | 2 | -0/+56 |
| 2022-05-28 | ssh/tailssh: terminate sessions when tailscaled shutsdown | Maisem Ali | 1 | -0/+6 |
| 2022-05-27 | ipn/localapi: implement LoginInteractive via localapi | Joel Cressy | 1 | -0/+16 |
| 2022-05-19 | ipn/ipnserver: fix build on js/wasm | Brad Fitzpatrick | 2 | -0/+20 |
| 2022-05-14 | ipn/ipnlocal: add missing place where we set the SSH atomic | Brad Fitzpatrick | 1 | -0/+1 |
| 2022-05-06 | tailcfg,all: change structs to []*dnstype.Resolver | Maisem Ali | 2 | -19/+20 |
| 2022-05-06 | cmd/cloner,util/codegen: refactor cloner internals to allow reuse | Maisem Ali | 2 | -3/+2 |
| 2022-05-06 | wgengine/netstack, ipn/ipnlocal: serve http://100.100.100.100/ | Brad Fitzpatrick | 1 | -0/+35 |
| 2022-05-03 | ipn/ipnlocal: move Ping method from IPN bus to LocalBackend (HTTP) | Brad Fitzpatrick | 5 | -45/+51 |
| 2022-05-03 | control/controlclient: store netinfo and hostinfo separately | Maisem Ali | 1 | -5/+1 |
| 2022-05-03 | wgengine, net/packet, cmd/tailscale: add ICMP echo | James Tucker | 5 | -11/+11 |
| 2022-04-30 | cmd/tailscaled,ipn/ipnlocal,wgengine/...: pass dns.Manager into netstack | Tom DNetto | 2 | -3/+3 |
| 2022-04-29 | ssh/tailssh,ipn/ipnlocal: terminate any active sessions on `up --ssh=false` | Maisem Ali | 1 | -0/+4 |
| 2022-04-29 | ipn: remove FakeExpireAfter Backend function | Mihai Parparita | 5 | -52/+0 |
| 2022-04-29 | ipn: remove enforceDefaults option from PrefsFromBytes | Mihai Parparita | 3 | -11/+5 |
| 2022-04-27 | net/tsdial: add SystemDial as a wrapper on netns.Dial | Maisem Ali | 1 | -0/+1 |
| 2022-04-27 | ipn/ipnlocal/peerapi: add endpoint to list local interfaces | Maisem Ali | 1 | -0/+37 |
| 2022-04-26 | ipn/ipnlocal: add Wake-on-LAN function to peerapi | Brad Fitzpatrick | 1 | -2/+67 |
| 2022-04-26 | ipn: always treat login.tailscale.com as controlplane.tailscale.com | Brad Fitzpatrick | 2 | -1/+21 |
| 2022-04-25 | ipn: add IPCVersion override func | Brad Fitzpatrick | 1 | -6/+20 |
| 2022-04-25 | ipn/ipnlocal: do not initialize peer api listeners when shutting down | Maisem Ali | 2 | -1/+6 |
| 2022-04-21 | util/mak: move tailssh's mapSet into a new package for reuse elsewhere | Brad Fitzpatrick | 1 | -4/+2 |
| 2022-04-20 | ipn/ipnlocal: close peerapi listeners on LocalBackend.Shutdown | Brad Fitzpatrick | 1 | -0/+1 |
| 2022-04-20 | ipn/ipnlocal: use the fake peerapi listener as fallback if netstack available | Brad Fitzpatrick | 1 | -2/+9 |
| 2022-04-20 | ipn/ipnlocal: make peerapi listener on Android avoid the kernel | Brad Fitzpatrick | 1 | -0/+54 |
| 2022-04-20 | ipn/ipnlocal: reject tailscale up --ssh if disabled on tailnet | Brad Fitzpatrick | 1 | -0/+4 |
| 2022-04-19 | net/dns: schedule DoH upgrade explicitly, fix Resolver.Addr confusion | Brad Fitzpatrick | 2 | -15/+5 |
| 2022-04-18 | ipn/ipnlocal: also use SSHPolicies when updating filterHash | Maisem Ali | 1 | -1/+5 |
| 2022-04-18 | ipn/ipnlocal: add capability for debugging peers over peerapi | Brad Fitzpatrick | 1 | -23/+21 |
| 2022-04-18 | cmd/tailscale, etc: make "tailscale up --ssh" fail fast when unavailable | Brad Fitzpatrick | 2 | -1/+70 |
| 2022-04-17 | ssh/tailssh: close sessions on policy change if no longer allowed | Brad Fitzpatrick | 1 | -0/+9 |
| 2022-04-17 | ipn/ipnlocal: only call updateFilter with mutex held | Brad Fitzpatrick | 1 | -15/+16 |
| 2022-04-17 | ipn/ipnlocal: add start of inter-user Taildrop | Brad Fitzpatrick | 2 | -3/+25 |
| 2022-04-17 | all: add arbitrary capability support | Brad Fitzpatrick | 2 | -0/+25 |
| 2022-04-15 | tailcfg, control/controlclient: TSMP & disco pings | James Tucker | 1 | -0/+18 |
| 2022-04-15 | ssh/tailssh: make the SSH server a singleton, register with LocalBackend | Brad Fitzpatrick | 1 | -0/+28 |
| 2022-04-14 | tailcfg, ipn/ipnlocal: add debug flag to enable one-big-CGNAT/10 route | Brad Fitzpatrick | 1 | -3/+8 |
| 2022-04-13 | ipn/ipnlocal: make peerIPs return a sorted slice | Maisem Ali | 2 | -1/+35 |
| 2022-04-12 | ipn/ipnstate: make status page more mobile-friendly | Ilya Mateyko | 1 | -0/+1 |
| 2022-04-12 | cmd/tailscale: add id-token subcommand | Maisem Ali | 1 | -5/+0 |
| 2022-04-11 | net/tsaddr, wgengine/netstack: add IPv6 range that forwards to site-relative ... | Brad Fitzpatrick | 1 | -4/+27 |
| 2022-04-05 | ipn/localapi: add endpoint to request id token | Maisem Ali | 1 | -0/+52 |