summaryrefslogtreecommitdiffhomepage
path: root/control/controlclient
AgeCommit message (Expand)AuthorFilesLines
2024-02-08all: use reflect.TypeFor now available in Go 1.22 (#11078)Joe Tsai2-2/+2
2024-02-07util/cmpx: delete now that we're using Go 1.22Brad Fitzpatrick1-3/+3
2024-01-18control/controlclient,util/execqueue: extract execqueue into a packageJames Tucker1-95/+4
2024-01-05controlclient,tailcfg,types: expose MaxKeyDuration via localapi (#10401)James 'zofrex' Sanderson2-1/+6
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov2-58/+0
2023-12-18ipn: apply tailnet-wide default for auto-updates (#10508)Andrew Lytvynov1-55/+63
2023-12-05all: fix nilness issuesMatt Layher1-3/+0
2023-11-17control/controlclient: support incremental packet filter updates [capver 81]Brad Fitzpatrick2-3/+127
2023-11-05control/controlclient: move watchdog out of mapSessionBrad Fitzpatrick2-70/+38
2023-11-05control/controlclient: move lastPrintMap field from Direct to mapSessionBrad Fitzpatrick3-28/+24
2023-10-20control/controlclient: support certstore without cgoAdrian Dewhurst2-7/+5
2023-10-13tailcfg: add tailnet field to register request (#9675)Claire Wang1-0/+7
2023-10-03control/controlclient: fix deadlock in shutdownMaisem Ali1-2/+3
2023-10-01tailcfg, all: use []netip.AddrPort instead of []string for EndpointsBrad Fitzpatrick2-12/+25
2023-09-29tsnet: add a test for restarting a tsnet server, fix WindowsBrad Fitzpatrick1-0/+8
2023-09-28control/controlclient: fix leaked http2 goroutines on shutdownBrad Fitzpatrick1-0/+6
2023-09-26winutil: refactor methods to get values from registry to also return (#9536)Claire Wang1-1/+1
2023-09-23wgengine/magicsock, controlclient, net/dns: reduce some logspamBrad Fitzpatrick1-1/+1
2023-09-18all: declare & plumb IPv6 masquerade address for peerTom DNetto2-0/+20
2023-09-18tailcfg: add NodeCapMapMaisem Ali1-1/+11
2023-09-18types/netmap: remove NetworkMap.{Addresses,MachineStatus}Brad Fitzpatrick1-6/+0
2023-09-17tailcfg: define a type for NodeCapabilityMaisem Ali1-7/+7
2023-09-15tailcfg: add DNS address list for IsWireGuardOnly nodesJames Tucker2-0/+48
2023-09-12control/controlknobs: move more controlknobs code from controlclientBrad Fitzpatrick2-45/+1
2023-09-12control/controlclient, types/netmap: start plumbing delta netmap updatesBrad Fitzpatrick3-4/+90
2023-09-11control/controlknobs: move ForceBackgroundSTUN to controlknobs.KnobsBrad Fitzpatrick1-0/+4
2023-09-11control/controlknobs, all: add plumbed Knobs type, not global variablesBrad Fitzpatrick3-45/+26
2023-09-10all: depend on zstd unconditionally, remove plumbing to make it optionalBrad Fitzpatrick1-19/+10
2023-09-05control/controlclient: check c.closed in waitUnpauseMaisem Ali1-1/+1
2023-09-02ipn/ipnlocal: fix deadlock in resetControlClientLockedMaisem Ali3-2/+10
2023-09-01all: implement AppendText alongside MarshalText (#9207)Joe Tsai1-0/+4
2023-09-01control/controlclient: clean up various things in prep for state overhaulBrad Fitzpatrick2-223/+151
2023-09-01control/controlclient: serialize Observer callsBrad Fitzpatrick1-8/+86
2023-08-31control/controlclient, ipn/ipnlocal: unplumb a bool true literal optBrad Fitzpatrick1-4/+1
2023-08-31ipn/ipnlocal,control/controlclient: make Logout more syncMaisem Ali1-6/+0
2023-08-31control/controlclient: run SetControlClientStatus in goroutineMaisem Ali1-8/+4
2023-08-31control/controlclient: rename Auto cancel methods, add missing Lock variantBrad Fitzpatrick1-18/+26
2023-08-30control/controlclient: remove unused StartLogoutBrad Fitzpatrick2-15/+0
2023-08-30control/controlclient: cancel map poll when logging outBrad Fitzpatrick1-0/+1
2023-08-30control/controlclient: use slices package moreBrad Fitzpatrick1-19/+4
2023-08-30control/controlclient: de-pointer Status.PersistView, document moreBrad Fitzpatrick2-8/+19
2023-08-30control/controlclient: delete Status.Log{in,out}FinishedBrad Fitzpatrick3-34/+27
2023-08-30control/controlclient: unexport Status.state, add test-only accessorBrad Fitzpatrick3-12/+16
2023-08-30control/controlclient: merge, simplify two health check callsBrad Fitzpatrick1-3/+2
2023-08-29control/controlclient: clean up a few little thingsBrad Fitzpatrick1-8/+9
2023-08-28control/controlclient: replace a status func with Observer interfaceBrad Fitzpatrick2-14/+21
2023-08-28types/logger: add AsJSONBrad Fitzpatrick1-8/+6
2023-08-28control/controlclient: convert PeersChanged nodes to patches internallyBrad Fitzpatrick2-1/+448
2023-08-22types/netmap: remove redundant Netmap.HostinfoBrad Fitzpatrick1-3/+0
2023-08-22control/controlclient: remove quadratic allocs in mapSessionBrad Fitzpatrick2-202/+274