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/wgengine/filter
James Tucker 1858ad65c8 cmd/cloner: do not allocate slices when the source is nil
tailcfg.Node zero-value clone equality checks failed when I added a
[]*foo to the structure, as the zero value and it's clone contained a
different slice header.

Updates #9377
Updates #9408
Signed-off-by: James Tucker <james@tailscale.com>
1 year ago
..
filter.go all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} 1 year ago
filter_clone.go cmd/cloner: do not allocate slices when the source is nil 1 year ago
filter_test.go all: import x/exp/maps as xmaps to distinguish from Go 1.21 "maps" 1 year ago
match.go tailcfg,ipn/ipnlocal,wgengine: add values to PeerCapabilities 1 year ago
tailcfg.go tailcfg,ipn/ipnlocal,wgengine: add values to PeerCapabilities 1 year ago