| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-13 | cmd/containerboot: mark TestContainerBoot as flaky | Brad Fitzpatrick | 1 | -0/+2 |
| 2026-03-11 | cmd/{containerboot,k8s-operator}: reissue auth keys for broken proxies (#16450) | Tom Proctor | 1 | -16/+173 |
| 2026-03-06 | all: use Go 1.26 things, run most gofix modernizers | Brad Fitzpatrick | 1 | -4/+3 |
| 2026-03-05 | types/ptr: deprecate ptr.To, use Go 1.26 new | Brad Fitzpatrick | 1 | -13/+12 |
| 2026-02-25 | cmd/containerboot, net/dns/resolver: remove unused funcs in tests | Brad Fitzpatrick | 1 | -6/+0 |
| 2026-02-20 | cmd/containerboot,kube: enable autoadvertisement of Tailscale services on con... | Tom Meadows | 1 | -14/+56 |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 1 | -1/+1 |
| 2025-12-18 | cmd/containerboot: support egress to Tailscale Service FQDNs (#17493) | Tom Proctor | 1 | -14/+36 |
| 2025-11-18 | all: rename variables with lowercase-l/uppercase-I | Alex Chan | 1 | -20/+20 |
| 2025-06-27 | cmd/{containerboot,k8s-operator}: use state Secret for checking device auth (... | Tom Proctor | 1 | -63/+69 |
| 2025-05-30 | cmd/containerboot: allow setting --accept-dns via TS_EXTRA_ARGS again (#16129) | Irbe Krumina | 1 | -91/+157 |
| 2025-04-08 | cmd/containerboot: speed up tests (#14883) | Tom Proctor | 1 | -758/+800 |
| 2025-01-30 | cmd/containerboot: wait for consistent state on shutdown (#14263) | Tom Proctor | 1 | -29/+113 |
| 2025-01-29 | cmd/{k8s-operator,containerboot},kube: ensure egress ProxyGroup proxies don't... | Irbe Krumina | 1 | -34/+93 |
| 2024-12-11 | cmd/containerboot: add more tests, check that egress service config only set ... | Irbe Krumina | 1 | -8/+116 |
| 2024-12-04 | cmd/{containerboot,k8s-operator},kube/kubetypes: kube Ingress L7 proxies only... | Irbe Krumina | 1 | -15/+21 |
| 2024-12-02 | cmd/containerboot: serve health on local endpoint (#14246) | Tom Proctor | 1 | -1/+149 |
| 2024-07-05 | cmd/containerboot,cmd/k8s-operator: enable IPv6 for fqdn egress proxies (#12577) | Tom Proctor | 1 | -1/+68 |
| 2024-05-10 | cmd/k8s-operator,cmd/containerboot,ipn,k8s-operator: turn off stateful filter... | Irbe Krumina | 1 | -5/+5 |
| 2024-01-08 | cmd/containerboot: add EXPERIMENTAL_TS_CONFIGFILE_PATH env var to allow passi... | Irbe Krumina | 1 | -1/+24 |
| 2024-01-04 | cmd/containerboot: ensure that subnet routes can be unset. (#10734) | Irbe Krumina | 1 | -0/+22 |
| 2023-12-05 | all: fix nilness issues | Matt Layher | 1 | -3/+0 |
| 2023-11-22 | containerboot: Add TS_ACCEPT_ROUTES (#10176) | Claire Wang | 1 | -0/+16 |
| 2023-10-16 | cmd/containerboot: revert to using tailscale up | Maisem Ali | 1 | -106/+30 |
| 2023-10-11 | cmd/containerboot: use linuxfw.NetfilterRunner | Maisem Ali | 1 | -5/+1 |
| 2023-09-29 | cmd/containerboot: set TS_AUTH_ONCE default to true. | Denton Gentry | 1 | -6/+26 |
| 2023-09-21 | cmd/containerboot: avoid leaking bash scripts after test runs | James Tucker | 1 | -1/+1 |
| 2023-09-20 | cmd/containerboot: add iptables based MSS clamping for ingress/egress proxies | Maisem Ali | 1 | -0/+2 |
| 2023-08-30 | cm/k8s-operator,cmd/containerboot: fix STS config, more tests (#9155) | Irbe Krumina | 1 | -1/+25 |
| 2023-08-29 | cmd/containerboot: fix broken tests | Maisem Ali | 1 | -28/+92 |
| 2023-08-28 | cmd/k8s-operator: put Tailscale IPs in Service ingress status | Mike Beaumont | 1 | -6/+10 |
| 2023-08-21 | types/netmap, all: make NetworkMap.SelfNode a tailcfg.NodeView | Brad Fitzpatrick | 1 | -4/+4 |
| 2023-03-02 | cmd/containerboot,kube: consolidate the two kube clients | Maisem Ali | 1 | -4/+4 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 1 | -3/+2 |
| 2023-01-25 | cmd/k8s-operator: support setting a custom hostname. | David Anderson | 1 | -0/+16 |
| 2023-01-05 | cmd/containerboot: use TS_AUTHKEY as the parameter for auth keys | David Anderson | 1 | -10/+28 |
| 2022-12-16 | cmd/containerboot: allow disabling secret storage in k8s. | David Anderson | 1 | -0/+25 |
| 2022-12-07 | cmd/containerboot: switch to IPN bus monitoring instead of polling. | David Anderson | 1 | -98/+118 |
| 2022-12-07 | cmd/containerboot: gracefully degrade if missing patch permissions in k8s. | David Anderson | 1 | -16/+78 |
| 2022-12-06 | cmd/containerboot: check that k8s secret permissions are correct. | David Anderson | 1 | -0/+6 |
| 2022-12-06 | cmd/containerboot: refactor tests to have more explicit phases. | David Anderson | 1 | -182/+292 |
| 2022-12-06 | cmd/containerboot: fix some lint. | David Anderson | 1 | -1/+1 |
| 2022-12-06 | cmd/containerboot: fix TS_STATE_DIR environment variable | Anton Tolchanov | 1 | -1/+1 |
| 2022-11-10 | cmd/containerboot: make a tests table, add more tests. | David Anderson | 1 | -42/+390 |
| 2022-11-09 | cmd/containerboot: add tests. | David Anderson | 1 | -0/+396 |