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
David Anderson c47f907a27 ipn: use *Prefs rather than Prefs throughout.
Prefs has become a heavy object with non-memcpy copy
semantics. We should not pass such a thing by value.

Signed-off-by: David Anderson <dave@natulte.net>
4 years ago
..
ipnserver ipn: temporary support for loading legacy relaynode configs. 4 years ago
backend.go ipn: use *Prefs rather than Prefs throughout. 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: use *Prefs rather than Prefs throughout. 4 years ago
local.go ipn: use *Prefs rather than Prefs throughout. 4 years ago
message.go ipn: use *Prefs rather than Prefs throughout. 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