summaryrefslogtreecommitdiffhomepage
path: root/cmd/tsconnect/wasm
AgeCommit message (Expand)AuthorFilesLines
2026-04-07tsd, all: add Sys.ExtraRootCAs, plumb through TLS dial pathsBrad Fitzpatrick1-0/+1
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-18types/netmap,*: remove some redundant fields from NetMapBrad Fitzpatrick1-1/+1
2025-10-01net/netmon: remove usage of direct callbacks from netmon (#17292)Claus Lensbøl1-1/+1
2025-09-25various: allow tailscaled shutdown via LocalAPINick Khyl1-1/+1
2025-09-16health,ipn/ipnlocal: introduce eventbus in heath.Tracker (#17085)Claus Lensbøl1-1/+1
2025-08-22fix: invalid memory address or nil pointer dereference (#16922)Need-an-AwP1-0/+1
2025-07-08cmd/tailscale/cli,ipn/ipnlocal: restrict logout when AlwaysOn mode is enabledNick Khyl1-1/+2
2025-06-27ipn/store: make StateStore.All optional (#16409)Andrew Lytvynov1-24/+0
2025-06-26ipn/store: automatically migrate between plaintext and encrypted state (#16318)Andrew Lytvynov1-0/+24
2025-04-16all: update the tsd.System constructor name (#15372)M. J. Fromberger1-1/+1
2025-04-16all: construct new System values with an event bus pre-populatedM. J. Fromberger1-1/+1
2025-01-14cmd/viewer,types/views,various: avoid allocations in pointer field getters wh...Nick Khyl1-1/+1
2024-11-11all: use iterators over slice views moreBrad Fitzpatrick1-4/+4
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-10-18cmd/tsconnect/wasm: add missing tstun.Wrapper.Start callBrad Fitzpatrick1-0/+1
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-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-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-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 DNetto1-2/+4
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 Parparita1-1/+1
2023-01-30safesocket: remove the now unused WindowsLocalPortMaisem Ali1-1/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
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-17cmd/tsconnect: add progress and connection callbacksMihai Parparita1-2/+15