| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-11-14 | ipn/ipnlocal: fix controlclient reentrancy when deleting profile during logoutmihaip/logout-async-start | Mihai Parparita | 5 | -8/+66 |
| 2022-11-14 | tsnet: add Server.ControlURL option | Brad Fitzpatrick | 1 | -0/+5 |
| 2022-11-14 | portlist: fix data race | Brad Fitzpatrick | 2 | -10/+85 |
| 2022-11-14 | ipn/ipnlocal: fix checks for node-key presence in TKA logic | Tom DNetto | 1 | -4/+11 |
| 2022-11-14 | ipn/localapi: add LocalAPI endpoints for profile switching | Mihai Parparita | 1 | -0/+85 |
| 2022-11-14 | cmd/tailscale,ipn: support disablement args in lock cli, implement disable | Tom DNetto | 4 | -29/+187 |
| 2022-11-14 | net/tshttpproxy: don't ignore env-based HTTP proxies after system lookups fail | Brad Fitzpatrick | 2 | -5/+40 |
| 2022-11-14 | cmd/tailscale/cli: add debug 2021 --verbose flag | Brad Fitzpatrick | 2 | -3/+31 |
| 2022-11-14 | tailcfg: bump capver for ingress | Maisem Ali | 1 | -1/+2 |
| 2022-11-13 | cmd/tailscale/cli: update serve debug set command after FUS profile change | Brad Fitzpatrick | 2 | -16/+14 |
| 2022-11-13 | ipn/ipnlocal: fix error message typo in ingress peerapi handler | Brad Fitzpatrick | 1 | -2/+2 |
| 2022-11-13 | ipn/ipnlocal: don't warn about serve listener failing on IPv6-less machines | Brad Fitzpatrick | 2 | -1/+30 |
| 2022-11-13 | net/dns: add a health warning when Linux /etc/resolv.conf is overwritten | Brad Fitzpatrick | 1 | -4/+5 |
| 2022-11-13 | health: add Warnable, move ownership of warnable items to callers | Brad Fitzpatrick | 5 | -26/+135 |
| 2022-11-13 | licenses: update tailscale{,d} licenses | License Updater | 1 | -0/+1 |
| 2022-11-12 | net/dns: make "direct" mode on Linux warn on resolv.conf fights | Brad Fitzpatrick | 6 | -7/+157 |
| 2022-11-13 | ipn/ipnlocal: call restart backend on user changes | Maisem Ali | 1 | -2/+9 |
| 2022-11-13 | cmd/tailscale/cli: [set] handle selectively modifying routes/exit node | Maisem Ali | 7 | -19/+199 |
| 2022-11-13 | ipn/ipnlocal: delete profile on logout | Maisem Ali | 4 | -29/+50 |
| 2022-11-12 | cmd/tailscale/cli: continue fleshing out serve CLI tests | Brad Fitzpatrick | 3 | -17/+232 |
| 2022-11-12 | cmd/tailscale/cli: move earlier shell test to its own files | Brad Fitzpatrick | 3 | -48/+67 |
| 2022-11-12 | ipn/ipnlocal: make TKA tests not have side effects | Maisem Ali | 1 | -0/+6 |
| 2022-11-11 | cmd/tailscale/cli: add outline of serve CLI tests | Brad Fitzpatrick | 1 | -0/+48 |
| 2022-11-11 | ipn/ipnlocal: listen to serve ports on netmap addrs (#6282) | shayne | 2 | -41/+182 |
| 2022-11-11 | tsnet: be stricter about arguments to Server.Listen | Brad Fitzpatrick | 2 | -10/+46 |
| 2022-11-11 | cmd/tailscale: make "up", "status" warn if routes and --accept-routes off | Brad Fitzpatrick | 8 | -30/+108 |
| 2022-11-11 | net/dns/resolver: add yet another 4via6 DNS form that's hopefully more robust | Brad Fitzpatrick | 2 | -6/+34 |
| 2022-11-11 | licenses: update tailscale{,d} licenses | License Updater | 1 | -0/+1 |
| 2022-11-11 | cmd/tailscale/cli: start making cert output support pkcs12 (p12) output | Brad Fitzpatrick | 4 | -8/+48 |
| 2022-11-11 | wgengine/router: [bsd/darwin] remove and readd routes on profile change | Maisem Ali | 1 | -11/+15 |
| 2022-11-11 | cmd/tailscale,ipn: minor fixes to tailscale lock commands | Tom DNetto | 6 | -7/+116 |
| 2022-11-11 | licenses: update win/apple licenses | License Updater | 2 | -7/+7 |
| 2022-11-11 | ipn: add AdvertisesExitNode and AdminPageURL accessors to PrefsView | Maisem Ali | 1 | -0/+7 |
| 2022-11-11 | ipn/ipnlocal: use updated prefs in tkaSyncIfNeeded | Maisem Ali | 3 | -7/+8 |
| 2022-11-10 | client/tailscale: remove some json.Unmarshal repetition, add helper | Brad Fitzpatrick | 1 | -55/+18 |
| 2022-11-11 | control/controlclient: make Status.Persist a PersistView | Maisem Ali | 6 | -15/+25 |
| 2022-11-11 | ipn/ipnlocal: add support for multiple user profiles | Maisem Ali | 29 | -436/+1106 |
| 2022-11-10 | ipn/ipnlocal: add optional TLS termination on proxied TCP connections | Brad Fitzpatrick | 4 | -14/+28 |
| 2022-11-11 | repo: add .vscode/ to .gitignore (#6278) | shayne | 1 | -0/+3 |
| 2022-11-10 | client/tailscale: make a helper for json.Marshal'ed request bodies | Brad Fitzpatrick | 1 | -15/+27 |
| 2022-11-10 | licenses: update tailscale{,d} licenses | License Updater | 1 | -6/+6 |
| 2022-11-10 | client/tailscale: document ServeConfig accessors a bit more | Brad Fitzpatrick | 2 | -3/+36 |
| 2022-11-10 | ssh/tailssh: add Tailscale SSH (server) support on FreeBSD | Pat Maddox | 10 | -25/+43 |
| 2022-11-10 | ipn/localapi: introduce get/set config for serve (#6243) | shayne | 7 | -10/+112 |
| 2022-11-10 | ipn/ipnlocal: support serving files/directories too | Brad Fitzpatrick | 3 | -11/+309 |
| 2022-11-10 | scripts/installer.sh: add Nobara Linux. | Denton Gentry | 1 | -1/+1 |
| 2022-11-10 | ipn/localapi: rename /profile to /pprof | Mihai Parparita | 4 | -15/+15 |
| 2022-11-10 | syncs: add Map (#6260) | Joe Tsai | 4 | -1/+134 |
| 2022-11-10 | ipn/ipnlocal: support https+insecure:// backend proxy targets | Brad Fitzpatrick | 2 | -6/+48 |
| 2022-11-10 | ipn/ipnlocal, tailcfg: wire up ingress peerapi | Brad Fitzpatrick | 6 | -4/+126 |