| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-10-07 | .github: Bump github/codeql-action from 3.26.9 to 3.26.11 (#13710) | dependabot[bot] | 1 | -3/+3 |
| 2024-10-07 | .github: Bump actions/cache from 4.0.2 to 4.1.0 (#13711) | dependabot[bot] | 1 | -5/+5 |
| 2024-10-01 | .github: Bump github/codeql-action from 3.26.8 to 3.26.9 (#13625) | dependabot[bot] | 1 | -3/+3 |
| 2024-09-30 | .github: Bump peter-evans/create-pull-request from 7.0.1 to 7.0.5 (#13626) | dependabot[bot] | 2 | -2/+2 |
| 2024-09-24 | .github: Bump tibdex/github-app-token from 1.8.0 to 2.1.0 (#9529) | dependabot[bot] | 2 | -4/+6 |
| 2024-09-23 | .github: pin re-actors/alls-green to latest 1.x (#13558) | Mario Minardi | 1 | -1/+1 |
| 2024-09-23 | .github: update and pin actions/upload-artifact to latest 4.x (#13556) | Mario Minardi | 1 | -2/+6 |
| 2024-09-23 | .github: update and pin actions/cache to latest 4.x (#13555) | Mario Minardi | 1 | -5/+5 |
| 2024-09-23 | .github: use and pin slackapi/slack-github-action to latest 1.x (#13554) | Mario Minardi | 2 | -2/+3 |
| 2024-09-23 | .github: pin codeql actions to latest 3.x (#13552) | Mario Minardi | 1 | -3/+3 |
| 2024-09-23 | .github: pin actions/setup-go usage to latest 5.x (#13553) | Mario Minardi | 3 | -3/+3 |
| 2024-09-23 | .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) | Mario Minardi | 13 | -29/+29 |
| 2024-09-11 | .github: enable fuzz testing again (go1.23) | Maisem Ali | 1 | -1/+1 |
| 2024-09-10 | .github: Bump peter-evans/create-pull-request from 5.0.1 to 7.0.1 (#13419) | dependabot[bot] | 2 | -2/+2 |
| 2024-08-22 | all: switch to and require Go 1.23 | Brad Fitzpatrick | 2 | -4/+4 |
| 2024-07-03 | scripts: don't refresh the pacman repository on Arch (#12194) | Chris Palmer | 1 | -0/+5 |
| 2024-06-26 | ci: enable checklocks workflow for specific packages | Andrew Dunham | 1 | -2/+8 |
| 2024-06-20 | ssh/tailssh: replace incubator process with su instead of running su as child | Percy Wegmann | 1 | -0/+23 |
| 2024-06-14 | derp/xdp,cmd/xdpderper: initial skeleton (#12390) | Jordan Whited | 1 | -2/+2 |
| 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 |