You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brad Fitzpatrick
dd97111d06
backoff: update to Go style, document a bit, make 30s explicit
...
Also, bit of behavior change: on non-nil err but expired context,
don't reset the consecutive failure count. I don't think the old
behavior was intentional.
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
6 years ago
..
ipnserver
backoff: update to Go style, document a bit, make 30s explicit
6 years ago
ipnstate
ipn/ipnstate: record assigned Tailscale IPs.
6 years ago
policy
ipn, ipn/policy: filter portlist to a short list of "interesting" ports
6 years ago
backend.go
ipn: add Login backend command for sign-in with token
6 years ago
doc.go
Move Linux client & common packages into a public repo.
6 years ago
fake_test.go
ipn: add Login backend command for sign-in with token
6 years ago
handle.go
ipn: add Login backend command for sign-in with token
6 years ago
local.go
ipn: put Magic DNS domains first
6 years ago
message.go
ipn: jack up the MaxMessageSize from 1MB to 10MB
6 years ago
message_test.go
ipn: add Login backend command for sign-in with token
6 years ago
prefs.go
ipn: add OSVersion, DeviceModel fields to Prefs and propagate to Hostinfos
6 years ago
prefs_test.go
ipn: add OSVersion, DeviceModel fields to Prefs and propagate to Hostinfos
6 years ago
store.go
ipn: have NewFileStore try to create directories as needed
6 years ago
store_test.go
Add tstest.PanicOnLog(), and fix various problems detected by this.
6 years ago