| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-10-11 | cmd/ssh-auth-none-demo: WIP demo of KeyboardInteractivebradfitz/keyboard-interactive | Brad Fitzpatrick | 1 | -23/+21 |
| 2022-10-11 | ssh/tailssh: add password-forcing workaround for buggy SSH clients | Brad Fitzpatrick | 1 | -2/+4 |
| 2022-10-11 | cmd/tailscaled: handle tailscaled symlink on macOS | Anton Tolchanov | 1 | -19/+63 |
| 2022-10-10 | all: fix more resource leaks found by staticmajor | Emmanuel T Odeke | 3 | -1/+16 |
| 2022-10-10 | cmd/ssh-auth-none-demo: put the hostname in the package doc | Brad Fitzpatrick | 1 | -3/+4 |
| 2022-10-10 | cmd/ssh-auth-none-demo: add banner as part of the demo | Maisem Ali | 1 | -1/+16 |
| 2022-10-09 | cmd/ssh-auth-none-demo: add demo SSH server that acts like Tailscale SSH | Brad Fitzpatrick | 1 | -0/+171 |
| 2022-10-06 | cmd/tsconnect: close the SSH session an unload event instead of beforeunload | Mihai Parparita | 1 | -5/+5 |
| 2022-10-05 | net/tstun: instrument Wrapper with statistics gathering (#5847) | Joe Tsai | 1 | -0/+1 |
| 2022-10-04 | cmd/pgproxy: link to blog post at the top. | David Anderson | 1 | -1/+3 |
| 2022-10-04 | cmd/tsconnect: switch to non-beta versions of xterm and related packages | Mihai Parparita | 2 | -15/+15 |
| 2022-10-04 | cmd/pgproxy: open-source our postgres TLS-enforcing proxy. | David Anderson | 2 | -0/+406 |
| 2022-10-04 | wgengine/magicsock: make debug-level stuff not logged by default | Brad Fitzpatrick | 1 | -0/+33 |
| 2022-10-04 | cmd/tailscale/cli: add --record flag to bugreport (#5826) | Andrew Dunham | 1 | -0/+19 |
| 2022-10-04 | wgengine: don't re-allocate trimmedNodes map (#5825) | Andrew Dunham | 1 | -0/+1 |
| 2022-09-30 | all: consistently initialize Logf when creating tsdial.Dialers | Mihai Parparita | 3 | -4/+3 |
| 2022-09-29 | all: fix spelling mistakes | Josh Soref | 9 | -12/+12 |
| 2022-09-29 | cmd/tailscale, client, ipn, tailcfg: add network lock modify command | Adrian Dewhurst | 1 | -28/+88 |
| 2022-09-28 | cmd/tailscaled, util/winutil: log Windows service diagnostics when the wintun... | Aaron Klotz | 4 | -1/+12 |
| 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 |