summaryrefslogtreecommitdiffhomepage
path: root/ipn/message_test.go
AgeCommit message (Expand)AuthorFilesLines
2021-05-10ipn{,/ipnserver}: delay JSON marshaling of ipn.NotifiesBrad Fitzpatrick1-1/+6
2021-04-22ipn: define NewBackendServer nil as not affecting Backend's NotifyCallbackBrad Fitzpatrick1-0/+2
2021-04-06ipn: move Options.Notify to its own methodBrad Fitzpatrick1-4/+2
2021-03-19control, ipn, tailcfg: remove golang.org/x/oauth2 dep, add tailcfg.Oauth2TokenBrad Fitzpatrick1-2/+2
2021-02-03tstest: simplify goroutine leak testsJosh Bleecher Snyder1-6/+2
2021-01-15ipn, ipnserver: only require sudo on Linux for mutable CLI actionsBrad Fitzpatrick1-1/+2
2020-07-14ipn: add Login backend command for sign-in with tokenElias Naur1-0/+7
2020-05-13Add tstest.PanicOnLog(), and fix various problems detected by this.Avery Pennarun1-4/+2
2020-04-28tstest: rename from testy.David Anderson1-7/+7
2020-02-20ipn: use *Prefs rather than Prefs throughout.David Anderson1-2/+1
2020-02-19ipn: move Options.ServerURL into Prefs.David Anderson1-2/+3
2020-02-13Make ipn.Options.Prefs a pointer.David Anderson1-0/+1
2020-02-10ipn: fix lint complaints in tests.David Anderson1-1/+11
2020-02-09Move Linux client & common packages into a public repo.Earl Lee1-0/+171