summaryrefslogtreecommitdiffhomepage
path: root/tsweb/debug_test.go
AgeCommit message (Collapse)AuthorFilesLines
2023-01-27all: update copyright and license headersWill Norris1-3/+2
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>
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-2/+2
My favorite part of generics. Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
2021-10-12all: fix spelling mistakesnicksherron1-1/+1
Signed-off-by: nicksherron <nsherron90@gmail.com>
2021-09-02tsweb: restore CPU profiling handlerBrad Fitzpatrick1-0/+20
It was accidentally deleted in the earlier 0022c3d2e (#2143) refactor. Lock it in with a test. Fixes tailscale/corp#2503 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2021-06-16tsweb: replace NewMux with a more flexible DebugHandler.David Anderson1-0/+189
Signed-off-by: David Anderson <danderson@tailscale.com>