summaryrefslogtreecommitdiffhomepage
path: root/tool
AgeCommit message (Expand)AuthorFilesLines
2023-10-30tool: download helm CLI (#9981)Irbe Krumina2-0/+70
2023-10-10tool/gocross: handle VERSION file not foundMaisem Ali1-1/+4
2023-10-05tool/gocross: don't absorb --tags flags passed to subcommandDavid Anderson2-5/+56
2023-10-03Revert "tool/gocross: disable Linux static linking if GOCROSS_STATIC=0"Brad Fitzpatrick1-4/+0
2023-10-03tool/gocross: merge user's build tags and implicitly added build tags togetherBrad Fitzpatrick2-1/+102
2023-09-28tool/gocross: disable Linux static linking if GOCROSS_STATIC=0Brad Fitzpatrick1-0/+4
2023-09-21release/dist, tool/gocross: add fake "windowsdll" GOOS to gocrossAaron Klotz1-1/+18
2023-08-22release/dist: run yarn build before building CLIWill Norris1-1/+1
2023-08-21Revert "release/dist: run yarn build before building CLI"Will Norris1-1/+1
2023-08-21release/dist: run yarn build before building CLIWill Norris1-1/+1
2023-08-21tool: force HTTP/1.1 in curl to prevent hang behind load balancerVal1-1/+6
2023-08-10tool/{node,yarn}: update node and yarn toolsSonia Appasamy3-68/+92
2023-06-23tool/gocross: make gocross behave with pre-release Go toolchainsDavid Anderson1-14/+19
2023-06-15tool/gocross: properly set simulator deployment target (#8355)Nick O'Neill1-1/+5
2023-06-06tool/gocross: handle TVOS_DEPLOYMENT_TARGET (#8292)Andrea Gottardo1-0/+2
2023-05-29release/dist/synology: build synology packages with cmd/distDavid Anderson1-1/+3
2023-05-09tool/gocross: fix incorrect relpath usage in bootstrap scriptDavid Anderson1-3/+3
2023-04-17various: add golangci-lint, fix issues (#7905)Andrew Dunham1-1/+1
2023-04-11tool/gocross: add ts_macext build tag for Xcode buildsMihai Parparita2-2/+6
2023-03-28tool/gocross: use grep -E over egrep to avoid warningJames Tucker1-1/+1
2023-03-20tool/gocross: correctly embed the git commit into gocrossDavid Anderson1-2/+2
2023-03-20tool/gocross: support running from outside the repo dirDavid Anderson2-4/+21
2023-03-20tool/gocross: fail if the toolchain revision isn't findableDavid Anderson1-3/+0
2023-03-15tool/gocross: delete bootstrap tarball downloads after useDavid Anderson1-0/+1
2023-03-15tool/gocross: adjust Xcode flags to match new Xcode envDavid Anderson2-11/+46
2023-03-15tool/gocross: bootstrap correctly on an older toolchainDavid Anderson1-0/+9
2023-02-24tool/gocross: support local toolchain for developmentDavid Anderson2-18/+34
2023-02-24tool/gocross: embed the version explicitly with linker flagsDavid Anderson1-20/+2
2023-02-24tool/gocross: do all the bootstrap steps in a subshellDavid Anderson1-8/+14
2023-02-23tool/gocross: write the wrapper script directly, rather than printingDavid Anderson1-3/+12
2023-02-22tool/gocross: add command to print the wrapper shell scriptDavid Anderson1-0/+6
2023-02-22tool/gocross: a tool for building Tailscale binariesDavid Anderson11-78/+1322
2023-02-12tool/go: don't use the names GOOS/GOARCH in scriptDavid Anderson1-9/+9
2023-02-02go.toolchain.rev: use new statically built toolchainDavid Anderson1-8/+1
2023-01-30go.toolchain.rev: update to Go 1.20rc3Brad Fitzpatrick1-1/+1
2022-10-25cmd/tsconnect: run wasm-opt on the generated wasm fileMihai Parparita2-0/+75
2022-07-25.github/workflows: add tsconnect static build to wasm GitHub actionMihai Parparita1-5/+5
2022-07-25tool/go: accept a marker file with no line terminatorJames Tucker1-1/+3
2022-07-22cmd/tsconnect: pin yarn and nodeMihai Parparita3-0/+81
2022-01-04tool/go: add wrapper to download and use go.toolchain.rev go version.Maisem Ali1-0/+89