| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-09-19 | WIPandrew/linux-router-v4-disabled | Andrew Dunham | 1 | -14/+42 |
| 2022-09-19 | wgengine/router: handle DisableIPv4 in Linux router | Andrew Dunham | 1 | -0/+21 |
| 2022-09-18 | .github/workflows: add cross-android | Brad Fitzpatrick | 1 | -0/+54 |
| 2022-09-18 | wgengine/magicsock: fix recently introduced data race | Brad Fitzpatrick | 1 | -4/+5 |
| 2022-09-17 | net/netns: implement UseSocketMark for Android. | Denton Gentry | 1 | -0/+5 |
| 2022-09-17 | cmd/tailscaled: respect $PORT on all platforms, not just Linux | Brad Fitzpatrick | 1 | -1/+16 |
| 2022-09-17 | envknob, health: support Synology, show parse errors in status | Brad Fitzpatrick | 5 | -39/+66 |
| 2022-09-16 | wgengine/magicsock: add client flag and envknob to disable heartbeat (#5638) | phirework | 4 | -5/+24 |
| 2022-09-16 | envknob: generalize Windows tailscaled-env.txt support | Brad Fitzpatrick | 5 | -43/+88 |
| 2022-09-16 | Dockerfile: add test that build-env Alpine version matches go.mod | Brad Fitzpatrick | 1 | -0/+34 |
| 2022-09-16 | control/controlhttp: move Dial options into options struct (#5661) | Andrew Dunham | 6 | -56/+141 |
| 2022-09-16 | Update Dockerfile to use golang:1.19-alpine | Luis Peralta | 1 | -1/+1 |
| 2022-09-16 | Switched Secret snippet to match run.sh | Tyler Lee | 2 | -2/+2 |
| 2022-09-16 | Updated secret example in readme to match the sidecar key value | Tyler Lee | 1 | -1/+1 |
| 2022-09-16 | ipn/{ipnlocal,localapi}: use strs.CutPrefix, add more domain validation | Brad Fitzpatrick | 3 | -5/+60 |
| 2022-09-15 | refactor: move from io/ioutil to io and os packages | Eng Zer Jun | 60 | -156/+112 |
| 2022-09-15 | derp: update DERP acronym expansion | Mihai Parparita | 1 | -1/+2 |
| 2022-09-15 | cmd/derper, control/controlhttp: disable WebSocket compression | Mihai Parparita | 2 | -0/+12 |
| 2022-09-15 | envknob: support changing envknobs post-init | Brad Fitzpatrick | 31 | -167/+311 |
| 2022-09-15 | wgengine: update comments, remove redundant code in forceFullWireguardConfig | Brad Fitzpatrick | 1 | -13/+11 |
| 2022-09-15 | ipn/ipnlocal: remove unused envknob | Brad Fitzpatrick | 1 | -3/+0 |
| 2022-09-15 | net/dnscache: add better logging to bootstrap DNS path (#5640) | Andrew Dunham | 2 | -1/+136 |
| 2022-09-15 | portlist: normalise space delimited process names (#5634) | Kristoffer Dalby | 2 | -0/+19 |
| 2022-09-14 | cmd/tsconnect: use the parent window for `beforeunload` event listener | Mihai Parparita | 1 | -6/+4 |
| 2022-09-13 | net/dns/resolver: remove unused responseTimeout constant | Mihai Parparita | 1 | -3/+0 |
| 2022-09-13 | net/dns: fix fmt error on Revert print | nyghtowl | 1 | -1/+1 |
| 2022-09-13 | logpolicy: add NewWithConfigPath (#5625) | Joe Tsai | 1 | -3/+13 |
| 2022-09-13 | cmd/tailscaled, tailcfg, hostinfo: add flag to disable logging + support | Brad Fitzpatrick | 10 | -16/+59 |
| 2022-09-13 | wgengine: set fwmark masks in netfilter & ip rules | Tom DNetto | 2 | -46/+184 |
| 2022-09-12 | cmd/tsconnect: allow xterm.js terminal options to be passed in | Mihai Parparita | 1 | -2/+4 |
| 2022-09-12 | wgengine/magicsock: don't use BPF receive when SO_MARK doesn't work. | David Anderson | 2 | -3/+9 |
| 2022-09-12 | cmd/tsconnect: allow hostname to be specified | Mihai Parparita | 2 | -14/+16 |
| 2022-09-12 | cmd/tsconnect: fix xterm.js link opening not working when rendered into anoth... | Mihai Parparita | 1 | -1/+3 |
| 2022-09-12 | cmd/tailscale: add licenses link to web UI | Will Norris | 3 | -8/+16 |
| 2022-09-12 | net/stun: unmap IPv4 addresses in 16 byte STUN replies | Brad Fitzpatrick | 2 | -17/+16 |
| 2022-09-12 | cmd/derper: add /generate_204 endpoint (#5601) | Andrew Dunham | 1 | -1/+10 |
| 2022-09-12 | hostinfo: detect being run in a container in more ways | Brad Fitzpatrick | 1 | -0/+9 |
| 2022-09-11 | hostinfo, tailcfg: split Hostinfo.OSVersion into separate fields | Brad Fitzpatrick | 9 | -118/+249 |
| 2022-09-11 | net/dns/publicdns: also support NextDNS DoH query parameters | Brad Fitzpatrick | 2 | -1/+17 |
| 2022-09-10 | net/netns: add TS_FORCE_LINUX_BIND_TO_DEVICE for Linux | Brad Fitzpatrick | 1 | -0/+6 |
| 2022-09-10 | util/mak: deprecate NonNil, add type-safe NonNilSliceForJSON, NonNilMapForJSON | Brad Fitzpatrick | 3 | -33/+42 |
| 2022-09-10 | net/dns/resolver: set DNS-over-HTTPS Accept and User-Agent header on requests | Brad Fitzpatrick | 1 | -5/+3 |
| 2022-09-09 | wgengine/router: reduce routing rule priority for openWRT + mwan3 | Tom DNetto | 1 | -16/+80 |
| 2022-09-09 | net/dns/publicdns: support NextDNS DoH URLs with path parameters | Brad Fitzpatrick | 2 | -0/+13 |
| 2022-09-09 | cmd/tsconnect: enable web links addon in the terminal | Mihai Parparita | 4 | -1/+19 |
| 2022-09-09 | cmd/tsconnect: switch back to public version of xterm npm package | Mihai Parparita | 2 | -4/+5 |
| 2022-09-09 | cmd/derper: add robots.txt to disallow all | Brad Fitzpatrick | 1 | -0/+3 |
| 2022-09-09 | licenses: update android licenses | License Updater | 1 | -2/+2 |
| 2022-09-08 | net/dns, types/dnstypes: update some comments, tests for DoH | Brad Fitzpatrick | 3 | -1/+23 |
| 2022-09-08 | net/dns/{publicdns,resolver}: add NextDNS DoH support | Brad Fitzpatrick | 10 | -35/+251 |