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.
Joe Tsai
3aea0e095a
syncs: delete WaitGroup and use sync.WaitGroup.Go in Go 1.25
...
Our own WaitGroup wrapper type was a prototype implementation
for the Go method on the standard sync.WaitGroup type.
Now that there is first-class support for Go,
we should migrate over to using it and delete syncs.WaitGroup.
Updates #cleanup
Updates tailscale/tailscale#16330
Change-Id: Ib52b10f9847341ce29b4ca0da927dc9321691235
Signed-off-by: Joe Tsai <joetsai@digital-static.net>
8 months ago
..
egressservices.go
syncs: delete WaitGroup and use sync.WaitGroup.Go in Go 1.25
8 months ago
egressservices_test.go
cmd/containerboot,kube/ingressservices: proxy VIPService TCP/UDP traffic to cluster Services ( #15897 )
11 months ago
forwarding.go
cmd/containerboot,util/linuxfw: create a SNAT rule for dst/src only once, clean up if needed ( #13658 )
2 years ago
ingressservices.go
cmd/containerboot,kube/ingressservices: proxy VIPService TCP/UDP traffic to cluster Services ( #15897 )
11 months ago
ingressservices_test.go
cmd/containerboot,kube/ingressservices: proxy VIPService TCP/UDP traffic to cluster Services ( #15897 )
11 months ago
kube.go
cmd/{containerboot,k8s-operator}: use state Secret for checking device auth ( #16328 )
10 months ago
kube_test.go
cmd/{containerboot,k8s-operator}: use state Secret for checking device auth ( #16328 )
10 months ago
main.go
cmd/{k8s-proxy,containerboot,k8s-operator},kube: add health check and metrics endpoints for k8s-proxy ( #16540 )
9 months ago
main_test.go
cmd/{containerboot,k8s-operator}: use state Secret for checking device auth ( #16328 )
10 months ago
serve.go
all-kube: create Tailscale Service for HA kube-apiserver ProxyGroup ( #16572 )
9 months ago
serve_test.go
cmd/containerboot: manage HA Ingress TLS certs from containerboot ( #15303 )
1 year ago
settings.go
cmd/containerboot: allow setting --accept-dns via TS_EXTRA_ARGS again ( #16129 )
11 months ago
settings_test.go
cmd/containerboot: allow setting --accept-dns via TS_EXTRA_ARGS again ( #16129 )
11 months ago
tailscaled.go
cmd/containerboot: speed up tests ( #14883 )
1 year ago
test_tailscale.sh
cmd/containerboot: make a tests table, add more tests.
3 years ago
test_tailscaled.sh
cmd/containerboot: avoid leaking bash scripts after test runs
3 years ago