tailscale/cmd/tailscaled
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
..
debug.go cmd/tailscale{,d}: move debug subcommand to tailscaled 2021-02-04 12:23:06 -08:00
depaware.txt types/persist: split controlclient.Persist into a small leaf package 2021-02-05 15:25:33 -08:00
tailscaled_notwindows.go cmd/tailscaled: move more of the Windows server setup code into tailscaled 2021-02-05 09:53:54 -08:00
tailscaled_windows.go cmd/tailscaled: rename Windows service to just Tailscale 2021-02-05 11:13:34 -08:00
tailscaled.defaults cmd/tailscaled: rename relaynode reference in defaults file comment 2020-03-13 14:38:04 -07:00
tailscaled.go cmd/tailscaled: move more of the Windows server setup code into tailscaled 2021-02-05 09:53:54 -08:00
tailscaled.service cmd/tailscaled/tailscaled.service: revert recent hardening for now 2021-02-01 13:37:48 -08:00