| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-02-08 | cli: remove RunSSHSet from 1.20 branch. | Denton Gentry | 1 | -1/+0 |
| 2022-02-06 | ipn/ipnlocal, wgengine/netstack: use netstack for peerapi server | Brad Fitzpatrick | 1 | -3/+4 |
| 2022-02-06 | cmd/tailscale: fix up --reset, again | Brad Fitzpatrick | 2 | -7/+36 |
| 2022-01-12 | cmd/tailscale/cli/web: fix typo where the html template data was being | Maisem Ali | 1 | -1/+1 |
| 2022-01-11 | cmd/tailscale: let 'tailscale up --reset' do a pref edit | Brad Fitzpatrick | 2 | -1/+10 |
| 2022-01-11 | cmd/derper: in manual cert mode, don't discard error from VerifyHostname | Brad Fitzpatrick | 1 | -2/+2 |
| 2022-01-06 | cmd/printdep: add flag to print out Go toolchain tarball URL | Brad Fitzpatrick | 1 | -1/+21 |
| 2022-01-06 | ipn/ipnlocal: fix cert fetching on macOS GUI platforms | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-01-04 | cmd/hello: also redirect https://hello.ipn.dev to hello.ts.net | Brad Fitzpatrick | 1 | -0/+4 |
| 2022-01-04 | cmd/hello: migrate to hello.ts.net as the hostname | Brad Fitzpatrick | 1 | -8/+32 |
| 2022-01-03 | go.toolchain.rev: add Go toolchain rev, tool to print it out | Brad Fitzpatrick | 1 | -0/+26 |
| 2021-12-31 | netcheck,portmapper,magicsock: ignore some UDP write errors on Linux | Brad Fitzpatrick | 2 | -0/+2 |
| 2021-12-28 | cmd/tailscale: add debug restun, rebind subcommands | Brad Fitzpatrick | 1 | -0/+19 |
| 2021-12-21 | wgengine/magicsock: add HTML debug handler to see magicsock state | Brad Fitzpatrick | 1 | -1/+8 |
| 2021-12-17 | logpolicy, ipn/ipnserver: connect to logtail via tailscaled when needed | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-12-16 | ipn/ipnserver, logpolicy: move Windows disk logging up earlier | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-12-16 | cmd/tailscaled: log Windows service change requests | Brad Fitzpatrick | 1 | -0/+42 |
| 2021-12-16 | cmd/tailscale: improve ping error message when logged out | Josh Bleecher Snyder | 2 | -17/+35 |
| 2021-12-14 | cmd/tailscaled: fix windows logtail integration | Brad Fitzpatrick | 1 | -1/+7 |
| 2021-12-13 | cmd/tailscale: make --accept-routes default true on Windows, macOS GUI | Brad Fitzpatrick | 2 | -2/+18 |
| 2021-12-09 | safesocket: add ConnectionStrategy, provide control over fallbacks | Josh Bleecher Snyder | 1 | -1/+7 |
| 2021-12-09 | net/dnscache, net/tsdial: add DNS caching to tsdial UserDial | Brad Fitzpatrick | 2 | -1/+3 |
| 2021-12-08 | cmd/tailscaled: move start-up failure logging to one place | Brad Fitzpatrick | 1 | -12/+7 |
| 2021-12-08 | ipn/ipnstate, cmd/tailscale: add Online bool to tailscale status & --json | Brad Fitzpatrick | 1 | -4/+28 |
| 2021-12-08 | cmd/derper: allow http port configuration | Arnaud Dezandee | 1 | -17/+21 |
| 2021-12-06 | cmd/tailscale: add --json for up | Denton Gentry | 1 | -8/+73 |
| 2021-12-06 | ipn/ipnlocal: add HTTP/2 h2c server support to peerapi on non-mobile platforms | Brad Fitzpatrick | 1 | -1/+3 |
| 2021-12-03 | ipn/ipnlocal, net/tsdial: make SOCKS/HTTP dials use ExitDNS | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-12-03 | cmd/tailscale: print more detail in connection failure error message | Josh Bleecher Snyder | 1 | -6/+6 |
| 2021-12-02 | cmd/tailscale: fix setting revert checker's finding an exit node | Brad Fitzpatrick | 2 | -1/+16 |
| 2021-12-02 | cmd/tailscale: don't allow setting exit node to known invalid value | Brad Fitzpatrick | 2 | -5/+89 |
| 2021-12-02 | cmd/tailscale: clarify which prefless flags don't need revert protection | Brad Fitzpatrick | 1 | -2/+4 |
| 2021-12-02 | cmd/tailscale: let --exit-node= take a machine name in addition to IP | Brad Fitzpatrick | 2 | -4/+111 |
| 2021-12-02 | net/tsdial: give netstack a Dialer, start refactoring name resolution | Brad Fitzpatrick | 2 | -5/+8 |
| 2021-12-01 | net/tsdial: move macOS/iOS peerapi sockopt logic from LocalBackend | Brad Fitzpatrick | 1 | -2/+0 |
| 2021-12-01 | net/tsdial: also plumb TUN name and monitor into tsdial.Dialer | Brad Fitzpatrick | 2 | -5/+14 |
| 2021-12-01 | net/tsdial: move more weirdo dialing into new tsdial package, plumb | Brad Fitzpatrick | 2 | -13/+10 |
| 2021-11-30 | net/tsdial: start of new package to unify all outbound dialing complexity | Brad Fitzpatrick | 2 | -7/+27 |
| 2021-11-30 | cmd/tailscale, ipn/ipnstate: note which nodes are exit nodes in status | Brad Fitzpatrick | 1 | -0/+4 |
| 2021-11-30 | net/portmapper: add clientmetrics for PCP/PMP responses | Josh Bleecher Snyder | 1 | -1/+1 |
| 2021-11-30 | cmd/tailscale: make file cp send files via tailscaled localapi | Brad Fitzpatrick | 1 | -20/+8 |
| 2021-11-29 | cmd/tailscaled: allow running the SOCKS5 and HTTP proxies on the same port. | David Anderson | 2 | -13/+42 |
| 2021-11-29 | update github.com/aws/aws-sdk-go-v2 | David Crawshaw | 1 | -2/+3 |
| 2021-11-29 | cmd/tailscale/cli: don't complain about --accept-routes true->false on Synology | Brad Fitzpatrick | 2 | -0/+41 |
| 2021-11-29 | cmd/tailscaled: log error on state store init failure | Thomas Weiß | 1 | -0/+1 |
| 2021-11-26 | cmd/derper: set Content-Security-Policy on DERPs. | David Anderson | 1 | -4/+11 |
| 2021-11-23 | net/tstun: rate limit "self disco out packet" logging | Josh Bleecher Snyder | 1 | -1/+1 |
| 2021-11-23 | cmd/tailscale: add ip -1 flag | Josh Bleecher Snyder | 1 | -3/+14 |
| 2021-11-23 | cmd/tailscale: improve ip subcommand docs | Josh Bleecher Snyder | 1 | -4/+4 |
| 2021-11-23 | tsshd: fix double exit with different exit codes | Joonas Loppi | 1 | -1/+2 |