summaryrefslogtreecommitdiffhomepage
path: root/ipn/ipnlocal/state_test.go
AgeCommit message (Expand)AuthorFilesLines
2021-05-12ipnlocal: fix switching users while logged in + Stopped.Avery Pennarun1-62/+109
2021-05-03ipn/ipnlocal: switch from testify to quicktestJosh Bleecher Snyder1-142/+130
2021-04-30ipn/ipnlocal: remove NewLocalBackendWithClientGenBrad Fitzpatrick1-6/+6
2021-04-30ipnlocal: don't pause the controlclient until we get at least one netmap.apenwarr/statefixAvery Pennarun1-1/+5
2021-04-30ipn: !WantRunning + !LoggedOut should not be idle on startup.Avery Pennarun1-9/+11
2021-04-30ipnlocal: setting WantRunning with EditPrefs was special.Avery Pennarun1-25/+13
2021-04-30Add prefs.LoggedOut to fix several state machine bugs.Avery Pennarun1-64/+80
2021-04-30ipn/ipnlocal: some state_test cleanups.Avery Pennarun1-12/+38
2021-04-30ipn: mock controlclient.Client; big ipn.Backend state machine test.apenwarr/statetestAvery Pennarun1-0/+788