tailscale/ipn/ipnlocal
Claus Lensbøl b816fd7117
control/controlclient: introduce eventbus messages instead of callbacks (#16956)
This is a small introduction of the eventbus into controlclient that
communicates with mainly ipnlocal. While ipnlocal is a complicated part
of the codebase, the subscribers here are from the perspective of
ipnlocal already called async.

Updates #15160

Signed-off-by: Claus Lensbøl <claus@tailscale.com>
2025-09-15 10:36:17 -04:00
..
testdata ipn/ipnlocal: fix the path for writing cert files (#7203) 2023-02-07 14:34:04 -08:00
autoupdate_disabled.go ipn/ipnlocal: periodically run auto-updates when "offline" (#12118) 2024-06-03 19:24:53 -07:00
autoupdate.go clientupdate: return true for CanAutoUpdate for macsys (#12746) 2024-07-08 15:54:50 -07:00
breaktcp_darwin.go cmd/tailscale: add debug commands to break connections 2023-08-11 06:37:26 -07:00
breaktcp_linux.go cmd/tailscale: add debug commands to break connections 2023-08-11 06:37:26 -07:00
bus_test.go ipn/ipnlocal: add IPN Bus NotifyRateLimit watch bit NotifyRateLimit 2024-11-18 10:50:30 -08:00
bus.go ipn/local: add the suggested exit node to the ipn bus (#16748) 2025-08-27 09:51:28 -04:00
c2n_pprof.go ipn/ipnlocal: add c2n /debug/pprof/allocs endpoint 2024-03-22 17:29:59 -05:00
c2n_test.go util/cmpx: delete now that we're using Go 1.22 2024-02-07 18:10:15 -08:00
c2n.go util/syspolicy: finish plumbing policyclient, add feature/syspolicy, move global impl 2025-09-02 16:42:25 -07:00
cert_js.go ipn/ipnlocal: add c2n method to check on TLS cert fetch status 2023-11-16 14:08:38 -08:00
cert_test.go ipn/ipnlocal, envknob: make it possible to configure the cert client to act in read-only mode (#15250) 2025-03-13 14:14:03 +00:00
cert.go ipn/ipnlocal: include previous cert in new ACME orders (#15595) 2025-04-08 15:37:00 -07:00
dnsconfig_test.go ipn,net,tsnet,wgengine: make an eventbus mandatory where it is used (#16594) 2025-07-29 09:04:08 -07:00
drive_tomove.go feature/drive: start factoring out Taildrive, add ts_omit_drive build tag 2025-09-11 14:26:08 -07:00
drive.go feature/drive: start factoring out Taildrive, add ts_omit_drive build tag 2025-09-11 14:26:08 -07:00
expiry_test.go control/controlclient: introduce eventbus messages instead of callbacks (#16956) 2025-09-15 10:36:17 -04:00
expiry.go control/controlclient: introduce eventbus messages instead of callbacks (#16956) 2025-09-15 10:36:17 -04:00
extension_host_test.go ipn/ipnlocal: fix missing defer in testExtension.Shutdown 2025-07-07 19:19:32 -05:00
extension_host.go ipn/ipnlocal: make GetExt work earlier, before extension init 2025-05-19 15:36:25 -07:00
local_test.go control/controlclient: introduce eventbus messages instead of callbacks (#16956) 2025-09-15 10:36:17 -04:00
local.go control/controlclient: introduce eventbus messages instead of callbacks (#16956) 2025-09-15 10:36:17 -04:00
loglines_test.go net/netmon: publish events to event bus 2025-04-16 10:10:45 -07:00
network-lock_test.go control/controlclient: introduce eventbus messages instead of callbacks (#16956) 2025-09-15 10:36:17 -04:00
network-lock.go all: add ts_omit_tailnetlock as a start of making it build-time modular 2025-09-12 12:23:34 -07:00
node_backend_test.go ipn/ipnlocal,wgengine/magicsock: use eventbus for node & filter updates (#16271) 2025-06-16 08:42:09 -07:00
node_backend.go ipn/ipnlocal, types: plumb tailnet display name cap through to network profile (#17045) 2025-09-09 09:03:01 -07:00
peerapi_drive.go feature/drive: start factoring out Taildrive, add ts_omit_drive build tag 2025-09-11 14:26:08 -07:00
peerapi_h2c.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
peerapi_macios_ext.go net/netmon, add: add netmon.State type alias of interfaces.State 2024-04-28 07:34:52 -07:00
peerapi_test.go ipn,net,tsnet,wgengine: make an eventbus mandatory where it is used (#16594) 2025-07-29 09:04:08 -07:00
peerapi.go feature/drive: start factoring out Taildrive, add ts_omit_drive build tag 2025-09-11 14:26:08 -07:00
prefs_metrics.go health, ipn/ipnlocal: add metrics for various client events (#15828) 2025-05-09 12:03:22 -04:00
profiles_notwindows.go ipn/ipnlocal: refactor and cleanup profileManager 2024-08-28 14:42:35 -05:00
profiles_test.go feature,ipn/ipnlocal: add profileManager.StateChangeHook 2025-04-25 16:32:09 -05:00
profiles_windows.go ipn/ipnlocal: refactor and cleanup profileManager 2024-08-28 14:42:35 -05:00
profiles.go ipn/ipnlocal: revert some locking changes ahead of release branch cut (#17011) 2025-09-02 15:57:31 -07:00
serve_test.go control/controlclient: introduce eventbus messages instead of callbacks (#16956) 2025-09-15 10:36:17 -04:00
serve.go cmd/tailscale/cli: revert key for web config for services to FQDN (#16627) 2025-07-22 16:23:51 -04:00
ssh_stub.go all: remove non-applicable "linux" deps on Android 2025-05-07 21:05:13 -07:00
ssh_test.go ipn/ipnlocal: plumb health.Tracker into profileManager constructor 2024-05-03 08:25:38 -07:00
ssh.go all: remove non-applicable "linux" deps on Android 2025-05-07 21:05:13 -07:00
state_test.go control/controlclient: introduce eventbus messages instead of callbacks (#16956) 2025-09-15 10:36:17 -04:00
tailnetlock_disabled.go all: add ts_omit_tailnetlock as a start of making it build-time modular 2025-09-12 12:23:34 -07:00
web_client_stub.go cmd/tailscale, ipn/ipnlocal: add ts_omit_webclient 2025-09-08 12:59:42 -07:00
web_client.go cmd/tailscale, ipn/ipnlocal: add ts_omit_webclient 2025-09-08 12:59:42 -07:00