You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/ipn/ipnserver
M. J. Fromberger 55698c8511
ipn/localapi: plumb an event bus through the localapi.Handler (#16892)
Some of the operations of the local API need an event bus to correctly
instantiate other components (notably including the portmapper).

This commit adds that, and as the parameter list is starting to get a bit long
and hard to read, I took the opportunity to move the arguments to a config
type. Only a few call sites needed to be updated and this API is not intended
for general use, so I did not bother to stage the change.

Updates #15160
Updates #16842

Change-Id: I7b057d71161bd859f5acb96e2f878a34c85be0ef
Signed-off-by: M. J. Fromberger <fromberger@tailscale.com>
4 months ago
..
actor.go ipn: add missing entries for OpenBSD 6 months ago
proxyconnect.go Switch logging service from log.tailscale.io to log.tailscale.com (#14398) 12 months ago
proxyconnect_js.go all: update copyright and license headers 3 years ago
server.go ipn/localapi: plumb an event bus through the localapi.Handler (#16892) 4 months ago
server_fortest.go ipn/ipn{server,test}: extract the LocalAPI test client and server into ipntest 7 months ago
server_test.go ipn/ipn{server,test}: extract the LocalAPI test client and server into ipntest 7 months ago
waiterset_test.go ipn/ipn{server,test}: extract the LocalAPI test client and server into ipntest 7 months ago