| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-05-20 | installer.sh: do not run `pacman -Sy`knyar/install2 | Anton Tolchanov | 1 | -1/+1 |
| 2024-05-01 | scripts/installer.sh: remove unnecessary escaping in grep (#11950) | Andrew Lytvynov | 1 | -2/+4 |
| 2024-04-28 | net/{interfaces,netmon}, all: merge net/interfaces package into net/netmon | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-04-15 | Revert "licenses: add gliderlabs/ssh license" | Will Norris | 1 | -1/+0 |
| 2024-04-13 | cmd/tailscaled, net/tstun: build for aix/ppc64 | Brad Fitzpatrick | 1 | -3/+41 |
| 2024-04-11 | licenses: add gliderlabs/ssh license | Will Norris | 1 | -0/+1 |
| 2024-03-29 | .github/workflows: remove go-licenses action | Will Norris | 1 | -64/+0 |
| 2024-03-25 | .github/workflows: fix path filter for 'Kubernetes manifests' test job (#11520) | Irbe Krumina | 1 | -2/+2 |
| 2024-02-28 | .github/workflows: fix regular breakage of go toolchains | James Tucker | 1 | -1/+1 |
| 2024-02-23 | .github/workflows: fix typo in XDG_CACHE_HOME | James Tucker | 1 | -1/+1 |
| 2024-02-09 | .github: fuzzing is now unbroken | Andrew Dunham | 1 | -1/+1 |
| 2024-02-07 | .github/workflows: temporarily disable broken oss-fuzz action | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-02-07 | .github/workflows: update golangci-lint for Go 1.22 | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-02-07 | .github/workflows: add privileged tests workflow | James Tucker | 1 | -0/+13 |
| 2024-01-19 | go.mod,wgengine/netstack: bump gvisor | James Tucker | 1 | -0/+6 |
| 2024-01-19 | go.mod: bump most deps for start of cycle | James Tucker | 1 | -3/+3 |
| 2024-01-19 | ./github/workflows/kubemanifests.yaml: fix the paths whose changes should tri... | Irbe Krumina | 1 | -2/+2 |
| 2024-01-09 | .github/workflows/govulncheck: migrate to a Github App (#10793) | Andrew Lytvynov | 1 | -11/+24 |
| 2023-12-14 | cmd/k8s-operator: operator can create subnetrouter (#9505) | Irbe Krumina | 1 | -2/+3 |
| 2023-12-06 | .github/workflows: add webclient workflow | Sonia Appasamy | 1 | -0/+40 |
| 2023-12-04 | cmd/k8s-operator: generate static kube manifests from the Helm chart. (#10436) | Irbe Krumina | 2 | -1/+7 |
| 2023-11-21 | ci: report test coverage to coveralls.io | Percy Wegmann | 1 | -1/+7 |
| 2023-11-16 | .github: build gocross using regular GOPROXY settings | Will Norris | 1 | -0/+1 |
| 2023-11-14 | .github: add action for updating web-client-prebuilt module | Will Norris | 1 | -0/+51 |
| 2023-11-01 | .github: Bump actions/checkout from 3 to 4 | dependabot[bot] | 1 | -1/+1 |
| 2023-11-01 | cmd/k8s-operator/deploy/chart,.github/workflows: use helm chart API v2 (#10055) | Irbe Krumina | 1 | -0/+24 |
| 2023-10-26 | .github: run tests on all PRs, regardless of branch name | Will Norris | 1 | -2/+1 |
| 2023-10-25 | .github/workflows: add checklocks | James Tucker | 1 | -0/+28 |
| 2023-10-18 | .github/workflows: update golangci-lint | James Tucker | 1 | -2/+2 |
| 2023-10-17 | ipn/{conffile,ipnlocal}: start booting tailscaled from a config file w/ auth key | Brad Fitzpatrick | 1 | -0/+8 |
| 2023-10-16 | tstest, tstest/integration, github/workflows: shard integration tests | Brad Fitzpatrick | 1 | -0/+10 |
| 2023-10-16 | cmd/testwrapper: parse args better | Maisem Ali | 1 | -1/+1 |
| 2023-10-14 | .github/workflows: break up race builder a bit more | Brad Fitzpatrick | 1 | -1/+12 |
| 2023-10-14 | github/workflows: move race tests to their own job | Brad Fitzpatrick | 1 | -2/+10 |
| 2023-10-14 | tstest/integration: add tests for tun mode (requiring root) | Brad Fitzpatrick | 1 | -0/+2 |
| 2023-09-13 | .github/workflows: fix slack-action format in govulncheck.yml (#9390) | Andrew Lytvynov | 1 | -2/+3 |
| 2023-09-04 | .github,cmd/gitops-pusher: update to checkout@v4 | Maisem Ali | 9 | -21/+21 |
| 2023-08-31 | .github/workflows: only run bench all on packages with benchmarks | Brad Fitzpatrick | 1 | -2/+3 |
| 2023-08-31 | .github: do not use testwrapper for benchmarks | Maisem Ali | 1 | -2/+4 |
| 2023-08-24 | all: adjust some build tags for plan9 | Brad Fitzpatrick | 1 | -0/+3 |
| 2023-08-24 | .github: update flakehub workflow to support existing tags (#9067) | shayne | 1 | -2/+10 |
| 2023-08-24 | .github: fix flakehub-publish-tagged.yml glob (#9066) | shayne | 1 | -2/+4 |
| 2023-08-22 | .github: add flakehub-publish-tagged.yml (#9009) | shayne | 1 | -0/+17 |
| 2023-08-12 | scripts/installer.sh: set Deepin to a debian version | Denton Gentry | 1 | -1/+1 |
| 2023-08-11 | .github: use testwrapper on windows | Maisem Ali | 1 | -1/+1 |
| 2023-07-14 | .github/workflows: add govulncheck workflow (#8623) | Andrew Lytvynov | 1 | -0/+37 |
| 2023-06-26 | cmd/testwrapper: only retry flaky failed tests | Maisem Ali | 1 | -2/+2 |
| 2023-06-25 | .github: actually run tests in CI | Maisem Ali | 1 | -2/+2 |
| 2023-06-21 | .github: Bump actions/checkout from 1 to 3 | dependabot[bot] | 1 | -1/+1 |
| 2023-06-14 | .github/workflows: Add docker build check (#8345) | Claire Wang | 1 | -0/+15 |