| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-06-21 | Create logger for derp bandwidthjknodt/bw_rep2 | julianknodt | 2 | -1/+99 |
| 2021-06-18 | net/interfaces: use IPv4 link local if nothing better | Denton Gentry | 3 | -10/+60 |
| 2021-06-18 | derp: fix traffic handler peer addresses | julianknodt | 1 | -8/+1 |
| 2021-06-18 | staticcheck.conf: turn off noisy lint errors | David Crawshaw | 16 | -28/+20 |
| 2021-06-18 | derp: add debug traffic handler | julianknodt | 4 | -25/+147 |
| 2021-06-18 | tstest/integration: fix race flake | Brad Fitzpatrick | 2 | -4/+23 |
| 2021-06-17 | net/{interfaces,netcheck}: rename some fields, funcs | Brad Fitzpatrick | 4 | -16/+16 |
| 2021-06-17 | hostinfo: add hostinfo package, move stuff out of controlclient | Brad Fitzpatrick | 3 | -71/+123 |
| 2021-06-16 | tsweb: replace NewMux with a more flexible DebugHandler. | David Anderson | 5 | -83/+339 |
| 2021-06-16 | control/controlclient: fix typo/braino in error message | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-06-16 | tailcfg: add DNSConfig.ExtraRecords | Brad Fitzpatrick | 3 | -1/+45 |
| 2021-06-16 | tstest/integration/vms: log to t.Logf directly (#2147) | Christine Dodrill | 1 | -9/+7 |
| 2021-06-16 | ipn/ipnlocal: support exit node local access switching on darwin. | Maisem Ali | 1 | -1/+1 |
| 2021-06-16 | wf: loopback condition should use MatchTypeFlagsAllSet. | Maisem Ali | 1 | -2/+2 |
| 2021-06-15 | tsweb: fold StdHandlerOpts and StdHandler200s with StdHandler. | David Anderson | 3 | -24/+12 |
| 2021-06-15 | tsweb: register expvars once at startup. | David Anderson | 1 | -2/+5 |
| 2021-06-15 | net/dns: fix inverted test for NetworkManager version. | David Anderson | 1 | -2/+2 |
| 2021-06-15 | net/dns: verify that systemd-resolved is actually in charge. | David Anderson | 1 | -0/+21 |
| 2021-06-15 | net/dns: don't use NetworkManager for DNS on very old NetworkManagers. | David Anderson | 1 | -7/+17 |
| 2021-06-15 | cmd/tailscaled: start after NetworkManager and systemd-resolved. | David Anderson | 1 | -1/+1 |
| 2021-06-15 | tailcfg: add DNSConfig.CertDomains | Brad Fitzpatrick | 4 | -1/+23 |
| 2021-06-15 | tstest/integration: reenable TestAddPingRequest | Brad Fitzpatrick | 1 | -9/+14 |
| 2021-06-15 | tailcfg, control/controlclient: clarify more, enforce PingRequest.URL is unique | Brad Fitzpatrick | 2 | -1/+22 |
| 2021-06-14 | tstest/integration: disable TestAddPingRequest | Denton Gentry | 1 | -0/+1 |
| 2021-06-14 | hostinfo: capitalization of AWS | Denton Gentry | 1 | -2/+2 |
| 2021-06-14 | hostinfo: detect when running in Azure App Service. | Denton Gentry | 1 | -0/+12 |
| 2021-06-14 | hostinfo: detect Heroku Dyno. | Denton Gentry | 1 | -0/+10 |
| 2021-06-14 | hostinfo: detect AWS Lambda as a container. | Denton Gentry | 1 | -0/+14 |
| 2021-06-14 | ipn/ipnlocal: retry peerapi listen on Android, like we do on Windows | Brad Fitzpatrick | 1 | -4/+10 |
| 2021-06-11 | Merge pull request #2092 from tailscale/queue_latency | Julian Knodt | 1 | -7/+40 |
| 2021-06-11 | derp: add pkt queue latency timer | julianknodt | 1 | -7/+40 |
| 2021-06-11 | cmd/tailscale, wgengine, tailcfg: don't assume LastSeen is present [mapver 20] | Brad Fitzpatrick | 3 | -20/+13 |
| 2021-06-11 | tstest/integration: test Alpine Linux (#2098) | Christine Dodrill | 2 | -32/+101 |
| 2021-06-10 | tstest/integration: add some debugging for TestAddPingRequest flakes | Brad Fitzpatrick | 2 | -17/+77 |
| 2021-06-10 | tstest/integration: rename ambiguous --verbose test flag | Brad Fitzpatrick | 1 | -2/+4 |
| 2021-06-10 | wgenine/router: fix OpenBSD route creation | Fletcher Nichol | 1 | -4/+19 |
| 2021-06-10 | net/dns: avoid using NetworkManager as much as possible. (#1945) | Dave Anderson | 1 | -74/+24 |
| 2021-06-10 | cmd/tailscale/web: add support for QNAP | Maisem Ali | 10 | -152/+329 |
| 2021-06-08 | net/dns/resolver: permit larger max responses, signal truncation | Adrian Dewhurst | 7 | -9/+199 |
| 2021-06-08 | client/tailscale: document SetDNS more | Brad Fitzpatrick | 1 | -1/+14 |
| 2021-06-08 | client/tailscale: add SetDNS func | Brad Fitzpatrick | 1 | -0/+9 |
| 2021-06-08 | control/controlclient: add Pinger interface, Options.Pinger | Simeng He | 1 | -0/+15 |
| 2021-06-08 | go.mod: bump github.com/mdlayher/netlink to v1.4.1 | Matt Layher | 3 | -38/+21 |
| 2021-06-08 | .github/workflows: add integration test with a custom runner (#2044) | Christine Dodrill | 2 | -0/+113 |
| 2021-06-08 | tstest/integration/vms: download images from s3 (#2035) | Christine Dodrill | 4 | -29/+197 |
| 2021-06-08 | tstest/integration/vms: bump images, fix caching bug (#2052) | Christine Dodrill | 1 | -15/+14 |
| 2021-06-07 | ipn/{ipnlocal,localapi}, control/controlclient: add SetDNS localapi | Brad Fitzpatrick | 6 | -0/+117 |
| 2021-06-07 | packages/deb: add package to extract metadata from .deb files. | David Anderson | 2 | -0/+386 |
| 2021-06-07 | cmd/mkpkg: allow zero files in a package. | David Anderson | 1 | -0/+3 |
| 2021-06-07 | net/dns/resolver: don't spam logs on EHOSTUNREACH. | David Anderson | 1 | -0/+7 |