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 db5e269463 client/tailscale/apitype: move local API types to new apitype package
They were scattered/duplicated in misc places before.

It can't be in the client package itself for circular dep reasons.

This new package is basically tailcfg but for localhost
communications, instead of to control.

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
4 years ago
..
ipnlocal client/tailscale/apitype: move local API types to new apitype package 4 years ago
ipnserver ipn, paths, cmd/tailscaled: remove LegacyConfigPath, relaynode migration 4 years ago
ipnstate net/{packet,tstun}: send peerapi port in TSMP pongs 4 years ago
localapi client/tailscale/apitype: move local API types to new apitype package 4 years ago
policy ipn/policy: mark peerapi4 and peerapi6 as interesting services 4 years ago
backend.go ipn/ipnlocal: add LocalBackend.SetDirectFileRoot 4 years ago
doc.go Move Linux client & common packages into a public repo. 5 years ago
fake_test.go ipn/localapi: move EditPrefs to localapi 4 years ago
handle.go ipn: move Options.Notify to its own method 4 years ago
message.go ipn: set BackendServer's notify earlier; don't require Start 4 years ago
message_test.go ipn: move Options.Notify to its own method 4 years ago
prefs.go ipn/ipnlocal,wgengine/router,cmd/tailscale: add flag to allow local lan access when routing traffic via an exit node. 4 years ago
prefs_clone.go ipn/ipnlocal,wgengine/router,cmd/tailscale: add flag to allow local lan access when routing traffic via an exit node. 4 years ago
prefs_test.go ipn/ipnlocal,wgengine/router,cmd/tailscale: add flag to allow local lan access when routing traffic via an exit node. 4 years ago
store.go wgkey: new package 4 years ago
store_test.go Add tstest.PanicOnLog(), and fix various problems detected by this. 5 years ago