| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2022-02-16 | tailcfg: make Node.Hostinfo a HostinfoView | Maisem Ali | 2 | -14/+19 |
| 2022-02-15 | ipn: add `TailnetStatus` field to `tailscale status --json` (#3865) | Ross Zurowski | 2 | -11/+32 |
| 2022-02-14 | ipn/ipnlocal: log most of Hostinfo once non-verbose at start-up | Brad Fitzpatrick | 1 | -0/+3 |
| 2022-02-13 | net/netutil: unify two oneConnListeners into a new package | Brad Fitzpatrick | 2 | -43/+4 |
| 2022-02-12 | envknob: track, log env knobs in use | Brad Fitzpatrick | 1 | -0/+1 |
| 2022-02-12 | ipn/ipnlocal, wgengine/magicsock, logpolicy: quiet more logs | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-02-12 | all: adjust some log verbosity | Brad Fitzpatrick | 1 | -11/+11 |
| 2022-02-02 | ipn/ipnserver, util/winutil: update workaround for os/user.LookupId failures ... | Aaron Klotz | 1 | -0/+8 |
| 2022-01-31 | ipn/ipnlocal, wgengine/netstack: use netstack for peerapi server | Brad Fitzpatrick | 2 | -22/+50 |
| 2022-01-26 | ipn/ipnstate: add TailnetName to status | Brad Fitzpatrick | 2 | -0/+5 |
| 2022-01-25 | ipn/ipnserver: add TS_PERMIT_CERT_UID envknob to give webservers cert access | Brad Fitzpatrick | 3 | -1/+30 |
| 2022-01-24 | wgengine/netstack: add an SSH server experiment | Brad Fitzpatrick | 4 | -0/+22 |
| 2022-01-24 | envknob: add new package for all the strconv.ParseBool(os.Getenv(..)) | Brad Fitzpatrick | 2 | -4/+5 |
| 2022-01-10 | ipn/ipnserver: provide means of setting debug env vars on Windows | Brad Fitzpatrick | 1 | -0/+53 |