| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2022-03-28 | net/netutil: add CheckIPForwardingLinux (#4301) | Maisem Ali | 1 | -94/+5 |
| 2022-03-26 | tempfork: temporarily fork gliderlabs/ssh and x/crypto/ssh | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-03-26 | ipn/ipnlocal: do not process old status messages received out of order | Maisem Ali | 2 | -2/+11 |
| 2022-03-25 | ipn/ipnstate: put SSH Host Keys in ipnstate.PeerStatus | Brad Fitzpatrick | 2 | -0/+7 |
| 2022-03-24 | client/tailscale, cmd/tailscale, localapi: add 'tailscale nc' | Brad Fitzpatrick | 1 | -0/+61 |
| 2022-03-23 | envknob, ipn/ipnlocal: add SSH admin kill switch | Brad Fitzpatrick | 1 | -4/+10 |
| 2022-03-22 | control/controlclient, ipn/ipnlocal, tailcfg: add MapResponse.PopBrowserURL | Brad Fitzpatrick | 1 | -1/+8 |
| 2022-03-17 | all: use any instead of interface{} | Josh Bleecher Snyder | 9 | -12/+12 |
| 2022-03-16 | types/views: add generic Slice[T] and remove StringSlice | Maisem Ali | 2 | -3/+3 |
| 2022-03-16 | all: use Go 1.18's strings.Cut | Brad Fitzpatrick | 1 | -3/+3 |
| 2022-03-16 | ipn/ipnserver: use strings.Cut | Josh Bleecher Snyder | 1 | -10/+1 |
| 2022-03-10 | ssh/tailssh, ipnlocal, controlclient: fetch next SSHAction from network | Brad Fitzpatrick | 2 | -0/+17 |
| 2022-03-10 | cmd/tailscale/cli, ipn: move exit node IP parsing and validation from cli int... | Aaron Klotz | 2 | -0/+243 |
| 2022-03-09 | ipn/ipnlocal: migrate all platforms to controlplane.tailscale.com | Maisem Ali | 1 | -14/+7 |
| 2022-03-09 | control/controlclient, localapi: shorten expiry time via localapi (#4112) | Nick O'Neill | 3 | -0/+46 |
| 2022-03-06 | tailcfg: rename map request version to "capability version" | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-03-04 | net/tsaddr: add func ContainsExitRoutes | Brad Fitzpatrick | 1 | -12/+2 |
| 2022-02-28 | ipn/store: [TestNewStore] do not use an empty file | Maisem Ali | 2 | -15/+3 |
| 2022-02-28 | ipn/store: add common package for instantiating ipn.StateStores | Maisem Ali | 15 | -417/+582 |
| 2022-02-24 | ssh: make it build on darwin | Brad Fitzpatrick | 2 | -4/+3 |
| 2022-02-24 | ipn/ipnlocal: generate tailscaled-owned SSH keys as needed | Brad Fitzpatrick | 2 | -10/+136 |
| 2022-02-22 | net/netutil: fix regression where peerapi would get closed after 1st req | Brad Fitzpatrick | 2 | -3/+3 |
| 2022-02-22 | ipn/ipnlocal: use views for Peer.PrimaryRoutes and Peer.Tags | Maisem Ali | 2 | -6/+18 |
| 2022-02-21 | ipn/{ipnlocal,ipnstate}: add Tags and PrimaryRoutes to PeerStatus | Maisem Ali | 2 | -7/+23 |
| 2022-02-19 | ipn/localapi: treat ACME "invalid" state as terminal, log more | Brad Fitzpatrick | 1 | -17/+12 |
| 2022-02-19 | ipn/ipnserver: let TS_PERMIT_CERT_UID contain a username too, not just uid | Brad Fitzpatrick | 1 | -1/+24 |
| 2022-02-18 | cmd/tailscaled: add `-state=mem:` to support creation of an ephemeral node. | Maisem Ali | 5 | -16/+19 |
| 2022-02-18 | types/logger, logtail: add mechanism to do structured JSON logs | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-02-17 | tailcfg, ipn/ipnlocal: add Hostinfo.SSH_HostKeys, send when SSH enabled | Brad Fitzpatrick | 3 | -6/+38 |
| 2022-02-17 | ipnlocal, tailssh: start moving host key stuff into the right spot | Brad Fitzpatrick | 1 | -0/+48 |