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
Brad Fitzpatrick 4c3f7c06fc ipn/ipnlocal: be consistent in not logging when no notify registered
Some paths already didn't. And in the future I hope to shut all the
notify funcs down end-to-end when nothing is connected (as in the
common case in tailscaled).  Then we can save some JSON encoding work.

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
4 years ago
..
ipnlocal ipn/ipnlocal: be consistent in not logging when no notify registered 4 years ago
ipnserver ipn, paths, cmd/tailscaled: remove LegacyConfigPath, relaynode migration 4 years ago
ipnstate
localapi ipn/localapi: require write access to PATCH prefs 4 years ago
policy
backend.go ipn/localapi: move EditPrefs to localapi 4 years ago
doc.go
fake_test.go ipn/localapi: move EditPrefs to localapi 4 years ago
handle.go ipn: move Options.Notify to its own method 4 years ago
message.go ipn: set BackendServer's notify earlier; don't require Start 4 years ago
message_test.go ipn: move Options.Notify to its own method 4 years ago
prefs.go
prefs_clone.go
prefs_test.go
store.go wgkey: new package 4 years ago
store_test.go