You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
salman
eec734a578
ipn/{ipnlocal,localapi}: ensure watcher is installed before /watch-ipn-bus/ responds with 200
...
This change delays the first flush in the /watch-ipn-bus/ handler
until after the watcher has been successfully installed on the IPN
bus. It does this by adding a new onWatchAdded callback to
LocalBackend.WatchNotifications().
Without this, the endpoint returns a 200 almost immediatly, and
only then installs a watcher for IPN events. This means there's a
small window where events could be missed by clients after calling
WatchIPNBus().
Fixes tailscale/corp#8594 .
Signed-off-by: salman <salman@tailscale.com>
3 years ago
..
c2n.go
ipn/ipnlocal: add c2n handler to flush logtail for support debugging
3 years ago
cert.go
ipn/{ipnlocal,localapi}: move most of cert.go to ipnlocal
3 years ago
cert_js.go
ipn/ipnlocal, wgengine/netstack: start handling ports for future serving
3 years ago
cert_test.go
ipn/{ipnlocal,localapi}: move most of cert.go to ipnlocal
3 years ago
dnsconfig_test.go
ipn/ipnlocal: use ipn.PrefsView
4 years ago
expiry.go
ipn/ipnlocal: move handling of expired nodes to LocalBackend
3 years ago
expiry_test.go
ipn/ipnlocal: move handling of expired nodes to LocalBackend
3 years ago
local.go
ipn/{ipnlocal,localapi}: ensure watcher is installed before /watch-ipn-bus/ responds with 200
3 years ago
local_test.go
ipn/{ipnlocal,localapi}: ensure watcher is installed before /watch-ipn-bus/ responds with 200
3 years ago
loglines_test.go
ipn/ipnlocal: add support for multiple user profiles
3 years ago
network-lock.go
health,ipn/ipnlocal: report the node being locked out as a health issue
3 years ago
network-lock_test.go
cmd/tailscale,tka: make KeyID return an error instead of panicking
3 years ago
peerapi.go
ipn/ipnlocal: disallow unsigned peers from WoL
3 years ago
peerapi_h2c.go
all: remove old +build tags
4 years ago
peerapi_macios_ext.go
all: remove old +build tags
4 years ago
peerapi_test.go
ipn/ipnlocal: improve redactErr to handle more cases
3 years ago
profiles.go
ipn/profiles: set default prefs based on Windows registry ( #6803 )
3 years ago
profiles_test.go
ipn/profiles: set default prefs based on Windows registry ( #6803 )
3 years ago
serve.go
ipn/ipnlocal: maintain a proxy handler per backend ( #6804 )
3 years ago
serve_test.go
ipn/ipnlocal: support serving files/directories too
3 years ago
ssh.go
ssh/tailssh: add OpenBSD support for Tailscale SSH
3 years ago
ssh_stub.go
ssh/tailssh: add OpenBSD support for Tailscale SSH
3 years ago
ssh_test.go
ipn/ipnlocal: add support for multiple user profiles
3 years ago
state_test.go
ipn,types/persist: add DisallowedTKAStateIDs, refactor as view type
3 years ago