| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-10-05 | cmd/tailscale/cli: add update notification to "up" (#9644) | Andrew Lytvynov | 2 | -1/+11 |
| 2023-10-05 | taildrop: initial commit of taildrop functionality refactoring (#9676) | Rhea Ghosh | 1 | -1/+2 |
| 2023-10-03 | tstest/deptest: add check that x/exp/{maps,slices} imported as xfoo | Brad Fitzpatrick | 5 | -5/+4 |
| 2023-10-03 | net/dns/resolver: race UDP and TCP queries (#9544) | Andrew Dunham | 1 | -0/+1 |
| 2023-10-03 | cmd/tailscale,ipn/ipnlocal: print debug component names | Val | 1 | -4/+5 |
| 2023-10-02 | net/packet: implement methods for rewriting v6 addresses | Tom DNetto | 3 | -4/+38 |
| 2023-09-30 | cmd/cloner: fix typo in test type's name | Brad Fitzpatrick | 3 | -16/+16 |
| 2023-09-29 | cmd/cloner: add regression test for slice nil/empty semantics | James Tucker | 5 | -1/+131 |
| 2023-09-29 | util/syspolicy: add read boolean setting (#9592) | Claire Wang | 2 | -2/+4 |
| 2023-09-29 | cmd/cloner,*: revert: optimize nillable slice cloner | James Tucker | 2 | -13/+23 |
| 2023-09-29 | cmd/cloner,*: optimize nillable slice cloner | James Tucker | 2 | -23/+13 |
| 2023-09-29 | go.mod: bump all dependencies except go-billy | James Tucker | 3 | -2/+6 |
| 2023-09-29 | go.mod,cmd/tsconnect: bump esbuild | James Tucker | 1 | -4/+7 |
| 2023-09-29 | cmd/containerboot: only wipeout serve config when TS_SERVE_CONFIG is set | Maisem Ali | 1 | -4/+7 |
| 2023-09-29 | cmd/containerboot: set TS_AUTH_ONCE default to true. | Denton Gentry | 2 | -10/+36 |
| 2023-09-28 | cmd/testwrapper: include flake URL in JSON metadata | Brad Fitzpatrick | 2 | -10/+25 |
| 2023-09-28 | go.mod,*: bump gvisor | Andrea Barisani | 1 | -4/+4 |
| 2023-09-28 | cmd/testwrapper: output machine-readable JSON on test flakes | Brad Fitzpatrick | 1 | -12/+14 |
| 2023-09-28 | ipn: use NodeCapMap in CheckFunnel | Maisem Ali | 2 | -3/+3 |
| 2023-09-26 | winutil: refactor methods to get values from registry to also return (#9536) | Claire Wang | 1 | -2/+2 |
| 2023-09-26 | cmd/k8s-operator: fix reconcile filters (#9533) | Irbe Krumina | 1 | -19/+61 |
| 2023-09-26 | ipn/ipnlocal: close foreground sessions on SetServeConfig | Marwan Sulaiman | 1 | -1/+2 |
| 2023-09-24 | ipn/{ipnlocal,localapi}, cli: add debug force-netmap-update | Brad Fitzpatrick | 1 | -0/+5 |
| 2023-09-21 | go.mod: update github.com/go-json-experiment/json (#9508) | Joe Tsai | 1 | -4/+5 |
| 2023-09-21 | cmd/containerboot: avoid leaking bash scripts after test runs | James Tucker | 2 | -3/+4 |
| 2023-09-20 | cmd/containerboot: add iptables based MSS clamping for ingress/egress proxies | Maisem Ali | 2 | -0/+15 |
| 2023-09-20 | cmd/k8s-operator: fix egress service name (#9494) | Irbe Krumina | 2 | -2/+5 |
| 2023-09-20 | cmd/k8s-operator: rename egress annotation | Maisem Ali | 2 | -12/+22 |
| 2023-09-19 | client/web: switch to using prebuilt web client assets | Will Norris | 1 | -0/+1 |
| 2023-09-18 | tailcfg: add NodeCapMap | Maisem Ali | 3 | -3/+5 |
| 2023-09-18 | tailcfg: add Node.HasCap helpers | Maisem Ali | 3 | -17/+17 |
| 2023-09-18 | tailcfg: add RawMessage | Maisem Ali | 1 | -9/+9 |
| 2023-09-18 | types/netmap: remove NetworkMap.{Addresses,MachineStatus} | Brad Fitzpatrick | 1 | -1/+10 |
| 2023-09-18 | cmd/tailscale/cli: error when serving foreground if bg already exists | Marwan Sulaiman | 2 | -4/+12 |
| 2023-09-17 | tailcfg: define a type for NodeCapability | Maisem Ali | 4 | -8/+8 |
| 2023-09-17 | wgengine, proxymap: split out port mapping from Engine to new type | Brad Fitzpatrick | 3 | -2/+10 |
| 2023-09-17 | ipn/ipnlocal: add some test accessors | Brad Fitzpatrick | 1 | -1/+1 |
| 2023-09-17 | types/netmap: deprecate NetworkMap.MachineStatus, add accessor method | Brad Fitzpatrick | 1 | -1/+1 |
| 2023-09-15 | cmd/k8s-operator: add APISERVER_PROXY env | Maisem Ali | 2 | -28/+81 |
| 2023-09-14 | cmd/cloner: do not allocate slices when the source is nil | James Tucker | 2 | -12/+22 |
| 2023-09-14 | Use parent serve config | Tyler Smalley | 1 | -1/+1 |
| 2023-09-14 | cmd/tailscale/cli: add set serve validations | Marwan Sulaiman | 2 | -5/+156 |
| 2023-09-13 | cmd/tailscale/cli: use optimistic concurrency control on SetServeConfig | Marwan Sulaiman | 1 | -0/+3 |
| 2023-09-13 | cmd/tsconnect/wasm: pass a netmon to ipnserver.New | Brad Fitzpatrick | 1 | -1/+1 |
| 2023-09-13 | cmd/tailscale: funnel wip cleanup and additional test coverage (#9316) | Tyler Smalley | 4 | -116/+307 |
| 2023-09-12 | cmd/tsconnect/wasm: register netstack.Impl with tsd.System | Brad Fitzpatrick | 1 | -0/+1 |
| 2023-09-12 | wgengine{,/netstack}: remove AddNetworkMapCallback from Engine interface | Brad Fitzpatrick | 1 | -0/+1 |
| 2023-09-12 | control/controlknobs: move more controlknobs code from controlclient | Brad Fitzpatrick | 1 | -1/+1 |
| 2023-09-12 | cmd/tailscale/cli: fix panic in netcheck print when no DERP home | Brad Fitzpatrick | 1 | -1/+5 |
| 2023-09-12 | ipn/ipnlocal: fix missing controlknobs.Knobs plumbing | Brad Fitzpatrick | 1 | -0/+19 |