| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-10-31 | cmd,ipn/ipnlocal,tailcfg: implement TKA disablement | Tom DNetto | 1 | -1/+5 |
| 2022-10-30 | cmd/tailscale/cli: flesh out "tailscale ssh" CLI docs | Brad Fitzpatrick | 1 | -1/+17 |
| 2022-10-30 | cmd/tailscale/cli: make set without args print usage | Brad Fitzpatrick | 1 | -2/+1 |
| 2022-10-30 | cmd/tailscale/cli: make set's usage match up's, other than defaults | Brad Fitzpatrick | 1 | -47/+6 |
| 2022-10-28 | cmd/netlogfmt: handle any stream of network logs (#6108) | Joe Tsai | 1 | -127/+209 |
| 2022-10-27 | types/netlogtype: new package for network logging types (#6092) | Joe Tsai | 2 | -9/+8 |
| 2022-10-25 | cmd/tailscale/cli: add beginnings of `tailscale set` | Maisem Ali | 4 | -13/+200 |
| 2022-10-25 | cmd/tsconnect: run wasm-opt on the generated wasm file | Mihai Parparita | 1 | -2/+33 |
| 2022-10-25 | cmd/nginx-auth: add experimental status badge to README | Will Norris | 1 | -0/+2 |
| 2022-10-25 | portlist: use win32 calls instead of running netstat process [windows] | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-10-25 | cmd/nginx-auth: increment version.nginx-auth-0.1.2 | Denton Gentry | 1 | -1/+1 |
| 2022-10-24 | ipn/ipnlocal: use ipn.PrefsView | Maisem Ali | 1 | -2/+2 |
| 2022-10-24 | cmd/tsconnect: add README to generated NPM package | Mihai Parparita | 3 | -2/+17 |
| 2022-10-22 | portlist: remove unix.Readlink allocs on Linux | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-10-19 | cmd/derper, net/netcheck: add challenge/response to generate_204 endpoint | Andrew Dunham | 2 | -0/+77 |
| 2022-10-18 | net/wsconn: add back custom wrapper for turning a websocket.Conn into a net.Conn | Mihai Parparita | 4 | -1/+5 |
| 2022-10-18 | ipn/ipnlocal: fix E.G.G. port number accounting | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-10-17 | cmd/tsconnect: add progress and connection callbacks | Mihai Parparita | 4 | -7/+35 |
| 2022-10-17 | cmd/tailscale: make tailscale cert --serve-demo accept optional listen argument | Brad Fitzpatrick | 1 | -1/+12 |
| 2022-10-17 | cmd/netlogfmt: new package to pretty print network traffic logs (#5930) | Joe Tsai | 1 | -0/+307 |
| 2022-10-16 | cmd/tailscale: correct --cpu-profile help text | Denton Gentry | 1 | -1/+1 |
| 2022-10-15 | cmd/tailscale, ipn: enable debug logs when --report flag is passed to bugrepo... | Andrew Dunham | 1 | -16/+31 |
| 2022-10-14 | cmd/tsconnect: pre-compress main.wasm when building the NPM package | Mihai Parparita | 1 | -0/+12 |
| 2022-10-12 | wgengine: start network logger in Userspace.Reconfig (#5908) | Joe Tsai | 1 | -1/+2 |
| 2022-10-12 | cmd/tsconnect: move NPM package to being under the @tailscale org | Mihai Parparita | 1 | -1/+1 |
| 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 |