summaryrefslogtreecommitdiffhomepage
path: root/cmd/tsconnect
AgeCommit message (Expand)AuthorFilesLines
2024-11-11all: use iterators over slice views moreBrad Fitzpatrick1-4/+4
2024-11-03cmd/tsconnect: block after starting esbuild dev serverBrad Fitzpatrick1-0/+1
2024-11-01wgengine/netstack: remove unused taildrive depsBrad Fitzpatrick1-1/+1
2024-10-16cmd/tsconnect, logpolicy: fixes for wasm_js.goChristian1-0/+4
2024-06-05all: use math/rand/v2 moreMaisem Ali1-4/+4
2024-05-17ipn,wgengine: remove vestigial Prefs.AllowSingleHostsBrad Fitzpatrick1-5/+4
2024-04-26health, all: remove health.Global, finish plumbing health.TrackerBrad Fitzpatrick1-3/+4
2024-04-15ipn/ipnlocal: make StartLoginInteractive take (yet unused) contextBrad Fitzpatrick1-1/+1
2024-04-01logtail: delete unused code from old way to configure zstdBrad Fitzpatrick1-2/+5
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