Mirror of tailscale/tailscale@github.com
Go to file
David Anderson 17eae5b0d3 tool/gocross: force use of our custom toolchain
The new 'toolchain' directive in go.mod can sometimes force
the use of an upstream toolchain against our wishes. Concurrently,
some of our dependencies have added the 'toolchain' directive, which
transitively adds it to our own go.mod. Force all uses of gocross to
ignore that directive and stick to our customized toolchain.

Updates #cleanup

Signed-off-by: David Anderson <danderson@tailscale.com>
2024-01-19 18:23:21 -08:00
.bencher bencher: add config to suppress failures on benchmark regressions. 2021-10-01 16:16:02 -07:00
.github go.mod: bump most deps for start of cycle 2024-01-19 16:51:39 -08:00
appc ipn/ipnlocal: make app connector configuration concurrent 2024-01-18 12:26:58 -08:00
atomicfile various: add golangci-lint, fix issues (#7905) 2023-04-17 18:38:24 -04:00
chirp all: update copyright and license headers 2023-01-27 15:36:29 -08:00
client client/web: skip connectivity check on https 2024-01-11 14:51:29 -08:00
clientupdate clientupdate: add explicit Track to Arguments (#10548) 2023-12-11 09:20:42 -08:00
cmd go.mod: bump most deps for start of cycle 2024-01-19 16:51:39 -08:00
control control/controlclient,util/execqueue: extract execqueue into a package 2024-01-18 12:08:13 -08:00
derp derp: optimize another per client field alignment 2024-01-12 13:05:39 -08:00
disco disco: correct noun for nacl box type in disco docs 2023-12-14 16:41:53 -08:00
docs cmd/k8s-operator/deploy: allow modifying operator tags via Helm values 2024-01-19 21:22:23 +00:00
doctor all: cleanup unused code, part 2 (#10670) 2023-12-21 17:40:03 -08:00
envknob client/web: show features based on platform support 2023-12-01 17:01:13 -05:00
health net/netcheck: use DERP frames as a signal for home region liveness 2023-12-13 16:33:46 -05:00
hostinfo hostinfo: fix a couple of logic simplification lints 2023-11-01 13:14:25 -07:00
internal/tooldeps various: add golangci-lint, fix issues (#7905) 2023-04-17 18:38:24 -04:00
ipn ipn/ipnlocal: make app connector configuration concurrent 2024-01-18 12:26:58 -08:00
jsondb all: update copyright and license headers 2023-01-27 15:36:29 -08:00
k8s-operator cmd/k8s-operator,k8s-operator: allow the operator to deploy exit nodes via Connector custom resource (#10724) 2024-01-09 14:13:22 +00:00
kube cmd/k8s-operator,ipn/store/kubestore: patch secrets instead of updating 2023-08-29 13:24:05 -07:00
licenses licenses: mention tvOS in apple.md (#10872) 2024-01-16 18:32:20 -08:00
log tailcfg: move LogHeapPprof from Debug to c2n [capver 69] 2023-08-16 20:35:04 -07:00
logpolicy logpolicy: use syspolicy to override LogTarget 2024-01-03 10:34:35 -05:00
logtail tailscale/logtail: redact public ipv6 and ipv4 ip addresses within tailscaled. (#10531) 2023-12-15 15:15:49 -08:00
metrics metrics: add missing comma in histogram JSON export 2023-09-07 15:28:12 -07:00
net net/netmon: when a new network is added, trigger netmon update (#10840) 2024-01-12 16:03:04 -08:00
packages/deb go.mod: upgrade nfpm to v2 (#8786) 2023-08-03 13:00:45 -07:00
paths safesocket, paths: add Plan 9 support 2023-09-07 08:48:21 -07:00
portlist all: cleanup unused code, part 2 (#10670) 2023-12-21 17:40:03 -08:00
posture ci: run 'go vet' in golangci-lint; fix errors in tests 2023-12-07 15:08:28 -05:00
prober prober: log HTTP response body on failure 2023-12-13 14:30:16 +00:00