summaryrefslogtreecommitdiffhomepage
path: root/ipn/message.go
AgeCommit message (Expand)AuthorFilesLines
2020-07-14ipn: add Login backend command for sign-in with tokenElias Naur1-0/+9
2020-07-08ipn, ipn/ipnserver: add support for serving in error-message-only modeBrad Fitzpatrick1-0/+4
2020-05-09ipn: add AllowVersionSkew bool to Notify & MessageBrad Fitzpatrick1-4/+15
2020-05-03types/structs: add structs.Incomparable annotation, use it where applicableBrad Fitzpatrick1-0/+2
2020-04-29ipn/message: fix some message encoding problems.Avery Pennarun1-5/+20
2020-04-11all: remove unnecessary trailing newlines in format patterns for consistencyBrad Fitzpatrick1-4/+4
2020-03-27cmd/tailscale: add status subcommandBrad Fitzpatrick1-0/+12
2020-02-25ipn: misc cleanupBrad Fitzpatrick1-13/+19
2020-02-20ipn: use *Prefs rather than Prefs throughout.David Anderson1-2/+2
2020-02-17cmd/tailscaled: run off internal state autonomously.David Anderson1-2/+5
2020-02-14Move "logger" package to under types, now that we have it.Brad Fitzpatrick1-1/+1
2020-02-09Move Linux client & common packages into a public repo.Earl Lee1-0/+249