summaryrefslogtreecommitdiffhomepage
path: root/tsweb
AgeCommit message (Expand)AuthorFilesLines
2026-04-13all: fix six tests that failed with -count=2Brad Fitzpatrick1-1/+1
2026-04-08tsweb: add TS_DEBUG_TRUSTED_CIDRS envknob to debug (#19283)Jason O'Donnell2-0/+129
2026-04-05cmd/vet: add subtestnames analyzer; fix all existing violationsBrad Fitzpatrick1-22/+22
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick2-12/+10
2026-02-06tsweb/varz: remove unnecessary Map.Init() calls in testsAnton Tolchanov1-8/+0
2026-02-06tsweb/varz: only export numeric expvar.Map valuesAnton Tolchanov2-2/+55
2026-01-23all: remove AUTHORS file and references to itWill Norris12-12/+12
2025-12-12tsweb: add Unwrap to loggingResponseWriter for ResponseController (#18195)James 'zofrex' Sanderson1-0/+4
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan1-19/+19
2025-10-10tsweb/varz: add support for ShardedInt metricsAnton Tolchanov2-0/+19
2025-06-16scripts/check_license_headers.sh: delete, rewrite as a Go testBrad Fitzpatrick1-0/+1
2025-06-12tsweb/varz: add binary name to version metricBrad Fitzpatrick1-1/+19
2025-04-28tsweb/varz: export GC CPU fraction gaugeJames Tucker2-14/+124
2025-04-16tsd: wire up the event bus to tailscaledDavid Anderson2-1/+3
2025-04-16tsweb: don't hook up pprof handlers in javascript buildsDavid Anderson4-12/+33
2025-03-18tsweb: split promvarz into an optional dependencyDavid Anderson3-5/+23
2025-03-12tsweb: add title to DebugHandler and helper registration methodsWill Norris1-5/+26
2025-01-22tsweb: add missing debug pprof endpointsBrad Fitzpatrick1-7/+7
2024-11-20tsweb: change RequestID format to have a date in itBrad Fitzpatrick2-5/+30
2024-11-07tsweb/varz: optimize some allocs, add helper func for othersBrad Fitzpatrick1-2/+8
2024-08-27usermetric: add initial user-facing metricsKristoffer Dalby1-12/+21
2024-08-27tsweb/varz: remove pprofKristoffer Dalby1-1/+0
2024-08-12tsweb: fix TestStdHandler_ConnectionClosedDuringBody flake (#13046)Paul Scott1-11/+12
2024-08-03tsweb: mark TestStdHandler_ConnectionClosedDuringBody flakyMaisem Ali1-0/+2
2024-07-29tsweb: add QuietLogging option (#12838)Paul Scott2-1/+61
2024-07-25tsweb: Add MiddlewareStack func to apply lists of Middleware (#12907)Paul Scott2-0/+66
2024-07-24tsweb: log all cancellations as 499s (#12894)Paul Scott2-29/+250
2024-07-19tsweb: log cancelled requests as 499Paul Scott2-16/+105
2024-07-18tsweb: swallow panicsPaul Scott2-104/+231
2024-07-16tsweb: log once per requestPaul Scott2-157/+422
2024-07-15tsweb: fix TestStdHandler_panic flakePaul Scott1-9/+3
2024-07-15tsweb: add stack trace to panic error msgPaul Scott2-4/+96
2024-06-26tsweb: accept a function to call before request handlingAnton Tolchanov2-3/+28
2024-06-14derp/xdp,cmd/xdpderper: initial skeleton (#12390)Jordan Whited1-1/+1
2024-06-06tsweb: add optional on completion callback funcKristoffer Dalby1-0/+12
2024-05-31tsweb: rename AccessLogRecord's When to TimeMarwan Sulaiman3-26/+26
2024-05-05tsweb: remove redundant bumpStartIfNeeded funcWill Norris1-7/+8
2024-05-03tsweb: ensure in-flight requests are always marked as finishedWill Norris1-2/+5
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-2/+2
2024-04-09tsweb: switch to fastuuid for request ID generationJames Tucker1-2/+2
2024-04-05tsweb: handle panics in retHandlerMaisem Ali1-1/+26
2024-04-02tsweb: update doc on BucketedStatsOptions.Finish to match behaviorJames Tucker1-1/+2
2024-03-28tsweb: make BucketedStats not track 400s, 404s, etcBrad Fitzpatrick1-2/+20
2024-03-27tsweb/varz: add charset=utf-8 to varz handlerBrad Fitzpatrick1-1/+1
2024-03-26metrics, tsweb/varz: add multi-label map metricsBrad Fitzpatrick2-0/+28
2024-03-24tsweb/varz: flesh out munging of expvar keys into valid Prometheus metricsBrad Fitzpatrick2-1/+42
2024-03-06tsweb: add String method to tsweb.RequestIDAndrew Dunham1-0/+6
2024-03-04tsweb: add more test cases for TestCleanRedirectURL (#11331)Chris Palmer1-1/+9
2024-02-28tsweb: allow empty redirect URL in CleanRedirectURL (#11295)Andrew Lytvynov2-28/+36
2024-02-27tsweb: expose function to generate request IDsAndrew Dunham1-7/+14