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/control/controlclient
Josh Bleecher Snyder 1fecf87363 control/controlclient: use wgcfg.PrivateKey.IsZero
Generated by eg using template:

---

package p

import "github.com/tailscale/wireguard-go/wgcfg"

func before(k wgcfg.PrivateKey) bool { return k == wgcfg.PrivateKey{} }
func after(k wgcfg.PrivateKey) bool  { return k.IsZero() }


Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
4 years ago
..
auto.go control/controlclient: use less battery when stopped, stop map requests 4 years ago
controlclient_test.go tailcfg, control/controlclient: add GoArch, populate OSVersion on Linux 4 years ago
direct.go control/controlclient: use wgcfg.PrivateKey.IsZero 4 years ago
direct_clone.go ipn: fix netmap change tracking and dns map generation (#609) 4 years ago
direct_test.go tailcfg, control/controlclient: support delta-encoded netmaps 4 years ago
filter.go control/controlclient, wgengine/filter: extract parsePacketFilter to … (#696) 4 years ago
hostinfo_linux.go control/controlclient, version/distro, wgengine: recognize OpenWrt 4 years ago
hostinfo_windows.go control/controlclient: deal with localized 'Version' string getting Windows version 4 years ago
netmap.go all: keep UserProfiles a slice instead of a map for longer 4 years ago
netmap_test.go control/controlclient: print disco keys NetworkMap diffs (debug change only) 4 years ago
persist_test.go ipn: implement Prefs.Equals efficiently. 5 years ago