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 87a4c75fd4 control/controlclient, ipn/ipnlocal: remove Client.SetExpirySooner, fix race
Client.SetExpirySooner isn't part of the state machine. Remove it from
the Client interface.

And fix a use of LocalBackend.cc without acquiring the lock that
guards that field.

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2 years ago
..
ipnlocal control/controlclient, ipn/ipnlocal: remove Client.SetExpirySooner, fix race 2 years ago
ipnserver ipn/ipnserver, cmd/tailscaled: fix peerapi on Windows 2 years ago
ipnstate ipn/ipnstate: add ExitNodeStatus to share the exit node if it is in use, the IP, ID and whether its online. (#4761) 2 years ago
localapi wasm: exclude code that's not used on iOS for Wasm too 2 years ago
policy ipn/policy: treat DNS service as interesting so it's not filtered out 2 years ago
store util/mak: move tailssh's mapSet into a new package for reuse elsewhere 2 years ago
backend.go ipn/ipnlocal: move Ping method from IPN bus to LocalBackend (HTTP) 2 years ago
doc.go Move Linux client & common packages into a public repo. 4 years ago
fake_test.go ipn/ipnlocal: move Ping method from IPN bus to LocalBackend (HTTP) 2 years ago
handle.go ipn: remove FakeExpireAfter Backend function 2 years ago
ipn_clone.go cmd/cloner,util/codegen: refactor cloner internals to allow reuse 2 years ago
message.go ipn/ipnlocal: move Ping method from IPN bus to LocalBackend (HTTP) 2 years ago
message_test.go all: use any instead of interface{} 2 years ago
prefs.go ipn/ipnlocal: shutdown sshServer on tailscale down 2 years ago
prefs_test.go ipn: remove enforceDefaults option from PrefsFromBytes 2 years ago
store.go ipn/store: add common package for instantiating ipn.StateStores 2 years ago