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/wgengine
Brad Fitzpatrick 4fea604979 wgengine/router: stop setPrivateNetwork goroutine on configureInterface failure
On Windows, configureInterface starts a goroutine reconfiguring the
Windows firewall.

But if configureInterface fails later, that goroutine kept running and
likely failing forever, spamming logs. Make it stop quietly if its
launching goroutine filed.
4 years ago
..
filter wgengine/filter: add a Clone method. 4 years ago
magicsock wgengine: use Tailscale-style peer identifiers in logs 4 years ago
monitor wgengine/monitor: close closeHandle 4 years ago
netstack wgengine/netstack: use tailscale IPs instead of a hardcoded one (#1131) 4 years ago
router wgengine/router: stop setPrivateNetwork goroutine on configureInterface failure 4 years ago
tsdns wgengine/tsdns: fix MagicDNS lookups of shared nodes 4 years ago
tstun wgengine/tstun: also support DropSilently on PostFilterIn 4 years ago
wglog wgengine: use Tailscale-style peer identifiers in logs 4 years ago
winnet Move Linux client & common packages into a public repo. 5 years ago
pendopen.go net/packet, wgengine, tstun: add inter-node TSMP protocol for connect errors 4 years ago
userspace.go wgengine: use Tailscale-style peer identifiers in logs 4 years ago
userspace_test.go all: convert from []wgcfg.Endpoint to string 4 years ago
watchdog.go wgengine/netstack: use tailscale IPs instead of a hardcoded one (#1131) 4 years ago
watchdog_test.go cmd/tailscaled, wgengine/netstack: add start of gvisor userspace netstack work 4 years ago
wgengine.go wgengine/netstack: use tailscale IPs instead of a hardcoded one (#1131) 4 years ago