tailscale/util/eventbus
David Anderson e091e71937
Some checks failed
checklocks / checklocks (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
Dockerfile build / deploy (push) Has been cancelled
CI / race-root-integration (1/4) (push) Has been cancelled
CI / race-root-integration (2/4) (push) Has been cancelled
CI / race-root-integration (3/4) (push) Has been cancelled
CI / race-root-integration (4/4) (push) Has been cancelled
CI / test (-race, amd64, 1/3) (push) Has been cancelled
CI / test (-race, amd64, 2/3) (push) Has been cancelled
CI / test (-race, amd64, 3/3) (push) Has been cancelled
CI / test (386) (push) Has been cancelled
CI / test (amd64) (push) Has been cancelled
CI / windows (push) Has been cancelled
CI / privileged (push) Has been cancelled
CI / vm (push) Has been cancelled
CI / race-build (push) Has been cancelled
CI / cross (386, linux) (push) Has been cancelled
CI / cross (amd64, darwin) (push) Has been cancelled
CI / cross (amd64, freebsd) (push) Has been cancelled
CI / cross (amd64, openbsd) (push) Has been cancelled
CI / cross (amd64, windows) (push) Has been cancelled
CI / cross (arm, 5, linux) (push) Has been cancelled
CI / cross (arm, 7, linux) (push) Has been cancelled
CI / cross (arm64, darwin) (push) Has been cancelled
CI / cross (arm64, linux) (push) Has been cancelled
CI / cross (arm64, windows) (push) Has been cancelled
CI / cross (loong64, linux) (push) Has been cancelled
CI / ios (push) Has been cancelled
CI / crossmin (amd64, illumos) (push) Has been cancelled
CI / crossmin (amd64, plan9) (push) Has been cancelled
CI / crossmin (amd64, solaris) (push) Has been cancelled
CI / crossmin (ppc64, aix) (push) Has been cancelled
CI / android (push) Has been cancelled
CI / wasm (push) Has been cancelled
CI / tailscale_go (push) Has been cancelled
CI / fuzz (push) Has been cancelled
CI / depaware (push) Has been cancelled
CI / go_generate (push) Has been cancelled
CI / go_mod_tidy (push) Has been cancelled
CI / licenses (push) Has been cancelled
CI / staticcheck (386, windows) (push) Has been cancelled
CI / staticcheck (amd64, darwin) (push) Has been cancelled
CI / staticcheck (amd64, linux) (push) Has been cancelled
CI / staticcheck (amd64, windows) (push) Has been cancelled
CI / notify_slack (push) Has been cancelled
CI / check_mergeability (push) Has been cancelled
util/eventbus: remove debug UI from iOS build
The use of html/template causes reflect-based linker bloat. Longer
term we have options to bring the UI back to iOS, but for now, cut
it out.

Updates #15297

Signed-off-by: David Anderson <dave@tailscale.com>
2025-03-18 17:04:15 -07:00
..
assets util/eventbus: add a debug HTTP handler for the bus 2025-03-12 17:47:47 -07:00
debug-demo util/eventbus: add a helper program for bus development 2025-03-12 17:47:47 -07:00
bench_test.go util/eventbus: add basic throughput benchmarks (#15284) 2025-03-13 08:06:20 -07:00
bus_test.go util/eventbus: rework to have a Client abstraction 2025-03-04 17:38:20 -08:00
bus.go util/eventbus: add a debug HTTP handler for the bus 2025-03-12 17:47:47 -07:00
client.go util/eventbus: add debugger methods to list pub/sub types 2025-03-07 14:28:04 -08:00
debug.go util/eventbus: add a debug HTTP handler for the bus 2025-03-12 17:47:47 -07:00
debughttp_ios.go util/eventbus: remove debug UI from iOS build 2025-03-18 17:04:15 -07:00
debughttp.go util/eventbus: remove debug UI from iOS build 2025-03-18 17:04:15 -07:00
doc.go util/eventbus: initial debugging facilities for the event bus 2025-03-07 12:48:32 -08:00
fetch-htmx.go util/eventbus: add a debug HTTP handler for the bus 2025-03-12 17:47:47 -07:00
publish.go util/eventbus: initial debugging facilities for the event bus 2025-03-07 12:48:32 -08:00
queue.go util/eventbus: make internal queue a generic type 2025-03-05 18:29:34 -08:00
subscribe.go util/eventbus: add debugger methods to list pub/sub types 2025-03-07 14:28:04 -08:00