tailscale/control/controlclient
Brad Fitzpatrick ddfcc4326c types/persist: split controlclient.Persist into a small leaf package
This one alone doesn't modify the global dependency map much
(depaware.txt if anything looks slightly worse), but it leave
controlclient as only containing NetworkMap:

bradfitz@tsdev:~/src/tailscale.com/ipn$ grep -F "controlclient." *.go
backend.go:     NetMap        *controlclient.NetworkMap // new netmap received
fake_test.go:   b.notify(Notify{NetMap: &controlclient.NetworkMap{}})
fake_test.go:   b.notify(Notify{NetMap: &controlclient.NetworkMap{}})
handle.go:      netmapCache       *controlclient.NetworkMap
handle.go:func (h *Handle) NetMap() *controlclient.NetworkMap {

Once that goes into a leaf package, then ipn doesn't depend on
controlclient at all, and then the client gets smaller.

Updates #1278
2021-02-05 15:25:33 -08:00
..
auto.go types/persist: split controlclient.Persist into a small leaf package 2021-02-05 15:25:33 -08:00
controlclient_test.go cover one more case in TestStatusEqual. 2021-01-08 10:23:32 -08:00
direct_test.go Add more tests for Direct. 2021-01-08 10:23:32 -08:00
direct.go types/persist: split controlclient.Persist into a small leaf package 2021-02-05 15:25:33 -08:00
filter.go wgengine/filter: remove the Matches type. 2020-11-09 21:39:25 -08:00
hostinfo_linux.go control/controlclient, version/distro: detect NixOS explicitly 2020-12-21 21:03:04 -08:00
hostinfo_windows.go control/controlclient: deal with localized 'Version' string getting Windows version 2020-09-13 10:06:20 -07:00
netmap_test.go all: replace wgcfg.IP and wgcfg.CIDR with netaddr types 2020-12-28 13:00:42 -08:00
netmap.go wgengine/wgcfg/nmcfg: split control/controlclient/netmap.go into own package 2021-02-05 14:21:30 -08:00