Brad Fitzpatrick
239ad57446
tailcfg: move LogHeapPprof from Debug to c2n [capver 69]
...
And delete Debug.GoroutineDumpURL, which was already in c2n.
Updates #8923
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com >
2023-08-16 20:35:04 -07:00
Will Norris
71029cea2d
all: update copyright and license headers
...
This updates all source files to use a new standard header for copyright
and license declaration. Notably, copyright no longer includes a date,
and we now use the standard SPDX-License-Identifier header.
This commit was done almost entirely mechanically with perl, and then
some minimal manual fixes.
Updates #6865
Signed-off-by: Will Norris <will@tailscale.com >
2023-01-27 15:36:29 -08:00
Jordan Whited
ea5ee6f87c
all: update golang.zx2c4.com/wireguard to github.com/tailscale/wireguard-go ( #6692 )
...
This is temporary while we work to upstream performance work in
https://github.com/WireGuard/wireguard-go/pull/64 . A replace directive
is less ideal as it breaks dependent code without duplication of the
directive.
Signed-off-by: Jordan Whited <jordan@tailscale.com >
2022-12-09 15:12:20 -08:00
Brad Fitzpatrick
7eaf5e509f
net/netaddr: start migrating to net/netip via new netaddr adapter package
...
Updates #5162
Change-Id: Id7bdec303b25471f69d542f8ce43805328d56c12
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com >
2022-07-25 16:20:43 -07:00
Brad Fitzpatrick
cf9b9a7fec
tstest/iosdeps: add test for forbidden iOS dependencies
...
Fixes #4463
Change-Id: I8305710e8a075263ae9a88a29624b19032d5beeb
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com >
2022-04-20 12:30:23 -07:00