summaryrefslogtreecommitdiffhomepage
path: root/ipn/ipnserver
AgeCommit message (Expand)AuthorFilesLines
2020-03-27cmd/tailscale: add status subcommandBrad Fitzpatrick1-100/+4
2020-03-26cmd/tailscaled, wgengine, ipn: add /debug/ipn handler with world stateBrad Fitzpatrick1-0/+110
2020-03-12controlclient/netmap: write our own b.ConciseDiffFrom(a) function.Avery Pennarun1-2/+0
2020-03-03ipn/ipnserver: remove unnecessary closure parameterBrad Fitzpatrick1-2/+2
2020-03-03ipn/ipnserver: document potential race, start on test for itBrad Fitzpatrick2-1/+78
2020-02-25types/logger: add WithPrefix, use it in two placesBrad Fitzpatrick1-5/+2
2020-02-25ipn: misc cleanupBrad Fitzpatrick1-11/+17
2020-02-20ipn: temporary support for loading legacy relaynode configs.David Anderson1-1/+11
2020-02-19ipn: move Options.ServerURL into Prefs.David Anderson1-10/+1
2020-02-18safesocket: simplify API.David Anderson1-1/+7
2020-02-17cmd/tailscaled: run off internal state autonomously.David Anderson1-8/+37
2020-02-14Move "logger" package to under types, now that we have it.Brad Fitzpatrick1-1/+1
2020-02-14ipn/ipnserver: remove Options.AllowQuit.David Anderson1-6/+2
2020-02-13Introduce a state store to LocalBackend.David Anderson1-1/+12
2020-02-11ipnserver: ignore lint error for unused context.David Anderson1-0/+4
2020-02-09Move Linux client & common packages into a public repo.Earl Lee1-0/+253