| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-11-28 | scripts/check_license_headers: enforce license on ts/tsx files | Sonia Appasamy | 1 | -0/+3 |
| 2023-11-24 | cmd/tailscale: also warn about IP forwarding if using CLI set | Jenny Zhang | 2 | -12/+17 |
| 2023-11-24 | cmd/{containerboot,k8s-operator}: allow users to define tailnet egress target... | Irbe Krumina | 5 | -44/+298 |
| 2023-11-22 | containerboot: Add TS_ACCEPT_ROUTES (#10176) | Claire Wang | 2 | -1/+17 |
| 2023-11-22 | cmd/k8s-operator: helm chart add missing keys (#10296) | Gabriel Martinez | 1 | -3/+17 |
| 2023-11-21 | ci: report test coverage to coveralls.io | Percy Wegmann | 1 | -2/+150 |
| 2023-11-21 | cmd/k8s-operator: truncate long StatefulSet name prefixes (#10343) | Irbe Krumina | 2 | -1/+81 |
| 2023-11-20 | cmd/k8s-operator: log user/group impersonated by apiserver proxy (#10334) | Irbe Krumina | 2 | -13/+24 |
| 2023-11-20 | cmd/k8s-operator: fix chart syntax error (#10333) | Irbe Krumina | 1 | -1/+1 |
| 2023-11-18 | cmd/tailscale/cli: add debug function to print the netmap | David Anderson | 1 | -0/+37 |
| 2023-11-18 | cmd/tailscale/cli: make 'debug watch-ipn' play nice with jq | David Anderson | 1 | -3/+6 |
| 2023-11-17 | ipn/ipnlocal,cmd/tailscale: persist tailnet name in user profile | Marwan Sulaiman | 1 | -6/+40 |
| 2023-11-17 | cmd/tailscale/cli: correct app connector help text in set | James Tucker | 1 | -1/+1 |
| 2023-11-16 | cmd/containerboot: fix unclean shutdown (#10035) | Irbe Krumina | 1 | -75/+124 |
| 2023-11-15 | wgengine/magicsock: add DERP homeless debug mode for testing | Brad Fitzpatrick | 1 | -0/+10 |
| 2023-11-15 | cmd/tailscaled: make tun mode default on gokrazy | Maisem Ali | 1 | -14/+0 |
| 2023-11-15 | cmd/tsidp: add start of OIDC Tailscale IdP | Maisem Ali | 1 | -0/+703 |
| 2023-11-15 | client/web: remove DebugMode from GET /api/data | Sonia Appasamy | 1 | -3/+1 |
| 2023-11-15 | ipn/ipnlocal: rename SetWebLocalClient to ConfigureWebClient | Sonia Appasamy | 1 | -1/+1 |
| 2023-11-15 | cmd/tailscaled, util/winutil: changes to process and token APIs in winutil | Aaron Klotz | 1 | -5/+4 |
| 2023-11-15 | ipn: remove the preview-webclient node capability | Will Norris | 1 | -12/+7 |
| 2023-11-15 | cmd/tailscale: expose --webclient for all builds | Will Norris | 1 | -5/+1 |
| 2023-11-15 | net/dnsfallback: add singleflight to recursive resolver | Andrew Dunham | 1 | -1/+1 |
| 2023-11-15 | cmd/cli: remove --webclient flag from up | Sonia Appasamy | 2 | -6/+0 |
| 2023-11-14 | clientupdate: fix auto-update on Windows over RDP (#10242) | Andrew Lytvynov | 2 | -2/+2 |
| 2023-11-13 | cmd/tailscale: warn if app-connector is enabled without ip forwarding | Tom DNetto | 1 | -1/+1 |
| 2023-11-09 | ipn/{ipnlocal,ipnstate,localapi}: add localapi endpoints for client self-upda... | Naman Sood | 1 | -1/+1 |
| 2023-11-09 | ipn/localapi: only perform local-admin check in serveServeConfig (#10163) | Andrew Lytvynov | 1 | -1/+1 |
| 2023-11-09 | client/tailscale,ipn/{ipnlocal,localapi}: check UDP GRO config (#10071) | Jordan Whited | 2 | -1/+10 |
| 2023-11-09 | ssh/tailssh,util: extract new osuser package from ssh code (#10170) | Andrew Lytvynov | 1 | -0/+1 |
| 2023-11-08 | cmd/tailscale: add -webclient flag to up and set | Will Norris | 3 | -0/+18 |
| 2023-11-06 | cli/web: don't block startup on status req | Sonia Appasamy | 1 | -4/+7 |
| 2023-11-03 | cmd/tailscale: respect existing web client pref | Will Norris | 1 | -5/+11 |
| 2023-11-02 | client/web: fill devMode from an env var | Sonia Appasamy | 1 | -3/+0 |
| 2023-11-02 | client/web: add ServerMode to web.Server | Sonia Appasamy | 1 | -7/+49 |
| 2023-11-02 | appc,cmd/sniproxy,ipn/ipnlocal: split sniproxy configuration code out of appc | James Tucker | 6 | -18/+698 |
| 2023-11-02 | cmd/tailscaled: pre-load wintun.dll using a fully-qualified path | Aaron Klotz | 1 | -1/+23 |
| 2023-11-02 | cmd/k8s-operator: set different app type for operator with proxy (#10081) | Irbe Krumina | 2 | -6/+12 |
| 2023-11-01 | appc,ipn/ipnlocal: add App Connector domain configuration from mapcap | James Tucker | 1 | -1/+1 |
| 2023-11-01 | appc,ipn/ipnlocal,net/dns/resolver: add App Connector wiring when enabled in ... | James Tucker | 1 | -1/+4 |
| 2023-11-01 | cmd/k8s-operator: strip credentials from client config in noauth mode | David Anderson | 1 | -0/+3 |
| 2023-11-01 | cmd/k8s-operator: sanitize connection headers (#10063) | Rhea Ghosh | 1 | -10/+11 |
| 2023-11-01 | ipn: introduce app connector advertisement preference and flags | James Tucker | 3 | -0/+55 |
| 2023-11-01 | cmd/k8s-operator/deploy/chart,.github/workflows: use helm chart API v2 (#10055) | Irbe Krumina | 1 | -1/+1 |
| 2023-10-31 | ipn: replace web client debug flag with node capability | Will Norris | 1 | -3/+1 |
| 2023-10-31 | derp/derphttp: fix race in mesh watcher | Brad Fitzpatrick | 1 | -0/+1 |
| 2023-10-31 | cmd/sniproxy: implement support for control configuration, multiple addresses | Tom DNetto | 2 | -266/+337 |
| 2023-10-31 | ipn: add user pref for running web client | Will Norris | 1 | -0/+3 |
| 2023-10-31 | ipn/ipnlocal,client/web: add web client to tailscaled | Sonia Appasamy | 3 | -4/+22 |
| 2023-10-30 | cmd/k8s-operator: allow to install operator via helm (#9920) | Irbe Krumina | 13 | -2/+320 |