tailscale/wgengine
Brad Fitzpatrick 6f73f2c15a wgengine, internal/deepprint: replace UAPI usage as hash func; add deepprint
The new deepprint package just walks a Go data structure and writes to
an io.Writer. It's not pretty like go-spew, etc.

We then use it to replace the use of UAPI (which we have a TODO to
remove) to generate signatures of data structures to detect whether
anything changed (without retaining the old copy).

This was necessary because the UAPI conversion ends up trying to do
DNS lookups which an upcoming change depends on not happening.
2020-06-28 10:59:58 -07:00
..
filter tsdns: initial implementation of a Tailscale DNS resolver (#396) 2020-06-08 18:19:26 -04:00
magicsock wgengine/magicsock: open discovery naclbox messages from known peers 2020-06-26 14:57:12 -07:00
monitor wgengine/monitor: disable monitor on Android 2020-04-24 06:35:31 -07:00
packet wgengine/tsdns: add test and prevent useless updates (#449) 2020-06-09 13:09:43 -04:00
router wgengine/router: do not call ifconfig up if SetRoutesFunc is set 2020-06-26 09:45:28 -07:00
tsdns wgengine/tsdns: add test and prevent useless updates (#449) 2020-06-09 13:09:43 -04:00
tstun wgengine, magicsock, tstun: don't regularly STUN when idle (mobile only for now) 2020-06-25 19:14:24 -07:00
winnet Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
rusage_nowindows.go wgengine: flesh out some docs 2020-02-12 13:37:45 -08:00
rusage_windows.go Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
rusage.go Move "logger" package to under types, now that we have it. 2020-02-14 20:23:05 -08:00
userspace.go wgengine, internal/deepprint: replace UAPI usage as hash func; add deepprint 2020-06-28 10:59:58 -07:00
watchdog_test.go tsdns: initial implementation of a Tailscale DNS resolver (#396) 2020-06-08 18:19:26 -04:00
watchdog.go ipn, wgengine: plumb NetworkMap down to magicsock 2020-06-25 19:14:24 -07:00
wgengine.go ipn, wgengine: plumb NetworkMap down to magicsock 2020-06-25 19:14:24 -07:00