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/ipnlocal
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
..
c2n.go
cert.go
cert_js.go
cert_test.go
dnsconfig_test.go
local.go ipn/ipnlocal: disallow exit nodes from using exit nodes 2 years ago
local_test.go
loglines_test.go
network-lock.go ipn/ipnlocal,cmd/tailscale: minor improvements to lock modify command 2 years ago
network-lock_test.go
peerapi.go ipn/ipnlocal: simplify redactErr (#6716) 2 years ago
peerapi_h2c.go
peerapi_macios_ext.go
peerapi_test.go ipn/ipnlocal: improve redactErr to handle more cases 2 years ago
profiles.go ipn/ipnlocal: account for ControlURL when merging profiles 2 years ago
profiles_test.go ipn/ipnlocal: account for ControlURL when merging profiles 2 years ago
serve.go
serve_test.go
ssh.go
ssh_stub.go
ssh_test.go
state_test.go