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 cff737786e wgengine/magicsock: fix lazy config deadlock, document more lock ordering
This removes the atomic bool that tried to track whether we needed to acquire
the lock on a future recursive call back into magicsock. Unfortunately that
hack doesn't work because we also had a lock ordering issue between magicsock
and userspaceEngine (see issue). This documents that too.

Fixes #644
4 years ago
..
filter wgengine/filter: omit logging for all v6 multicast, remove debug panic :( 4 years ago
magicsock wgengine/magicsock: fix lazy config deadlock, document more lock ordering 4 years ago
monitor wgengine/monitor: log RTM_DELROUTE details, fix format strings 4 years ago
packet wgengine/filter: fix IPv4 IGMP spam omission, also omit ff02::16 spam 4 years ago
router all: dns refactor, add Proxied and PerDomain flags from control (#615) 4 years ago
tsdns all: dns refactor, add Proxied and PerDomain flags from control (#615) 4 years ago
tstun wgengine: configure wireguard peers lazily, as needed 4 years ago
winnet Move Linux client & common packages into a public repo. 4 years ago
rusage.go Move "logger" package to under types, now that we have it. 4 years ago
rusage_nowindows.go wgengine: flesh out some docs 4 years ago
rusage_windows.go Move Linux client & common packages into a public repo. 4 years ago
userspace.go wgengine: fix deadlock between engine and magicsock 4 years ago
watchdog.go wgengine: add debug knob to disable the watchdog during debugging 4 years ago
watchdog_test.go wgengine: prevent log after exit in watchdog test 4 years ago
wgengine.go wgengine/magicsock: change API to not permit disco key changes 4 years ago