summaryrefslogtreecommitdiffhomepage
path: root/control
AgeCommit message (Expand)AuthorFilesLines
2024-03-21control/controlclient: fix panic regression from earlier load balancer hint h...Brad Fitzpatrick1-1/+4
2024-03-20control/controlclient: send load balancing hint HTTP request headerBrad Fitzpatrick3-6/+22
2024-02-25all: remove LenIter, use Go 1.22 range-over-int insteadBrad Fitzpatrick1-1/+1
2024-02-08all: use reflect.TypeFor now available in Go 1.22 (#11078)Joe Tsai3-3/+3
2024-02-07util/cmpx: delete now that we're using Go 1.22Brad Fitzpatrick1-3/+3
2024-01-23wgengine/magicsock: implement probing of UDP path lifetime (#10844)Jordan Whited1-0/+7
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
2024-01-04ipn/ipnlocal: refresh node key without blocking if cap enabled (#10529)James 'zofrex' Sanderson1-0/+8
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov4-117/+0
2023-12-18ipn: apply tailnet-wide default for auto-updates (#10508)Andrew Lytvynov1-55/+63
2023-12-05linuxfw,wgengine/route,ipn: add c2n and nodeattrs to control linux netfilterNaman Sood1-0/+14
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-13control/controlknobs,wgengine/magicsock: implement SilentDisco toggle (#10195)Jordan Whited1-0/+7
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-25net/dns: retry forwarder requests over TCPAndrew Dunham1-16/+23
2023-09-23wgengine/magicsock, controlclient, net/dns: reduce some logspamBrad Fitzpatrick1-1/+1
2023-09-21control,tailcfg,wgengine/magicsock: add nodeAttr to enable/disable peer MTUVal1-0/+6
2023-09-18all: declare & plumb IPv6 masquerade address for peerTom DNetto2-0/+20
2023-09-18tailcfg: add NodeCapMapMaisem Ali2-27/+29
2023-09-18types/netmap: remove NetworkMap.{Addresses,MachineStatus}Brad Fitzpatrick1-6/+0
2023-09-17tailcfg: define a type for NodeCapabilityMaisem Ali2-8/+8
2023-09-15tailcfg: add DNS address list for IsWireGuardOnly nodesJames Tucker2-0/+48
2023-09-12control/controlknobs: move more controlknobs code from controlclientBrad Fitzpatrick3-45/+46
2023-09-12control/controlclient, types/netmap: start plumbing delta netmap updatesBrad Fitzpatrick5-4/+117
2023-09-12ipn/ipnlocal: fix missing controlknobs.Knobs plumbingBrad Fitzpatrick1-0/+16
2023-09-11control/controlknobs: move ForceBackgroundSTUN to controlknobs.KnobsBrad Fitzpatrick2-0/+8
2023-09-11control/controlknobs, all: add plumbed Knobs type, not global variablesBrad Fitzpatrick4-58/+47
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