summaryrefslogtreecommitdiffhomepage
path: root/ipn/backend.go
AgeCommit message (Expand)AuthorFilesLines
2020-07-14ipn: add Login backend command for sign-in with tokenElias Naur1-0/+7
2020-07-09ipn: add Notify.LocalTCPPort field for macOS Network Extension to useBrad Fitzpatrick1-0/+6
2020-05-21ipn: Resolve some resource leaks in test.Avery Pennarun1-0/+4
2020-05-19ipn: sprinkle documentation and clarity rewrites through LocalBackend.David Anderson1-1/+1
2020-05-11ipn, wgengine/filter: remove exported type aliasesBrad Fitzpatrick1-12/+10
2020-05-03types/structs: add structs.Incomparable annotation, use it where applicableBrad Fitzpatrick1-0/+2
2020-04-09ipn: add auth keyDavid Crawshaw1-1/+4
2020-03-27cmd/tailscale: add status subcommandBrad Fitzpatrick1-9/+14
2020-03-19wgengine, ipn: include number of active DERPs in statusDavid Crawshaw1-0/+1
2020-03-03ipn: remove an unnecessary named parameter in docBrad Fitzpatrick1-1/+1
2020-02-25ipn: fix some mutex/ownership issuesBrad Fitzpatrick1-5/+12
2020-02-25control: make Hostinfo accessed by pointerBrad Fitzpatrick1-0/+5
2020-02-20ipn: use *Prefs rather than Prefs throughout.David Anderson1-1/+1
2020-02-20ipn: temporary support for loading legacy relaynode configs.David Anderson1-0/+8
2020-02-19ipn: move Options.ServerURL into Prefs.David Anderson1-3/+0
2020-02-14types/empty: add Message, stop using mysterious *struct{}Brad Fitzpatrick1-9/+10
2020-02-13ipn: adjust backend docs a bit more.David Anderson1-4/+2
2020-02-13Improve documentation in backend.go.David Anderson1-14/+19
2020-02-13Introduce a state store to LocalBackend.David Anderson1-4/+37
2020-02-13Make ipn.Options.Prefs a pointer.David Anderson1-1/+1
2020-02-13Remove LoginFlags from Backend options.David Anderson1-2/+2
2020-02-09Move Linux client & common packages into a public repo.Earl Lee1-0/+79