tailscale/tstest/integration
Andrew Lytvynov 2e956713de
safesocket: remove ConnectionStrategy (#10662)
This type seems to be a migration shim for TCP tailscaled sockets
(instead of unix/windows pipes). The `port` field was never set, so it
was effectively used as a string (`path` field).
Remove the whole type and simplify call sites to pass the socket path
directly to `safesocket.Connect`.

Updates #cleanup

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
2023-12-21 12:55:14 -08:00
..
testcontrol cmd/sniproxy: implement support for control configuration, multiple addresses 2023-10-31 12:19:17 -06:00
vms all: cleanup unused code, part 1 (#10661) 2023-12-20 14:50:30 -08:00
gen_deps.go all: update tools that manage copyright headers 2023-01-27 15:36:29 -08:00
integration_test.go safesocket: remove ConnectionStrategy (#10662) 2023-12-21 12:55:14 -08:00
integration.go tstest/integration: add tests for tun mode (requiring root) 2023-10-14 13:52:30 -07:00
tailscaled_deps_test_darwin.go ipn/ipnlocal,client/web: add web client to tailscaled 2023-10-31 13:15:07 -04:00
tailscaled_deps_test_freebsd.go ipn/ipnlocal,client/web: add web client to tailscaled 2023-10-31 13:15:07 -04:00
tailscaled_deps_test_linux.go ipn/ipnlocal,client/web: add web client to tailscaled 2023-10-31 13:15:07 -04:00
tailscaled_deps_test_openbsd.go ipn/ipnlocal,client/web: add web client to tailscaled 2023-10-31 13:15:07 -04:00
tailscaled_deps_test_windows.go ipn/ipnlocal,client/web: add web client to tailscaled 2023-10-31 13:15:07 -04:00