| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-01-31 | cmd/derper: make --stun default to on, flesh out flag docs | Brad Fitzpatrick | 1 | -2/+3 |
| 2022-01-28 | cmd/derper: disable TLS 1.0 and 1.1. | David Anderson | 1 | -0/+2 |
| 2022-01-27 | cmd/tailscale: fix up --reset, again | Brad Fitzpatrick | 2 | -7/+36 |
| 2022-01-27 | cmd/derpprobe: check derper TLS certs too | Brad Fitzpatrick | 1 | -0/+54 |
| 2022-01-26 | go.mod: bump netstack, switch to upstream netstack | Brad Fitzpatrick | 1 | -43/+43 |
| 2022-01-25 | cmd/derper: export TLS vars with derper_ prefix, not stun_ | David Anderson | 1 | -2/+2 |
| 2022-01-25 | cmd/tailscale: propagate tailscaled 403s as AccessDeniedErrors | davideger | 3 | -6/+5 |
| 2022-01-24 | wgengine/netstack: add an SSH server experiment | Brad Fitzpatrick | 3 | -8/+25 |
| 2022-01-24 | envknob: add new package for all the strconv.ParseBool(os.Getenv(..)) | Brad Fitzpatrick | 7 | -15/+15 |
| 2022-01-22 | cmd/derper: record TLS versions used for requests. | David Anderson | 1 | -3/+24 |
| 2022-01-20 | cmd/tailscaled: include Go runtime metrics in /debug/metrics | Brad Fitzpatrick | 2 | -1/+4 |
| 2022-01-13 | cmd/tailscale: use html/template for synoTokenRedirect | Josh Bleecher Snyder | 1 | -4/+4 |
| 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 |