summaryrefslogtreecommitdiffhomepage
path: root/tsweb
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-13Revert "tsweb: update ServeMux matching to 1.22.0 syntax (#11090)" (#11125)Patrick O'Doherty1-8/+8
2024-02-13tsweb: update ServeMux matching to 1.22.0 syntax (#11090)Patrick O'Doherty1-8/+8
2024-02-09Revert "tsweb: update ServeMux matching to 1.22.0 syntax (#11087)" (#11089)Patrick O'Doherty1-1/+1
2024-02-09tsweb: update ServeMux matching to 1.22.0 syntax (#11087)Patrick O'Doherty1-1/+1
2024-02-07util/cmpx: delete now that we're using Go 1.22Brad Fitzpatrick2-6/+6
2024-02-07tsweb: normalize passkey identities in bucketed statsTom DNetto2-3/+5
2024-02-07tsweb: normalize common StableID's in bucketed stats, export as LabelMapTom DNetto2-3/+7
2024-02-07tsweb: replace domains/emails in paths when bucketing statsTom DNetto2-8/+17
2024-02-06tsweb: implementing bucketed statistics for started/finished countsTom DNetto2-0/+91
2024-01-19tsweb: add a helper to validate redirect URLsDavid Anderson2-0/+120
2024-01-16all: make use of ctxkey everywhere (#10846)Joe Tsai2-17/+15
2024-01-03tsweb: use object-src instead of plugin-types (#10719)Chris Palmer2-2/+2
2023-11-30tsweb: propagate RequestID via context and entire requestMarwan Sulaiman4-140/+134
2023-09-07tsweb/varz: fix exporting histogramsMaisem Ali1-5/+8
2023-08-25tsweb: check for key-based debug access before XFF check (#9093)Dave Anderson1-8/+16
2023-08-23tsweb: clean up pprof handler registration, document why it's thereDavid Anderson1-8/+24
2023-08-16tsweb: add request ID for errorsAdrian Dewhurst3-14/+286