summaryrefslogtreecommitdiffhomepage
path: root/control
AgeCommit message (Expand)AuthorFilesLines
2024-04-29appc: add flag shouldStoreRoutes and controlknob for itFran Bull1-0/+7
2024-04-28net/netmon, add: add netmon.State type alias of interfaces.StateBrad Fitzpatrick1-2/+1
2024-04-27net/netns, net/dns/resolver, etc: make netmon required in most placesBrad Fitzpatrick5-15/+31
2024-04-26health, all: remove health.Global, finish plumbing health.TrackerBrad Fitzpatrick4-10/+20
2024-04-26control/controlclient: plumb health.TrackerBrad Fitzpatrick2-16/+18
2024-04-25tsd, ipnlocal, etc: add tsd.System.HealthTracker, start some plumbingBrad Fitzpatrick2-2/+3
2024-04-25health: add Tracker type, in prep for removing global variablesBrad Fitzpatrick2-10/+10
2024-04-21types/persist: remove unused field Persist.ProviderBrad Fitzpatrick1-3/+0
2024-04-21tailcfg: remove some unused fields from RegisterResponseAuthBrad Fitzpatrick1-4/+1
2024-04-21tailcfg: pointerify RegisterRequest.Auth, omitemptify RegisterResponseAuthBrad Fitzpatrick1-4/+9
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick6-12/+12
2024-04-03control/controlclient: delete old naclbox code, require ts2021 NoiseBrad Fitzpatrick1-152/+45
2024-03-27control/controlclient: move client watchdog to cover initial requestJames Tucker1-21/+25
2024-03-24all: deprecate Node.Capabilities (more), remove PeerChange.Capabilities [capv...Brad Fitzpatrick3-45/+15
2024-03-22ipn/ipnlocal, types/netmap: replace hasCapability with set lookup on NetworkMapBrad Fitzpatrick1-0/+12
2024-03-22control/controlclient: free memory on iOS before full netmap workBrad Fitzpatrick1-0/+8
2024-03-21control/controlclient: fix panic regression from earlier load balancer hint h...Brad Fitzpatrick1-1/+4
2024-03-21all: use zstdframe where sensible (#11491)Joe Tsai1-12/+2
2024-03-20control/controlclient: do not alias peer CapMapAdrian Dewhurst2-2/+8
2024-03-20control/controlclient: send load balancing hint HTTP request headerBrad Fitzpatrick3-6/+22
2024-03-19control/controlclient: fix sending peer capmap changes (#11457)Claire Wang2-3/+45
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