| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-09-26 | all: fix resource leaks with missing .Close() calls | Emmanuel T Odeke | 1 | -1/+1 |
| 2022-09-26 | ipn/ipnlocal: add c2n /debug/{goroutines,prefs,metrics} | Brad Fitzpatrick | 1 | -0/+1 |
| 2022-09-26 | doctor: add package for running in-depth healthchecks; use in bugreport (#5413) | Andrew Dunham | 2 | -2/+19 |
| 2022-09-23 | net/speedtest: retune to meet iperf on localhost in a VM | James Tucker | 1 | -1/+2 |
| 2022-09-23 | tailcfg, control/controlhttp, control/controlclient: add ControlDialPlan fiel... | Andrew Dunham | 1 | -0/+1 |
| 2022-09-22 | cmd/tailscaled: use explicit equal sign in --port=$PORT in tailscaled.service | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-09-21 | cmd/tsconnect: add error callback for SSH sessions | Mihai Parparita | 2 | -2/+3 |
| 2022-09-21 | control/controlclient,ipn/ipnlocal: wire tka enable/disable | Tom DNetto | 1 | -1/+1 |
| 2022-09-20 | net/netcheck: add check for captive portal (#5593) | Andrew Dunham | 1 | -0/+3 |
| 2022-09-19 | cmd/tailscale: fix configure-host command for Synology | Berk D. Demir | 1 | -4/+4 |
| 2022-09-19 | cmd/tailscale: remove leftover debug prints from earlier commit | Brad Fitzpatrick | 1 | -1/+0 |
| 2022-09-19 | cmd/tsconnect: allow SSH connection timeout to be overridden | Mihai Parparita | 3 | -1/+10 |
| 2022-09-19 | cmd/tailscale/cli: [up] move lose-ssh check after other validations | Maisem Ali | 4 | -27/+195 |
| 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 | 2 | -7/+5 |
| 2022-09-16 | envknob: generalize Windows tailscaled-env.txt support | Brad Fitzpatrick | 2 | -0/+11 |
| 2022-09-16 | control/controlhttp: move Dial options into options struct (#5661) | Andrew Dunham | 1 | -1/+9 |
| 2022-09-15 | refactor: move from io/ioutil to io and os packages | Eng Zer Jun | 9 | -19/+10 |
| 2022-09-15 | cmd/derper, control/controlhttp: disable WebSocket compression | Mihai Parparita | 1 | -0/+6 |
| 2022-09-15 | envknob: support changing envknobs post-init | Brad Fitzpatrick | 2 | -6/+5 |
| 2022-09-14 | cmd/tsconnect: use the parent window for `beforeunload` event listener | Mihai Parparita | 1 | -6/+4 |
| 2022-09-13 | cmd/tailscaled, tailcfg, hostinfo: add flag to disable logging + support | Brad Fitzpatrick | 1 | -0/+6 |
| 2022-09-12 | cmd/tsconnect: allow xterm.js terminal options to be passed in | Mihai Parparita | 1 | -2/+4 |
| 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 | cmd/derper: add /generate_204 endpoint (#5601) | Andrew Dunham | 1 | -1/+10 |
| 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-08 | net/dns/{publicdns,resolver}: add NextDNS DoH support | Brad Fitzpatrick | 1 | -2/+2 |
| 2022-09-08 | cmd/tsconnect: temporarily switch to xterm.js fork that handles popup windows | Mihai Parparita | 4 | -24/+74 |
| 2022-09-08 | cmd/tsconnect: handle terminal resizes before the SSH session is created | Mihai Parparita | 1 | -0/+16 |
| 2022-09-07 | cmd/derper: filter out useless HTTP error logs (#5563) | Andrew Dunham | 1 | -2/+25 |
| 2022-09-06 | cmd/tsconnect: add dev-pkg command for two-sided development | Mihai Parparita | 6 | -28/+64 |
| 2022-09-03 | cmd/derper: add flag to run derper in bootstrap-dns-only mode | Brad Fitzpatrick | 1 | -3/+13 |
| 2022-09-02 | cmd/derper: add support for unpublished bootstrap DNS entries (#5529) | Andrew Dunham | 3 | -21/+206 |
| 2022-09-01 | cmd/tailscale/cli: add backwards compatibility 'up' processing for legacy client | Brad Fitzpatrick | 2 | -1/+9 |
| 2022-09-01 | cli/cert: Fix help message for --key-file | Bertrand Lorentz | 1 | -1/+1 |
| 2022-09-01 | cmd/gitops-pusher: standardize hujson before posting to validate (#5525) | Xe Iaso | 1 | -3/+7 |
| 2022-08-31 | cmd/nginx-auth/nginx-auth: update auth to allow for new domains | nyghtowl | 1 | -6/+1 |
| 2022-08-31 | wgengine/magicsock: use AF_PACKET socket + BPF to read disco messages | Andrew Dunham | 1 | -1/+1 |
| 2022-08-31 | cmd/tsconnect: remove debugging code | Mihai Parparita | 1 | -1/+1 |
| 2022-08-30 | cmd/tsconnect: output errors to the JS console too | Mihai Parparita | 3 | -9/+24 |
| 2022-08-30 | cmd/gitops-pusher: be less paranoid about external modifications (#5488) | Xe Iaso | 1 | -8/+1 |
| 2022-08-29 | cmd/tsconnect: add npm publish workflow | Mihai Parparita | 3 | -10/+52 |
| 2022-08-29 | wgengine: use Go API rather than UAPI for status | James Tucker | 1 | -0/+1 |
| 2022-08-29 | tailcfg, control/controlclient, ipn/ipnlocal: add c2n (control-to-node) system | Brad Fitzpatrick | 1 | -0/+1 |
| 2022-08-26 | cmd/tailscale: use platform specific license link | Will Norris | 1 | -1/+14 |
| 2022-08-26 | cmd/tailscale: add licenses subcommand | Will Norris | 2 | -0/+30 |