| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 1 | -1/+1 |
| 2025-11-26 | tstest/integration: add integration test for Tailnet Lock | Alex Chan | 1 | -1/+74 |
| 2025-11-25 | tailcfg, control/controlclient: start moving MapResponse.DefaultAutoUpdate to... | Brad Fitzpatrick | 1 | -34/+78 |
| 2025-11-20 | cmd/tailscaled,ipn: show a health warning when state store fails to open (#17... | Andrew Lytvynov | 1 | -0/+37 |
| 2025-11-16 | types/netmap: remove PrivateKey from NetworkMap | Brad Fitzpatrick | 1 | -6/+0 |
| 2025-10-28 | wgengine/magicsock: fix js/wasm crash regression loading non-existent portmapper | Brad Fitzpatrick | 1 | -0/+22 |
| 2025-10-20 | cmd/tailscale: improve the error message for `lock log` with no lock | Alex Chan | 1 | -0/+40 |
| 2025-10-08 | cmd/tailscale/cli: only print authURLs and device approval URLs once | Alex Chan | 1 | -2/+179 |
| 2025-10-08 | tstest/integration: log all the output printed by `tailscale up` | Alex Chan | 1 | -1/+1 |
| 2025-10-08 | tstest/integration: test `tailscale up` when device approval is required | Alex Chan | 1 | -89/+174 |
| 2025-10-06 | tstest/integration: mark TestPeerRelayPing as flaky | Alex Chan | 1 | -0/+1 |
| 2025-10-03 | tstest/integration: mark TestClientSideJailing as flaky | Alex Chan | 1 | -0/+1 |
| 2025-09-29 | feature/clientupdate: move clientupdate to a modular feature, disabled for tsnet | Brad Fitzpatrick | 1 | -2/+3 |
| 2025-09-26 | types/opt: de-weird the API a bit with new True and False consts | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-09-26 | tstest/integration: deflake TestC2NDebugNetmap, disable service collection | Brad Fitzpatrick | 1 | -1/+3 |
| 2025-09-26 | all: don't rebind variables in for loops | Alex Chan | 1 | -1/+0 |
| 2025-09-26 | cmd/tailscale/cli: fix race condition in `up --force-reauth` | Alex Chan | 1 | -8/+0 |
| 2025-09-26 | tstest/integration: skip this test rather than commenting it out | Alex Chan | 1 | -10/+14 |
| 2025-09-25 | tstest/integration: expand the tests for `tailscale up` | Alex Chan | 1 | -38/+155 |
| 2025-09-23 | client, cmd/tailscale/cli, feature/relayserver, net/udprelay: implement tails... | Jordan Whited | 1 | -1/+44 |
| 2025-09-19 | ipn/ipnlocal: add a C2N endpoint for fetching a netmap | Anton Tolchanov | 1 | -0/+145 |
| 2025-09-19 | tstest/integration: support multiple C2N handlers in testcontrol | Anton Tolchanov | 1 | -33/+23 |
| 2025-09-15 | tstest/integration{/testcontrol}: add peer relay integration test (#17103) | Jordan Whited | 1 | -0/+103 |
| 2025-09-08 | utils/expvarx, tstest/integration: mark two tests as known flaky (#17052) | Alex Chan | 1 | -0/+1 |
| 2025-06-26 | ipn/store: automatically migrate between plaintext and encrypted state (#16318) | Andrew Lytvynov | 1 | -0/+59 |
| 2025-05-02 | tstest/integration: don't require TestMake, stop leaking binaries in /tmp | Brad Fitzpatrick | 1 | -1/+0 |
| 2025-05-01 | feature/taildrop: add integration test | Brad Fitzpatrick | 1 | -4/+9 |
| 2025-04-28 | tstest/integration: export test helpers | Brad Fitzpatrick | 1 | -61/+61 |
| 2025-04-28 | tstest/integration: move code from integration_test.go to integration.go | Brad Fitzpatrick | 1 | -600/+1 |
| 2025-04-14 | tstest/integration: simplify TestDNSOverTCPIntervalResolver (#15686) | Jordan Whited | 1 | -15/+5 |
| 2025-03-21 | tstest: make it clearer where AwaitRunning failed and why | James Sanderson | 1 | -1/+3 |
| 2025-02-05 | all: use new LocalAPI client package location | Brad Fitzpatrick | 1 | -3/+4 |
| 2024-10-02 | control/control{client,http}: don't noise dial localhost:443 in http-only tests | Brad Fitzpatrick | 1 | -0/+1 |
| 2024-08-29 | tstest/integration: add UDP netstack loopback integration test (#13312) | Jordan Whited | 1 | -5/+152 |
| 2024-08-28 | wgengine/netstack: implement netstack loopback (#13301) | Jordan Whited | 1 | -4/+152 |
| 2024-08-23 | tstest/integration: change log.Fatal() to t.Fatal() (#13253) | Jordan Whited | 1 | -1/+1 |
| 2024-08-23 | tstest/integration: exercise TCP DNS queries against quad-100 (#13231) | Jordan Whited | 1 | -0/+86 |
| 2024-08-03 | tstest/integration: mark TestNATPing flaky | Maisem Ali | 1 | -0/+1 |
| 2024-06-10 | safesocket: add ConnectContext | Maisem Ali | 1 | -1/+1 |
| 2024-05-07 | cmd/tailscale,controlclient,ipnlocal: fix 'up', deflake tests more | Brad Fitzpatrick | 1 | -7/+25 |
| 2024-05-06 | tailcfg,all: add/plumb Node.IsJailed | Maisem Ali | 1 | -0/+117 |
| 2024-05-06 | tstest/integration: add more debugging, logs to catch flaky test | Brad Fitzpatrick | 1 | -12/+45 |
| 2024-05-06 | net/portmapper: add envknob to disable portmapper in localhost integration tests | Brad Fitzpatrick | 1 | -0/+1 |
| 2024-05-06 | ipn/ipnlocal, tstest/integration: add panic to catch flaky test in the act | Brad Fitzpatrick | 1 | -3/+15 |
| 2024-05-06 | all: make more tests pass/skip in airplane mode | Brad Fitzpatrick | 1 | -0/+1 |
| 2024-04-16 | cmd/tailscale/cli: prevent concurrent Start calls in 'up' | Brad Fitzpatrick | 1 | -10/+8 |
| 2024-04-13 | ipn/ipnlocal: delete redundant TestStatusWithoutPeers | Brad Fitzpatrick | 1 | -0/+5 |
| 2024-04-03 | control/controlclient: delete old naclbox code, require ts2021 Noise | Brad Fitzpatrick | 1 | -10/+11 |
| 2024-01-08 | tstest/integration: add tests for auto-update defaulting behavior (#10763) | Andrew Lytvynov | 1 | -0/+95 |
| 2023-12-21 | safesocket: remove ConnectionStrategy (#10662) | Andrew Lytvynov | 1 | -2/+1 |