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/ipn
Brad Fitzpatrick 4aba86cc03 ipn/ipnserver: make Engine argument a func that tries again for each connection
So a backend in server-an-error state (as used by Windows) can try to
create a new Engine again each time somebody re-connects, relaunching
the GUI app.

(The proper fix is actually fixing Windows issues, but this makes things better
in the short term)

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
4 years ago
..
ipnserver ipn/ipnserver: make Engine argument a func that tries again for each connection 4 years ago
ipnstate ipn/ipnstate: record assigned Tailscale IPs. 4 years ago
policy ipn, ipn/policy: filter portlist to a short list of "interesting" ports 5 years ago
backend.go ipn: add Login backend command for sign-in with token 4 years ago
doc.go Move Linux client & common packages into a public repo. 5 years ago
fake_test.go ipn: add Login backend command for sign-in with token 4 years ago
handle.go ipn: add Login backend command for sign-in with token 4 years ago
local.go ipn: fix netmap change tracking and dns map generation (#609) 4 years ago
message.go ipn: add Login backend command for sign-in with token 4 years ago
message_test.go ipn: add Login backend command for sign-in with token 4 years ago
prefs.go ipn: add OSVersion, DeviceModel fields to Prefs and propagate to Hostinfos 4 years ago
prefs_test.go ipn: add OSVersion, DeviceModel fields to Prefs and propagate to Hostinfos 4 years ago
store.go ipn: have NewFileStore try to create directories as needed 5 years ago
store_test.go Add tstest.PanicOnLog(), and fix various problems detected by this. 4 years ago