You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/util/eventbus
Brad Fitzpatrick be6cfa00cb util/eventbus: when ts_omit_debugeventbus is set, don't import tsweb
I'm trying to remove the "regexp" and "regexp/syntax" packages from
our minimal builds. But tsweb pulls in regexp (via net/http/pprof etc)
and util/eventbus was importing the tsweb for no reason.

Updates #12614

Change-Id: Ifa8c371ece348f1dbf80d6b251381f3ed39d5fbd
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
3 months ago
..
assets util/eventbus: add a debug HTTP handler for the bus 10 months ago
debug-demo util/eventbus: add a helper program for bus development 10 months ago
eventbustest health: remove direct callback and replace with eventbus (#17199) 3 months ago
bench_test.go util/eventbus: add basic throughput benchmarks (#15284) 10 months ago
bus.go util/eventbus: flesh out docs a bit 3 months ago
bus_test.go util/eventbus: add a Done method to the Monitor type (#17263) 3 months ago
client.go util/eventbus: flesh out docs a bit 3 months ago
debug.go client/local,cmd/tailscale/cli,ipn/localapi: expose eventbus graph (#16597) 6 months ago
debughttp.go util/eventbus: add ts_omit_debugeventbus 4 months ago
debughttp_off.go util/eventbus: when ts_omit_debugeventbus is set, don't import tsweb 3 months ago
doc.go util/eventbus: add test helpers to simplify testing events (#16294) 6 months ago
fetch-htmx.go util/eventbus: add a debug HTTP handler for the bus 10 months ago
monitor.go util/eventbus: add a Done method to the Monitor type (#17263) 3 months ago
publish.go util/eventbus: flesh out docs a bit 3 months ago
queue.go util/eventbus: make internal queue a generic type 10 months ago
subscribe.go util/eventbus: flesh out docs a bit 3 months ago