summaryrefslogtreecommitdiffhomepage
path: root/cmd/tsconnect
AgeCommit message (Expand)AuthorFilesLines
2024-02-25all: remove LenIter, use Go 1.22 range-over-int insteadBrad Fitzpatrick1-2/+2
2024-02-09tailfs: initial implementationPercy Wegmann1-1/+1
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov1-20/+0
2023-11-28scripts/check_license_headers: enforce license on ts/tsx filesSonia Appasamy1-0/+3
2023-10-18cmd/tsconnect/wasm: add missing tstun.Wrapper.Start callBrad Fitzpatrick1-0/+1
2023-09-29go.mod,cmd/tsconnect: bump esbuildJames Tucker1-4/+7
2023-09-18types/netmap: remove NetworkMap.{Addresses,MachineStatus}Brad Fitzpatrick1-1/+10
2023-09-17wgengine, proxymap: split out port mapping from Engine to new typeBrad Fitzpatrick1-1/+1
2023-09-17types/netmap: deprecate NetworkMap.MachineStatus, add accessor methodBrad Fitzpatrick1-1/+1
2023-09-13cmd/tsconnect/wasm: pass a netmon to ipnserver.NewBrad Fitzpatrick1-1/+1
2023-09-12cmd/tsconnect/wasm: register netstack.Impl with tsd.SystemBrad Fitzpatrick1-0/+1
2023-09-11control/controlknobs, all: add plumbed Knobs type, not global variablesBrad Fitzpatrick1-0/+1
2023-09-10all: depend on zstd unconditionally, remove plumbing to make it optionalBrad Fitzpatrick1-4/+0
2023-08-31ipn/ipnlocal: rename LogoutSync to LogoutMaisem Ali1-1/+1
2023-08-30control/controlclient: remove unused StartLogoutBrad Fitzpatrick1-1/+5
2023-08-24all: adjust some build tags for plan9Brad Fitzpatrick7-0/+14
2023-08-21types/netmap, all: make NetworkMap.SelfNode a tailcfg.NodeViewBrad Fitzpatrick1-1/+1
2023-08-18types/netmap, all: use read-only tailcfg.NodeView in NetworkMapBrad Fitzpatrick1-8/+12
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 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