| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-11-10 | ssh/tailssh: add Tailscale SSH (server) support on FreeBSD | Pat Maddox | 1 | -1/+1 |
| 2022-11-10 | ipn/localapi: rename /profile to /pprof | Mihai Parparita | 1 | -4/+4 |
| 2022-11-10 | syncs: add Map (#6260) | Joe Tsai | 2 | -1/+2 |
| 2022-11-10 | cmd/containerboot: make a tests table, add more tests. | David Anderson | 4 | -84/+443 |
| 2022-11-09 | cmd/containerboot: add tests. | David Anderson | 3 | -0/+440 |
| 2022-11-09 | ipn/ipnlocal: start implementing web server bits of serve | Brad Fitzpatrick | 1 | -1/+7 |
| 2022-11-09 | cmd/tailscale/cli: make dev-store-set debug command a bit more magic | Brad Fitzpatrick | 1 | -0/+10 |
| 2022-11-08 | ipn/ipnlocal, wgengine/netstack: start handling ports for future servingbradfitz/port_intercept | Brad Fitzpatrick | 2 | -2/+10 |
| 2022-11-08 | net/netcheck: don't use a space in the captive portal challenge | Andrew Dunham | 1 | -0/+5 |
| 2022-11-07 | ipn/{ipnlocal,localapi}: move most of cert.go to ipnlocal | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-11-07 | cmd/containerboot: be more targeted when enabling IP forwarding. | David Anderson | 1 | -11/+43 |
| 2022-11-07 | cmd/tailscale, ipn/ipnlocal: add debug command to write to StateStore for dev | Brad Fitzpatrick | 1 | -0/+24 |
| 2022-11-07 | cmd/containerboot: don't write device ID when not in Kubernetes. | David Anderson | 1 | -1/+1 |
| 2022-11-07 | cmd/containerboot: don't write device ID into non-existent secret. | David Anderson | 1 | -1/+18 |
| 2022-11-07 | cmd/tailscaled, net/tstun: add build tags to omit BIRD and TAP | Andrew Dunham | 1 | -1/+1 |
| 2022-11-05 | util/dirwalk, metrics, portlist: add new package for fast directory walking | Brad Fitzpatrick | 3 | -3/+6 |
| 2022-11-04 | all: remove old +build tags | Brad Fitzpatrick | 18 | -19/+0 |
| 2022-11-04 | ipn: make Notify.Prefs be a *ipn.PrefsView | Maisem Ali | 1 | -1/+1 |
| 2022-11-03 | cmd/containerboot: PID1 for running tailscaled in a container. | David Anderson | 2 | -0/+614 |
| 2022-11-03 | net/tshttpproxy: add clientmetrics on Windows proxy lookup paths | Brad Fitzpatrick | 1 | -0/+1 |
| 2022-11-02 | cmd/tailscale,ipn: implement lock sign command | Tom DNetto | 1 | -0/+25 |
| 2022-11-01 | cmd/tailscale/cli: hide old, useless --host-routes flag | Brad Fitzpatrick | 2 | -1/+4 |
| 2022-11-01 | types/pad32: delete package | Brad Fitzpatrick | 3 | -3/+0 |
| 2022-10-31 | cmd/tsconnect: fix null pointer dereference when DNS lookups fail | Mihai Parparita | 1 | -0/+4 |
| 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 |