summaryrefslogtreecommitdiffhomepage
path: root/util/eventbus/debug.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-16syncs: add Mutex/RWMutex alias/wrappers for future mutex debuggingBrad Fitzpatrick1-2/+2
2025-10-30util/eventbus: allow logging of slow subscribers (#17705)M. J. Fromberger1-0/+36
2025-09-30cmd/tailscaled, ipn/localapi, util/eventbus: don't link in regexp when debug ...Brad Fitzpatrick1-4/+0
2025-07-18client/local,cmd/tailscale/cli,ipn/localapi: expose eventbus graph (#16597)Claus Lensbøl1-0/+13
2025-06-11ipn/localapi,client/local: add debug watcher for bus events (#16239)Claus Lensbøl1-0/+9
2025-03-12util/eventbus: add a debug HTTP handler for the busDavid Anderson1-1/+10
2025-03-07util/eventbus: add debugger methods to list pub/sub typesDavid Anderson1-0/+22
2025-03-07util/eventbus: initial debugging facilities for the event busDavid Anderson1-4/+99
2025-03-06util/eventbus: add internal hook type for debuggingDavid Anderson1-0/+62