summaryrefslogtreecommitdiffhomepage
path: root/ipn/handle.go
AgeCommit message (Expand)AuthorFilesLines
2021-04-18ipn{,/ipnlocal}, cmd/tailscale/cli: don't check pref reverts on initial upBrad Fitzpatrick1-1/+1
2021-04-06ipn: move Options.Notify to its own methodBrad Fitzpatrick1-9/+17
2021-03-19control, ipn, tailcfg: remove golang.org/x/oauth2 dep, add tailcfg.Oauth2TokenBrad Fitzpatrick1-2/+2
2021-03-18cmd/tailscale, ipn/localapi: use localapi for status, not IPN acrobaticsBrad Fitzpatrick1-4/+0
2021-02-05types/netmap: split controlclient.NetworkMap off into its own leaf packageBrad Fitzpatrick1-3/+3
2020-12-28all: replace wgcfg.IP and wgcfg.CIDR with netaddr typesJosh Bleecher Snyder1-3/+3
2020-07-14ipn: add Login backend command for sign-in with tokenElias Naur1-0/+5
2020-05-11ipn, wgengine/filter: remove exported type aliasesBrad Fitzpatrick1-2/+3
2020-04-11all: remove unnecessary trailing newlines in format patterns for consistencyBrad Fitzpatrick1-1/+1
2020-03-27cmd/tailscale: add status subcommandBrad Fitzpatrick1-0/+4
2020-02-27all: rename deep "Copy" methods to conventional Go name "Clone"Brad Fitzpatrick1-4/+4
2020-02-25ipn: fix some mutex/ownership issuesBrad Fitzpatrick1-1/+1
2020-02-20ipn: use *Prefs rather than Prefs throughout.David Anderson1-7/+8
2020-02-19ipn: move Options.ServerURL into Prefs.David Anderson1-4/+1
2020-02-14Move "logger" package to under types, now that we have it.Brad Fitzpatrick1-1/+1
2020-02-13Make ipn.Options.Prefs a pointer.David Anderson1-1/+3
2020-02-09Move Linux client & common packages into a public repo.Earl Lee1-0/+166