| 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-11 | net/tsaddr, wgengine/netstack: add IPv6 range that forwards to site-relative ... | Brad Fitzpatrick | 1 | -4/+27 |
| 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 | 1 | -0/+1 |
| 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 | 3 | -3/+3 |
| 2022-03-16 | types/views: add generic Slice[T] and remove StringSlice | Maisem Ali | 1 | -2/+2 |
| 2022-03-10 | ssh/tailssh, ipnlocal, controlclient: fetch next SSHAction from network | Brad Fitzpatrick | 2 | -0/+17 |
| 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 | 2 | -0/+15 |
| 2022-03-06 | tailcfg: rename map request version to "capability version" | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-02-28 | ipn/store: add common package for instantiating ipn.StateStores | Maisem Ali | 3 | -4/+7 |
| 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 | 1 | -2/+2 |
| 2022-02-22 | ipn/ipnlocal: use views for Peer.PrimaryRoutes and Peer.Tags | Maisem Ali | 1 | -2/+13 |
| 2022-02-21 | ipn/{ipnlocal,ipnstate}: add Tags and PrimaryRoutes to PeerStatus | Maisem Ali | 1 | -0/+2 |
| 2022-02-18 | cmd/tailscaled: add `-state=mem:` to support creation of an ephemeral node. | Maisem Ali | 4 | -15/+10 |
| 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 | 1 | -2/+7 |
| 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 | 1 | -19/+2 |
| 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-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 | 1 | -0/+1 |
| 2022-01-24 | wgengine/netstack: add an SSH server experiment | Brad Fitzpatrick | 1 | -0/+10 |
| 2022-01-24 | envknob: add new package for all the strconv.ParseBool(os.Getenv(..)) | Brad Fitzpatrick | 1 | -2/+3 |
| 2022-01-06 | ipn/ipnlocal: fix cert fetching on macOS GUI platforms | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-01-04 | ipnlocal, net/{dns,tsaddr,tstun}, wgengine: support MagicDNS on IPv6 | Brad Fitzpatrick | 2 | -2/+6 |
| 2021-12-28 | ipn/localapi: add debug handler to Rebind, ReSTUN magicsock | Brad Fitzpatrick | 1 | -0/+31 |
| 2021-12-21 | net/dns/resolver: add debug HTML handler to see what DNS traffic was forwarded | Brad Fitzpatrick | 1 | -0/+17 |
| 2021-12-21 | wgengine/magicsock: add HTML debug handler to see magicsock state | Brad Fitzpatrick | 1 | -0/+18 |
| 2021-12-16 | ipn/ipnlocal: make TestShrinkDefaultRoute hermetic | Josh Bleecher Snyder | 2 | -14/+34 |
| 2021-12-16 | ipn/ipnlocal, health: populate self node's Online bit in tailscale status | Brad Fitzpatrick | 1 | -0/+1 |
| 2021-12-15 | ipn/ipnlocal: clear magicsock's netmap on logout | Josh Bleecher Snyder | 1 | -0/+1 |
| 2021-12-15 | ipn/ipnlocal: deflake (mostly) TestStateMachine | Brad Fitzpatrick | 1 | -3/+16 |
| 2021-12-15 | all: gofmt -w -s (simplify) tests | Brad Fitzpatrick | 1 | -6/+6 |
| 2021-12-10 | net/dns/resolver: add Windows ExitDNS service support, using net package | Brad Fitzpatrick | 1 | -2/+1 |
| 2021-12-09 | ipn/ipnstate: remove old deprecated TailAddr IPv4-only field | Brad Fitzpatrick | 1 | -22/+14 |
| 2021-12-08 | net/dns: add GetBaseConfig to CallbackRouter. | Denton Gentry | 2 | -29/+5 |
| 2021-12-08 | ipn/ipnstate, cmd/tailscale: add Online bool to tailscale status & --json | Brad Fitzpatrick | 1 | -0/+1 |