You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/ipn
Brad Fitzpatrick 14559340ee Start of netcheck package & including network state in Hostinfo.
* adds new packet "netcheck" to do the checking of UDP, IPv6, and
  nearest DERP server, and the Report type for all that (and more
  in the future, probably pulling in danderson's natprobe)
* new tailcfg.NetInfo type
* cmd/tailscale netcheck subcommand (tentative name, likely to
  change/move) to print out the netcheck.Report.

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
4 years ago
..
ipnserver types/logger: add WithPrefix, use it in two places 4 years ago
backend.go ipn: fix some mutex/ownership issues 4 years ago
doc.go Move Linux client & common packages into a public repo. 4 years ago
e2e_test.go ipn: move Options.ServerURL into Prefs. 4 years ago
fake.go ipn: use *Prefs rather than Prefs throughout. 4 years ago
handle.go ipn: fix some mutex/ownership issues 4 years ago
local.go Start of netcheck package & including network state in Hostinfo. 4 years ago
local_test.go Start of netcheck package & including network state in Hostinfo. 4 years ago
message.go ipn: misc cleanup 4 years ago
message_test.go ipn: use *Prefs rather than Prefs throughout. 4 years ago
prefs.go ipn: use *Prefs rather than Prefs throughout. 4 years ago
prefs_test.go ipn: use *Prefs rather than Prefs throughout. 4 years ago
store.go Lint fixes. 4 years ago
store_test.go Introduce a state store to LocalBackend. 4 years ago