| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-01-13 | tstime/rate: deflake TestLongRunningQPSXe/winui-bugreport-without-tailscaled | Josh Bleecher Snyder | 1 | -3/+4 |
| 2022-01-13 | net/dnscache: use tls.Conn.HandshakeContext. | David Anderson | 1 | -14/+1 |
| 2022-01-13 | net/dnscache: don't cancel the TLS context before writing to the result channel. | David Anderson | 1 | -3/+1 |
| 2022-01-13 | logtail: cap the buffer size in encodeText | Josh Bleecher Snyder | 2 | -9/+32 |
| 2022-01-13 | wgengine/magicsock: remove a per-DERP-packet map lookup in common case | Brad Fitzpatrick | 1 | -3/+7 |
| 2022-01-13 | wgengine/magicsock: enable DERP Return Path Optimization (DRPO) | Brad Fitzpatrick | 1 | -1/+3 |
| 2022-01-13 | wgengine/magicsock: fix lock ordering deadlock with derphttp | Brad Fitzpatrick | 1 | -8/+20 |
| 2022-01-13 | cmd/tailscale: use html/template for synoTokenRedirect | Josh Bleecher Snyder | 1 | -4/+4 |
| 2022-01-12 | VERSION.txt: This is 1.21. | Denton Gentry | 1 | -1/+1 |
| 2022-01-12 | tailcfg: no-op bump of MapRequest.Version | Brad Fitzpatrick | 1 | -1/+2 |
| 2022-01-12 | wgengine/netstack: make userspace ping work when tailscaled has CAP_NET_RAW | Brad Fitzpatrick | 2 | -2/+39 |
| 2022-01-12 | scripts/installer.sh: add support to use the unstable track. | Maisem Ali | 1 | -8/+18 |
| 2022-01-12 | cmd/tailscale/cli/web: fix typo where the html template data was being | Maisem Ali | 1 | -1/+1 |
| 2022-01-12 | net/dns/resolver: handle tabs as whitespace when ExitDNS parses resolv.conf | Brad Fitzpatrick | 1 | -0/+10 |
| 2022-01-11 | net/netns: remove a useless probe of the "ip" command | Brad Fitzpatrick | 1 | -3/+1 |
| 2022-01-11 | cmd/tailscale: let 'tailscale up --reset' do a pref edit | Brad Fitzpatrick | 2 | -1/+10 |
| 2022-01-11 | net/dns: make WSL network configuration opt-in for now | Brad Fitzpatrick | 1 | -7/+13 |
| 2022-01-11 | scripts: install gnupg deb, pass --yes to apt-get | Brad Fitzpatrick | 1 | -4/+3 |
| 2022-01-11 | net/dns: teach OpenBSD's manager to talk to resolvd(8). (#2789) | Aaron Bieber | 2 | -2/+206 |
| 2022-01-11 | cmd/derper: in manual cert mode, don't discard error from VerifyHostname | Brad Fitzpatrick | 1 | -2/+2 |
| 2022-01-10 | .github: Bump actions/setup-go from 2.1.4 to 2.1.5 | dependabot[bot] | 14 | -14/+14 |
| 2022-01-10 | .github/workflows: upgrade to setup-go@v2 | Josh Bleecher Snyder | 1 | -2/+4 |
| 2022-01-10 | go.toolchain.rev: add update script | Josh Bleecher Snyder | 2 | -0/+17 |
| 2022-01-10 | go.toolchain.rev: update to Go 1.17.6 | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-01-10 | .github: Bump actions/upload-artifact from 2.2.4 to 2.3.1 | dependabot[bot] | 1 | -1/+1 |
| 2022-01-10 | ipn/ipnserver: provide means of setting debug env vars on Windows | Brad Fitzpatrick | 1 | -0/+53 |
| 2022-01-07 | version: bump date | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-01-07 | wgengine/netstack: fake pings through netstack on Android too | Brad Fitzpatrick | 1 | -0/+6 |
| 2022-01-07 | Dockerfile.base: update to alpine:3.15 | Maisem Ali | 1 | -1/+1 |
| 2022-01-06 | wgengine/netstack: add env knob to turn on netstack debug logs | Brad Fitzpatrick | 1 | -3/+9 |
| 2022-01-06 | net/dns/resolver: on Android, make ExitDNS use net package for DNS | Brad Fitzpatrick | 1 | -4/+1 |
| 2022-01-06 | ipn: rename SetRunExitNode to SetAdvertiseExitNode | Brad Fitzpatrick | 2 | -5/+5 |
| 2022-01-06 | ipn: add methods on Prefs to get/set exit node being advertised | Brad Fitzpatrick | 2 | -0/+73 |
| 2022-01-06 | wgengine/magicsock: fix watchdog timeout on Close when IPv6 not available | Brad Fitzpatrick | 2 | -0/+25 |
| 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 | 2 | -2/+2 |
| 2022-01-05 | wgengine/magicsock: reduce disco ping heartbeat aggressiveness a bit | Brad Fitzpatrick | 1 | -3/+3 |
| 2022-01-04 | cmd/hello: also redirect https://hello.ipn.dev to hello.ts.net | Brad Fitzpatrick | 1 | -0/+4 |
| 2022-01-04 | wgengine/magicsock: reconnect to DERP when its definition changes | Brad Fitzpatrick | 1 | -0/+19 |
| 2022-01-04 | ipnlocal, net/{dns,tsaddr,tstun}, wgengine: support MagicDNS on IPv6 | Brad Fitzpatrick | 9 | -35/+105 |
| 2022-01-04 | cmd/hello: migrate to hello.ts.net as the hostname | Brad Fitzpatrick | 1 | -8/+32 |
| 2022-01-04 | tool/go: add wrapper to download and use go.toolchain.rev go version. | Maisem Ali | 3 | -1/+93 |
| 2022-01-03 | derp: add metrics to server got pings, sent pongs | Brad Fitzpatrick | 1 | -0/+6 |
| 2022-01-03 | net/{neterror,dns/resolver}: move PacketWasTruncated to neterror from DNS code | Brad Fitzpatrick | 6 | -90/+37 |
| 2022-01-03 | tsnet: add Start method to allow connecting to the tailnet without | Maisem Ali | 1 | -3/+7 |
| 2022-01-03 | go.toolchain.rev: add Go toolchain rev, tool to print it out | Brad Fitzpatrick | 3 | -0/+33 |
| 2022-01-03 | build_docker.sh: add env overrides | Maisem Ali | 1 | -4/+12 |
| 2021-12-31 | netcheck,portmapper,magicsock: ignore some UDP write errors on Linux | Brad Fitzpatrick | 7 | -4/+115 |
| 2021-12-29 | wgengine/magicsock: don't unconditionally close DERP connections on rebind | Brad Fitzpatrick | 3 | -9/+86 |
| 2021-12-29 | net/interfaces: define DefaultRouteInterface and State.DefaultRouteInterface | Brad Fitzpatrick | 6 | -24/+132 |