summaryrefslogtreecommitdiffhomepage
path: root/util/eventbus
AgeCommit message (Expand)AuthorFilesLines
2025-06-16util/eventbus: remove redundant code from eventbus.PublishNick Khyl3-20/+13
2025-06-11ipn/localapi,client/local: add debug watcher for bus events (#16239)Claus Lensbøl1-0/+9
2025-05-08util/eventbus: also disable websocket debug on AndroidBrad Fitzpatrick2-2/+4
2025-03-18util/eventbus: remove debug UI from iOS buildDavid Anderson2-0/+20
2025-03-13util/eventbus: add basic throughput benchmarks (#15284)M. J. Fromberger1-0/+125
2025-03-12util/eventbus: add a helper program for bus developmentDavid Anderson1-0/+103
2025-03-12util/eventbus: add a debug HTTP handler for the busDavid Anderson10-3/+541
2025-03-07util/eventbus: add debugger methods to list pub/sub typesDavid Anderson3-0/+50
2025-03-07util/eventbus: don't allow publishers to skip events while debuggingDavid Anderson2-1/+5
2025-03-07util/eventbus: initial debugging facilities for the event busDavid Anderson6-66/+207
2025-03-06util/eventbus: add debug hooks to snoop on bus trafficDavid Anderson4-28/+56
2025-03-06util/eventbus: add internal hook type for debuggingDavid Anderson1-0/+62
2025-03-05util/eventbus: track additional event context in subscribe queueDavid Anderson2-11/+27
2025-03-05util/eventbus: track additional event context in publish queueDavid Anderson3-10/+23
2025-03-05util/eventbus: make internal queue a generic typeDavid Anderson3-16/+18
2025-03-05util/eventbus: adjust worker goroutine management helpersDavid Anderson3-85/+104
2025-03-04util/eventbus: rework to have a Client abstractionDavid Anderson6-208/+345
2025-02-28util/eventbus: initial implementation of an in-process event busDavid Anderson6-0/+851