| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-02 | tstest/integration: don't require TestMake, stop leaking binaries in /tmp | Brad Fitzpatrick | 2 | -11/+4 |
| 2024-08-22 | all: fix new lint warnings from bumping staticcheck | Brad Fitzpatrick | 1 | -2/+0 |
| 2024-07-10 | all: add test for package comments, fix, add comments as needed | Brad Fitzpatrick | 1 | -51/+0 |
| 2024-04-28 | net/{interfaces,netmon}, all: merge net/interfaces package into net/netmon | Brad Fitzpatrick | 1 | -3/+3 |
| 2024-04-16 | all: use Go 1.22 range-over-int | Brad Fitzpatrick | 3 | -3/+3 |
| 2023-12-21 | all: cleanup unused code, part 2 (#10670) | Andrew Lytvynov | 1 | -0/+2 |
| 2023-12-20 | all: cleanup unused code, part 1 (#10661) | Andrew Lytvynov | 2 | -9/+0 |
| 2023-08-24 | all: adjust some build tags for plan9 | Brad Fitzpatrick | 6 | -6/+6 |
| 2023-01-27 | all: update tools that manage copyright headers | Will Norris | 1 | -5/+2 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 16 | -48/+32 |
| 2022-11-04 | all: remove old +build tags | Brad Fitzpatrick | 8 | -8/+0 |
| 2022-09-29 | all: fix spelling mistakes | Josh Soref | 2 | -2/+2 |
| 2022-07-25 | all: convert more code to use net/netip directly | Brad Fitzpatrick | 4 | -10/+8 |
| 2022-07-25 | all: use various net/netip parse funcs directly | Brad Fitzpatrick | 2 | -2/+4 |
| 2022-07-25 | net/netaddr: start migrating to net/netip via new netaddr adapter package | Brad Fitzpatrick | 4 | -5/+5 |
| 2022-05-06 | tstest/integration/vms: use hujson.Standardize instead of hujson.Unmarshal (#... | Joe Tsai | 1 | -2/+5 |
| 2022-05-06 | tailcfg,all: change structs to []*dnstype.Resolver | Maisem Ali | 1 | -1/+1 |
| 2022-04-12 | tstest/integration/vms: smoke test derphttp through mitm proxies | Tom DNetto | 5 | -20/+175 |
| 2022-04-11 | tstest/integration/vms: test on stable nixos (21.11) | Tom DNetto | 5 | -2/+32 |
| 2022-04-08 | tstest/integration/vms: consistently use two dashes for command-line switches | Tom DNetto | 1 | -1/+1 |
| 2022-04-07 | tstest/integration/vms: fix docs, qemu-img invocation | Tom DNetto | 2 | -9/+7 |
| 2022-01-27 | cmd/tailscale: fix up --reset, again | Brad Fitzpatrick | 1 | -0/+1 |
| 2021-12-13 | tstest/integration: build binaries only once | Josh Bleecher Snyder | 4 | -18/+26 |
| 2021-12-01 | Replace AWS SDK v1 dependency with v2 | Artyom Pervukhin | 1 | -10/+9 |
| 2021-10-12 | all: fix spelling mistakes | nicksherron | 1 | -1/+1 |
| 2021-10-07 | all: gofmt | Brad Fitzpatrick | 1 | -0/+1 |
| 2021-09-07 | tstest/integration/vms: use fork of goexpect to avoid proto/grpc dep | David Crawshaw | 1 | -1/+1 |
| 2021-09-01 | tstest/integration/vms: move build tags from linux to !windows | David Crawshaw | 9 | -23/+17 |
| 2021-08-31 | tstest/integration/vms: test DNS configuration | Christine Dodrill | 3 | -1/+110 |
| 2021-08-31 | .github: add Ubuntu VM test | David Crawshaw | 1 | -3/+4 |
| 2021-08-31 | tstest/integration/vms: turn on logcatcher logging by default | David Crawshaw | 1 | -1/+1 |
| 2021-08-31 | tstest/integration/vms: avoid log after test completion | David Crawshaw | 1 | -0/+3 |
| 2021-08-31 | tstest/integration/vms: give guest multiple cores and use generic machine | David Crawshaw | 1 | -1/+3 |
| 2021-08-31 | tstest/integration/vms: print qemu console output, fix printing issues | David Crawshaw | 3 | -112/+153 |
| 2021-08-31 | tstest/integration/vms: fix ubuntu URLs | David Crawshaw | 2 | -285/+6 |
| 2021-08-30 | vms: make ssh-keygen quiet by default | David Crawshaw | 1 | -1/+5 |
| 2021-08-05 | all: gofmt with Go 1.17 | Josh Bleecher Snyder | 10 | -0/+10 |
| 2021-07-22 | tstest/integration/vms: disable rDNS for sshd on centos (#2492) | Christine Dodrill | 1 | -1/+3 |
| 2021-07-22 | tstest/integration/vms: disable nixos unstable (#2491) | Christine Dodrill | 1 | -0/+4 |
| 2021-07-16 | tstest/integration/vms: codegen for top level tests (#2441) | Christine Dodrill | 9 | -149/+513 |
| 2021-07-16 | tstest/integration/vms: use one testcontrol instance per VM (#2437) | Christine Dodrill | 5 | -101/+113 |
| 2021-07-15 | tstest/integration/vms: attempt to send more UDP packets (#2433) | Christine Dodrill | 1 | -16/+31 |
| 2021-07-15 | tstest/integration/vms: deflake the tailscale_status test (#2427) | Christine Dodrill | 1 | -5/+26 |
| 2021-07-13 | tstest/integration/vms: delete a log file i was using to debug the tests (#2416) | Christine Dodrill | 1 | -191/+0 |
| 2021-07-13 | tstest/integration/vms: split up test framework into files (#2396) | Christine Dodrill | 6 | -621/+846 |
| 2021-07-13 | tstest/integration/testcontrol: add ipv6 support (#2394) | Christine Dodrill | 1 | -0/+20 |
| 2021-07-12 | Revert "Revert "tstest/integration/vms: end-to-end UDP test (#2361)" (#2364)"... | Christine Dodrill | 3 | -0/+383 |
| 2021-07-09 | tstest/integration/vms: add NixOS unstable back (#2330) | Christine Dodrill | 1 | -4/+1 |
| 2021-07-09 | tstest/integration/vms: unbreak nixos builds (#2372) | Christine Dodrill | 2 | -6/+5 |
| 2021-07-08 | Revert "tstest/integration/vms: end-to-end UDP test (#2361)" (#2364) | Christine Dodrill | 2 | -196/+0 |