summaryrefslogtreecommitdiffhomepage
path: root/cmd/tsconnect/common.go
AgeCommit message (Expand)AuthorFilesLines
2026-03-04go.toolchain.branch: switch to Go 1.26Brad Fitzpatrick1-1/+1
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-02-19go.toolchain.branch: update to Go 1.24 (#15016)Brad Fitzpatrick1-0/+4
2024-11-03cmd/tsconnect: block after starting esbuild dev serverBrad Fitzpatrick1-0/+1
2023-09-29go.mod,cmd/tsconnect: bump esbuildJames Tucker1-4/+7
2023-08-24all: adjust some build tags for plan9Brad Fitzpatrick1-0/+2
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick1-1/+1
2023-08-10tool/{node,yarn}: update node and yarn toolsSonia Appasamy1-0/+3
2023-03-30cmd/tsconnect: allow root directory to be passed inMihai Parparita1-0/+3
2023-02-22cmd/tsconnect: find the build dir independently of -trimpathDavid Anderson1-4/+23
2023-01-30go.toolchain.rev: update to Go 1.20rc3Brad Fitzpatrick1-1/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-10-25cmd/tsconnect: run wasm-opt on the generated wasm fileMihai Parparita1-2/+33
2022-10-10all: fix more resource leaks found by staticmajorEmmanuel T Odeke1-0/+5
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-2/+1
2022-09-06cmd/tsconnect: add dev-pkg command for two-sided developmentMihai Parparita1-0/+34
2022-08-24cmd/tsconnect: extract NPM package for reusing in other projectsMihai Parparita1-2/+44
2022-08-23cmd/tsconnect: stop writing build artifacts into src/Mihai Parparita1-38/+71
2022-08-08cmd/tsconnect: switch UI to PreactMihai Parparita1-0/+1
2022-08-04tsconnect: add flag to specify control server (#5294)Charlotte Brandhorst-Satzkorn1-0/+5
2022-08-02cmd/tsconnect: prefetch main.wasm when servingMihai Parparita1-0/+3
2022-07-27cmd/tsconnect: lint during build stepMihai Parparita1-1/+5
2022-07-27cmd/tsconnect: add Tailwind CSS support and switch to using itMihai Parparita1-0/+34
2022-07-27cmd/tsconnect: switch to TypeScriptMihai Parparita1-1/+1
2022-07-22cmd/tsconnect: pin yarn and nodeMihai Parparita1-5/+4
2022-07-20cmd/tsconnect: allow building static resources in a different directoryMihai Parparita1-1/+10
2022-07-19cmd/tsconnect: initial scaffolding for Tailscale Connect browser clientMihai Parparita1-0/+105