| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-08 | feature/taildrop, ipn/ipnlocal: remove leftover dup calls to osshare | Brad Fitzpatrick | 1 | -0/+1 |
| 2025-05-04 | tstest/integration: work around ETXTBSY flake | Brad Fitzpatrick | 1 | -0/+26 |
| 2025-05-02 | tstest/integration: don't require TestMake, stop leaking binaries in /tmp | Brad Fitzpatrick | 4 | -51/+134 |
| 2025-05-01 | feature/taildrop: add integration test | Brad Fitzpatrick | 3 | -41/+77 |
| 2025-04-29 | tstest/integration: remove vestigial env var set in tests | Brad Fitzpatrick | 1 | -1/+0 |
| 2025-04-28 | tstest/integration: export test helpers | Brad Fitzpatrick | 2 | -105/+107 |
| 2025-04-28 | tstest/integration: move code from integration_test.go to integration.go | Brad Fitzpatrick | 2 | -600/+605 |
| 2025-04-16 | net/netmon: publish events to event bus | David Anderson | 5 | -0/+5 |
| 2025-04-16 | all: construct new System values with an event bus pre-populated | M. J. Fromberger | 5 | -5/+0 |
| 2025-04-16 | tsd: wire up the event bus to tailscaled | David Anderson | 5 | -0/+5 |
| 2025-04-14 | tstest/integration: simplify TestDNSOverTCPIntervalResolver (#15686) | Jordan Whited | 1 | -15/+5 |
| 2025-03-28 | cmd/tailscaled,ipn/{auditlog,ipnlocal},tsd: omit auditlog unless explicitly i... | Nick Khyl | 1 | -0/+1 |
| 2025-03-25 | tstest/integration/testcontrol: fix AddRawMapResponse race condition | James Sanderson | 1 | -7/+9 |
| 2025-03-21 | tstest: make it clearer where AwaitRunning failed and why | James Sanderson | 1 | -1/+3 |
| 2025-03-07 | wgengine/magicsock: use learned DERP route as send path of last resort | Brad Fitzpatrick | 1 | -0/+36 |
| 2025-03-04 | gokrazy/natlab: update gokrazy, wire up natlab tests to GitHub CI | Brad Fitzpatrick | 1 | -1/+19 |
| 2025-02-14 | various: keep tailscale connected when Always On mode is enabled on Windows | Nick Khyl | 1 | -0/+1 |
| 2025-02-05 | all: use new LocalAPI client package location | Brad Fitzpatrick | 6 | -8/+9 |
| 2025-01-23 | cmd/tailscaled,util/syspolicy/source,util/winutil/gp: disallow acquiring the ... | Nick Khyl | 1 | -0/+1 |
| 2025-01-22 | feature/*: make Wake-on-LAN conditional, start supporting modular features | Brad Fitzpatrick | 5 | -0/+5 |
| 2025-01-14 | all: add Node.HomeDERP int, phase out "127.3.3.40:$region" hack [capver 111] | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-01-07 | all: fix golangci-lint errors | Will Norris | 1 | -1/+1 |
| 2025-01-06 | tailcfg: remove unused User fields | Brad Fitzpatrick | 1 | -13/+15 |
| 2024-11-15 | tstest/integration/testcontrol: remove a vestigial unused parameter | Brad Fitzpatrick | 1 | -4/+4 |
| 2024-11-07 | control/controlhttp/controlhttpserver: split out Accept to its own package | Brad Fitzpatrick | 1 | -2/+2 |
| 2024-10-02 | control/control{client,http}: don't noise dial localhost:443 in http-only tests | Brad Fitzpatrick | 1 | -0/+1 |
| 2024-09-27 | ipn/ipnlocal: add advertised and primary route metrics | Kristoffer Dalby | 1 | -0/+2 |
| 2024-09-16 | wgengine/magicsock: disable raw disco by default; add envknob to enable | Andrew Dunham | 1 | -5/+9 |
| 2024-09-03 | tstest/natlab: add dual stack with blackholed IPv4 | Brad Fitzpatrick | 1 | -0/+25 |
| 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-26 | tstest/natlab: fix IPv6 tests, remove TODOs | Brad Fitzpatrick | 1 | -18/+30 |
| 2024-08-24 | tstest/natlab/vnet: add start of IPv6 support | Brad Fitzpatrick | 1 | -1/+38 |
| 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-22 | all: fix new lint warnings from bumping staticcheck | Brad Fitzpatrick | 1 | -2/+0 |
| 2024-08-13 | gokrazy,tstest/integration/nat: add Gokrazy appliance just for natlab | Brad Fitzpatrick | 1 | -3/+4 |
| 2024-08-13 | tstest/integration/nat: remove -audio none flag from qemu | Brad Fitzpatrick | 1 | -1/+0 |
| 2024-08-13 | tstest/integration/nat: make Tailscale status log print less spammy | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-08-13 | tstest/integration/nat: crank up verbosity of a failing test | Brad Fitzpatrick | 1 | -1/+14 |
| 2024-08-13 | tstest/natlab/vnet: standardize on 1-based naming of nodes, networks, MACs | Brad Fitzpatrick | 1 | -10/+10 |
| 2024-08-13 | tstest/natlab: get tailscaled logs from gokrazy via syslog | Brad Fitzpatrick | 1 | -39/+5 |
| 2024-08-12 | tstest/integration/nat: annotate test 'want' values, fail on mismatch | Brad Fitzpatrick | 1 | -5/+25 |
| 2024-08-12 | cmd/tta, vnet: add host firewall, env var support, more tests | Brad Fitzpatrick | 1 | -1/+73 |
| 2024-08-10 | cmd/tailscaled: allow setting env via linux cmdline for integration tests | Brad Fitzpatrick | 5 | -0/+5 |
| 2024-08-09 | tstest/integration/nat: skip some tests by default without flags | Brad Fitzpatrick | 1 | -53/+40 |
| 2024-08-09 | tstest/natlab/vnet: add easyAF | Brad Fitzpatrick | 1 | -3/+26 |
| 2024-08-09 | tstest/natlab/vnet: add pcap support | Maisem Ali | 1 | -1/+5 |
| 2024-08-09 | tstest/integration/nat: add sameLAN node type | Brad Fitzpatrick | 1 | -4/+29 |
| 2024-08-09 | tstest/integration/nat: add start of TestGrid | Brad Fitzpatrick | 1 | -1/+90 |