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 32a1a3d1c0
util/deephash: avoid variadic argument for Update (#5372)
Hashing []any is slow since hashing of interfaces is slow.
Hashing of interfaces is slow since we pessimistically assume
that cycles can occur through them and start cycle tracking.

Drop the variadic signature of Update and fix callers to pass in
an anonymous struct so that we are hashing concrete types
near the root of the value tree.

Signed-off-by: Joe Tsai <joetsai@digital-static.net>

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
2 years ago
..
ipnlocal util/deephash: avoid variadic argument for Update (#5372) 2 years ago
ipnserver assorted: plumb tka initialization & network-lock key into tailscaled 2 years ago
ipnstate all: convert more code to use net/netip directly 2 years ago
localapi all: gofmt for Go 1.19 2 years ago
policy ipn/policy: treat DNS service as interesting so it's not filtered out 3 years ago
store all: gofmt for Go 1.19 2 years ago
backend.go all: gofmt for Go 1.19 2 years ago
doc.go Move Linux client & common packages into a public repo. 4 years ago
fake_test.go ipn/ipnlocal: move Ping method from IPN bus to LocalBackend (HTTP) 2 years ago
handle.go all: convert more code to use net/netip directly 2 years ago
ipn_clone.go net/netaddr: start migrating to net/netip via new netaddr adapter package 2 years ago
message.go all: gofmt for Go 1.19 2 years ago
message_test.go all: use any instead of interface{} 2 years ago
prefs.go all: convert more code to use net/netip directly 2 years ago
prefs_test.go all: convert more code to use net/netip directly 2 years ago
store.go assorted: plumb tka initialization & network-lock key into tailscaled 2 years ago