summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-02-19wgengine/router: drop non-Tailscale IPv6 traffic from ULA rangeandrew/router-drop-ulaAndrew Dunham2-3/+15
2023-02-19licenses: update tailscale{,d} licensesLicense Updater1-1/+1
2023-02-19.github/workflows: add armv5 and armv7 cross testsDavid Anderson1-0/+7
2023-02-19ssh/tailssh: detect user shell correctly on darwinMaisem Ali1-4/+12
2023-02-18scripts/installer.sh: add GalliumOS and Sangoma LinuxDenton Gentry1-1/+7
2023-02-18.github/workflows: fix non-collapsing CI status in PRsDavid Anderson1-2/+9
2023-02-18client/tailscale: add tags field to Device structNicolas BERNARD1-11/+12
2023-02-18.github/workflows: run CI and CodeQL in the merge queueDavid Anderson2-0/+2
2023-02-18build_dist.sh: use cmd/mkversion to get version dataDavid Anderson3-26/+11
2023-02-18version/mkversion: allow collecting version only from this repoDavid Anderson3-208/+124
2023-02-18go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2023-02-18go.mod: bump x/cryptoBrad Fitzpatrick2-3/+3
2023-02-18metrics: add SetInt64 to ease using LabelMap for gauge metricsMaisem Ali1-0/+5
2023-02-18scripts/installer.sh: add postmarketos support.Denton Gentry1-0/+5
2023-02-18version/mkversion: add exports for major/minor/patchDavid Anderson2-0/+36
2023-02-18version/mkversion: add documentation, rename internal terminologyDavid Anderson2-98/+129
2023-02-18version/mkversion: open-source version generation logicDavid Anderson3-0/+676
2023-02-17cmd/tailscale/cli: handle home dir correctly on macOS for kubeconfigMaisem Ali1-3/+33
2023-02-17.github/workflows: set TS_FUZZ_CURRENTLY_BROKEN to falseMaisem Ali1-1/+1
2023-02-16Makefile: add help text to MakefileWill Norris1-20/+25
2023-02-16licenses: update tailscale{,d} licensesLicense Updater1-6/+9
2023-02-15licenses: update win/apple licensesLicense Updater2-7/+7
2023-02-14go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2023-02-14go.toolchain.rev: update to Go 1.20.1Brad Fitzpatrick3-12/+13
2023-02-14tstest/integration: enable go lookups from $PATHJames Tucker1-8/+23
2023-02-14cmd/tailscale/cli: add "configure kubeconfig" subcommandMaisem Ali6-5/+362
2023-02-14cmd/tailscale/cli: add a hidden configure subcommandMaisem Ali3-5/+51
2023-02-14util/linuxfw: add build constraints excluding GOARCH=armAndrew Dunham5-6/+6
2023-02-14.github/workflows: fix typoDavid Anderson1-2/+2
2023-02-14.github/workflows: add workflow to update go.mod Nix SRI hashDavid Anderson2-2/+51
2023-02-14Dockerfile: fix docker buildDavid Anderson2-9/+9
2023-02-12wgengine/magicsock: remove superfluous "discokey" from logDenton Gentry1-1/+1
2023-02-12licenses: update android licensesLicense Updater1-2/+2
2023-02-12.github/workflows: simplify build-only go test invocationDavid Anderson1-5/+1
2023-02-12.github/workflows: support disabling fuzz testing safelyDavid Anderson1-4/+52
2023-02-12.github/workflows: pin version of Windows we run onDavid Anderson1-1/+1
2023-02-12.github/workflows: pin version of Ubuntu we run onDavid Anderson1-12/+12
2023-02-12.github/workflows: use variant=race instead of race=true for race testDavid Anderson1-4/+4
2023-02-12.github/workflows: add back forgotten android CI jobDavid Anderson1-0/+19
2023-02-12.github/workflows: unify and matrixify all our CI stepsDavid Anderson19-1023/+325
2023-02-12tool/go: don't use the names GOOS/GOARCH in scriptDavid Anderson1-9/+9
2023-02-12cmd/tailscale/cli: add logout and debug info to webJenny Zhang3-29/+84
2023-02-11.github/workflows: remove 'ci skip' boilerplateDavid Anderson12-23/+2
2023-02-11licenses: update android licensesLicense Updater1-4/+4
2023-02-11scripts/installer.sh: add Mendel OS and OpenMandriva.Denton Gentry1-2/+2
2023-02-11cmd/printdep: print correct toolchain URLDavid Anderson1-10/+1
2023-02-11version: fix version output for "go run"David Anderson1-0/+5
2023-02-11version: make all exported funcs compile-time constant or lazyDavid Anderson9-183/+240
2023-02-11version: unexport all vars, turn Short/Long into funcsDavid Anderson20-59/+67
2023-02-10types/lazy: helpers for lazily computed valuesDavid Anderson4-0/+477