summaryrefslogtreecommitdiffhomepage
path: root/cmd/tsconnect
AgeCommit message (Expand)AuthorFilesLines
2023-08-10tool/{node,yarn}: update node and yarn toolsSonia Appasamy2-1/+4
2023-05-09cmd/tsconnect: fix forgotten API change for wasmBrad Fitzpatrick1-1/+2
2023-05-04tsd: add package with System type to unify subsystem init, discoveryBrad Fitzpatrick1-6/+7
2023-04-20all: avoid repeated default interface lookupsMihai Parparita1-1/+1
2023-04-17various: add golangci-lint, fix issues (#7905)Andrew Dunham1-11/+11
2023-03-30cmd/tsconnect: allow root directory to be passed inMihai Parparita2-0/+4
2023-03-23all: pass log IDs as the proper type rather than stringsWill Norris1-1/+1
2023-03-06cmd/tsconnect: pop CTA to make everything work with tailnet lockTom DNetto4-5/+27
2023-03-01cmd/tsconnect: update device authorization copySonia Appasamy2-2/+2
2023-02-22cmd/tsconnect: find the build dir independently of -trimpathDavid Anderson1-4/+23
2023-02-11version: unexport all vars, turn Short/Long into funcsDavid Anderson1-2/+2
2023-01-31cmd/tsconnect: update to xterm.js 5.1Mihai Parparita2-15/+15
2023-01-30go.toolchain.rev: update to Go 1.20rc3Brad Fitzpatrick1-1/+1
2023-01-30ipn/ipnlocal: drop not required StateKey parameterMaisem Ali1-1/+1
2023-01-30cmd/tsconnect: use empty string as the default state store keyMihai Parparita2-2/+2
2023-01-30safesocket: remove the now unused WindowsLocalPortMaisem Ali1-1/+1
2023-01-27all: update copyright and license headersWill Norris21-63/+42
2022-12-23wgengine/netstack: change netstack API to require LocalBackendClaire Wang1-5/+4
2022-11-28ipn/ipnserver: change Server to let LocalBackend be supplied asyncBrad Fitzpatrick1-7/+10
2022-11-11ipn/ipnlocal: add support for multiple user profilesMaisem Ali1-2/+2
2022-10-31cmd/tsconnect: fix null pointer dereference when DNS lookups failMihai Parparita1-0/+4
2022-10-25cmd/tsconnect: run wasm-opt on the generated wasm fileMihai Parparita1-2/+33
2022-10-24cmd/tsconnect: add README to generated NPM packageMihai Parparita3-2/+17
2022-10-17cmd/tsconnect: add progress and connection callbacksMihai Parparita4-7/+35
2022-10-14cmd/tsconnect: pre-compress main.wasm when building the NPM packageMihai Parparita1-0/+12
2022-10-12cmd/tsconnect: move NPM package to being under the @tailscale orgMihai Parparita1-1/+1
2022-10-10all: fix more resource leaks found by staticmajorEmmanuel T Odeke1-0/+5
2022-10-06cmd/tsconnect: close the SSH session an unload event instead of beforeunloadMihai Parparita1-5/+5
2022-10-04cmd/tsconnect: switch to non-beta versions of xterm and related packagesMihai Parparita2-15/+15
2022-09-30all: consistently initialize Logf when creating tsdial.DialersMihai Parparita1-1/+1
2022-09-29all: fix spelling mistakesJosh Soref2-3/+3
2022-09-21cmd/tsconnect: add error callback for SSH sessionsMihai Parparita2-2/+3
2022-09-19cmd/tsconnect: allow SSH connection timeout to be overriddenMihai Parparita3-1/+10
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun3-6/+3
2022-09-14cmd/tsconnect: use the parent window for `beforeunload` event listenerMihai Parparita1-6/+4
2022-09-12cmd/tsconnect: allow xterm.js terminal options to be passed inMihai Parparita1-2/+4
2022-09-12cmd/tsconnect: allow hostname to be specifiedMihai Parparita2-14/+16
2022-09-12cmd/tsconnect: fix xterm.js link opening not working when rendered into anoth...Mihai Parparita1-1/+3
2022-09-09cmd/tsconnect: enable web links addon in the terminalMihai Parparita4-1/+19
2022-09-09cmd/tsconnect: switch back to public version of xterm npm packageMihai Parparita2-4/+5
2022-09-08cmd/tsconnect: temporarily switch to xterm.js fork that handles popup windowsMihai Parparita4-24/+74
2022-09-08cmd/tsconnect: handle terminal resizes before the SSH session is createdMihai Parparita1-0/+16
2022-09-06cmd/tsconnect: add dev-pkg command for two-sided developmentMihai Parparita6-28/+64
2022-08-31cmd/tsconnect: remove debugging codeMihai Parparita1-1/+1
2022-08-30cmd/tsconnect: output errors to the JS console tooMihai Parparita3-9/+24
2022-08-29cmd/tsconnect: add npm publish workflowMihai Parparita3-10/+52
2022-08-26cmd/tsconnect: expose runSSHSession in npm packageMihai Parparita3-52/+55
2022-08-24cmd/tsconnect: extract NPM package for reusing in other projectsMihai Parparita23-81/+300
2022-08-23cmd/tsconnect: stop writing build artifacts into src/Mihai Parparita2-40/+71
2022-08-09tsconnect: pass in authkey in dev mode (#5320)Charlotte Brandhorst-Satzkorn3-2/+18