tailscale/cmd
Avery Pennarun b4897e7de8 controlclient/netmap: write our own b.ConciseDiffFrom(a) function.
This removes the need for go-cmp, which is extremely bloaty so we had
to leave it out of iOS. As a result, we had also left it out of macOS,
and so we didn't print netmap diffs at all on darwin-based platforms.
Oops.

As a bonus, the output format of the new function is way better.

Minor oddity: because I used the dumbest possible diff algorithm, the
sort order is a bit dumb. We print all "removed" lines and then print
all "added" lines, rather than doing the usual diff-like thing of
interspersing them. This probably doesn't matter (maybe it's an
improvement).
2020-03-12 23:01:08 -04:00
..
derper cmd/derper: set a write timeout 2020-03-12 14:42:48 -04:00
mkpkg cmd/mkpkg: support scripts for rpm as well. 2020-03-03 16:36:52 -08:00
relaynode controlclient/netmap: write our own b.ConciseDiffFrom(a) function. 2020-03-12 23:01:08 -04:00
taillogin control: make Hostinfo accessed by pointer 2020-02-25 10:35:51 -08:00
tailscale netcheck: work behind UDP-blocked networks again, add tests 2020-03-12 14:49:06 -07:00
tailscaled tailscale, tailscaled: update safesocket port number. 2020-03-11 21:00:25 -04:00
tsshd wgengine/monitor: don't call LinkChange when interfaces look unchanged 2020-03-10 11:03:19 -07:00