| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-12-22 | tailcfg: add Hostinfo.BasicallyEqualbradfitz/hostinfo_basically_equal | Brad Fitzpatrick | 2 | -1/+89 |
| 2021-12-21 | net/dns/resolver: add debug HTML handler to see what DNS traffic was forwarded | Brad Fitzpatrick | 4 | -0/+114 |
| 2021-12-21 | wgengine/magicsock: add HTML debug handler to see magicsock state | Brad Fitzpatrick | 3 | -1/+228 |
| 2021-12-20 | wgengine/magicsock: add metrics for sent disco messages | Brad Fitzpatrick | 1 | -7/+18 |
| 2021-12-19 | Dockerfile: remove long-obsolete -tags=xversion | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-12-19 | net/dns/resolver: add metrics to PTR lookup misses | Brad Fitzpatrick | 1 | -0/+5 |
| 2021-12-18 | net/dns/resolver: send NXDOMAIN to iOS DNS-SD/Bonjour queries | Brad Fitzpatrick | 1 | -1/+33 |
| 2021-12-18 | net/dns/resolver: add nameFromQuery benchmark | Brad Fitzpatrick | 1 | -0/+22 |
| 2021-12-18 | net/dns/resolver: fix the subject in a func comment | Brad Fitzpatrick | 1 | -2/+2 |
| 2021-12-17 | logpolicy, ipn/ipnserver: connect to logtail via tailscaled when needed | Brad Fitzpatrick | 5 | -1/+131 |
| 2021-12-16 | wgengine/netstack: don't remove 255.255.255.255/32 from netstack | Brad Fitzpatrick | 1 | -1/+10 |
| 2021-12-16 | api: document API endpoint to manipulate keys (#3544) | Joe Tsai | 1 | -0/+158 |
| 2021-12-16 | ipn/ipnserver, logpolicy: move Windows disk logging up earlier | Brad Fitzpatrick | 4 | -11/+21 |
| 2021-12-16 | cmd/tailscaled: log Windows service change requests | Brad Fitzpatrick | 1 | -0/+42 |
| 2021-12-16 | ipn/ipnlocal: make TestShrinkDefaultRoute hermetic | Josh Bleecher Snyder | 2 | -14/+34 |
| 2021-12-16 | scripts/installer.sh fix APT_SYSTEMCTL_START error | Jay Stapleton | 1 | -0/+1 |
| 2021-12-16 | cmd/tailscale: improve ping error message when logged out | Josh Bleecher Snyder | 2 | -17/+35 |
| 2021-12-16 | ipn/ipnlocal, health: populate self node's Online bit in tailscale status | Brad Fitzpatrick | 2 | -1/+11 |
| 2021-12-15 | tstest/integration: remove t param in testNode methods | Josh Bleecher Snyder | 1 | -71/+81 |
| 2021-12-15 | ipn/ipnlocal: clear magicsock's netmap on logout | Josh Bleecher Snyder | 3 | -7/+75 |
| 2021-12-15 | tstest/integration: make -verbose-tailscaled pass -verbose=2 to tailscaled | Josh Bleecher Snyder | 1 | -0/+3 |
| 2021-12-15 | ipn/ipnlocal: deflake (mostly) TestStateMachine | Brad Fitzpatrick | 1 | -3/+16 |
| 2021-12-15 | wgengine/netstack: remove some logging on forwarding connections | Brad Fitzpatrick | 1 | -2/+6 |
| 2021-12-15 | all: gofmt -w -s (simplify) tests | Brad Fitzpatrick | 11 | -31/+34 |
| 2021-12-14 | cmd/tailscaled: fix windows logtail integration | Brad Fitzpatrick | 1 | -1/+7 |
| 2021-12-13 | Merge pull request #3330 from tailscale/mayakacz-patch-2 | Maya Kaczorowski | 1 | -2/+3 |
| 2021-12-13 | README.md: update platforms | Maya Kaczorowski | 1 | -2/+3 |
| 2021-12-13 | tstest/integration: build binaries only once | Josh Bleecher Snyder | 6 | -89/+110 |
| 2021-12-13 | install.sh: add linuxmint, kali, several more. | Denton Gentry | 1 | -1/+27 |
| 2021-12-13 | cmd/tailscale: make --accept-routes default true on Windows, macOS GUI | Brad Fitzpatrick | 2 | -2/+18 |
| 2021-12-13 | wgengine/router{windows}: return the output from the firewallTweaker | Maisem Ali | 1 | -1/+4 |
| 2021-12-13 | scripts/installer.sh: press Y on RHEL | David Crawshaw | 1 | -1/+1 |
| 2021-12-10 | net/dns/resolver: add Windows ExitDNS service support, using net package | Brad Fitzpatrick | 4 | -9/+775 |
| 2021-12-10 | net/dns: bound how long we block looking for, restarting systemd-resolved | Brad Fitzpatrick | 1 | -3/+18 |
| 2021-12-09 | safesocket: add ConnectionStrategy, provide control over fallbacks | Josh Bleecher Snyder | 9 | -17/+91 |
| 2021-12-09 | tstest/integration: fix running with -verbose-tailscale | Josh Bleecher Snyder | 1 | -2/+5 |
| 2021-12-09 | all: minor code cleanup | Josh Bleecher Snyder | 2 | -3/+2 |
| 2021-12-09 | net/dnscache, net/tsdial: add DNS caching to tsdial UserDial | Brad Fitzpatrick | 8 | -9/+649 |
| 2021-12-09 | wgengine/netstack: in netstack/hybrid mode, fake ICMP using ping command | Brad Fitzpatrick | 1 | -0/+61 |
| 2021-12-09 | net/packet: add ICMP6Header, like ICMP4Header | Brad Fitzpatrick | 4 | -7/+226 |
| 2021-12-09 | ipn/ipnstate: remove old deprecated TailAddr IPv4-only field | Brad Fitzpatrick | 3 | -36/+15 |
| 2021-12-08 | net/packet: don't make IP6Header.marshalPseudo assume UDP | Brad Fitzpatrick | 2 | -3/+3 |
| 2021-12-08 | net/packet: fix doc copy/paste-o | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-12-08 | net/dns: add GetBaseConfig to CallbackRouter. | Denton Gentry | 4 | -31/+17 |
| 2021-12-08 | cmd/tailscaled: move start-up failure logging to one place | Brad Fitzpatrick | 1 | -12/+7 |
| 2021-12-08 | .github/dependabot.yml: disable eager updates for Go. | David Anderson | 1 | -7/+11 |
| 2021-12-08 | ipn/ipnstate, cmd/tailscale: add Online bool to tailscale status & --json | Brad Fitzpatrick | 3 | -5/+34 |
| 2021-12-08 | cmd/derper: allow http port configuration | Arnaud Dezandee | 1 | -17/+21 |
| 2021-12-07 | version/distro: report TrueNAS Scale as "truenas" | root | 1 | -0/+4 |
| 2021-12-07 | ipn/{ipnserver,ipnlocal}: support incoming Taildrop on TrueNAS | Todd Neal | 2 | -9/+46 |