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
Joe Tsai bd2995c14b
ipn/ipnlocal: simplify redactErr (#6716)
Use multierr.Range to iterate through an error tree
instead of multiple invocations of errors.As.
This scales better as we add more Go error types to the switch.

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
2 years ago
..
ipnauth all: use named pipes on windows 2 years ago
ipnlocal ipn/ipnlocal: simplify redactErr (#6716) 2 years ago
ipnserver ipn/{ipnserver,localapi}: fix InUseOtherUser handling with WatchIPNBus 2 years ago
ipnstate cmd/tailscale,ipn: surface TKA-filtered peers in lock status command 2 years ago
localapi ipn/ipnlocal: add a few metrics for PeerAPI and LocalAPI 2 years ago
policy
store
backend.go ipn: update comments that refer to Options.Prefs 2 years ago
doc.go
fake_test.go
ipn_clone.go ipn,types/persist: add DisallowedTKAStateIDs, refactor as view type 2 years ago
ipn_view.go ipn,types/persist: add DisallowedTKAStateIDs, refactor as view type 2 years ago
prefs.go ipn: update comments that refer to Options.Prefs 2 years ago
prefs_test.go
serve.go cmd/tailscale/cli, ipn/localapi: add funnel status to status command (#6402) 2 years ago
store.go