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/feature
M. J. Fromberger 3c32f87624
feature/relayserver: use eventbus.Monitor to simplify lifecycle management (#17234)
Instead of using separate channels to manage the lifecycle of the eventbus
client, use the recently-added eventbus.Monitor, which handles signaling the
processing loop to stop and waiting for it to complete.  This allows us to
simplify some of the setup and cleanup code in the relay server.

Updates #15160

Change-Id: Ia1a47ce2e5a31bc8f546dca4c56c3141a40d67af
Signed-off-by: M. J. Fromberger <fromberger@tailscale.com>
3 months ago
..
appconnectors feature/appconnectors: start making it modular 3 months ago
buildfeatures feature/featuretags, all: add build features, use existing ones in more places 3 months ago
capture feature/capture: fix wireshark decoding and add new disco frame types (#16089) 8 months ago
clientupdate feature/clientupdate: move clientupdate to a modular feature, disabled for tsnet 3 months ago
condregister ipn/store, feature/condregister: permit callers to empty import optonal ipn stores 3 months ago
debugportmapper feature/portmapper: make the portmapper & its debugging tools modular 4 months ago
doctor doctor: add ts_omit_doctor support 3 months ago
drive feature/drive: start factoring out Taildrive, add ts_omit_drive build tag 4 months ago
featuretags feature/featuretags, all: add build features, use existing ones in more places 3 months ago
linuxdnsfight feature/linuxdnsfight: move inotify watching of /etc/resolv.conf out to a feature 4 months ago
oauthkey tsnet,internal/client/tailscale: resolve OAuth into authkeys in tsnet (#17191) 4 months ago
portlist feature/portlist: pull portlist service porting into extension, use eventbus 3 months ago
portmapper feature/portmapper: make the portmapper & its debugging tools modular 4 months ago
posture ipn/ipnlocal, feature/posture: pull posture out into a modular feature 3 months ago
relayserver feature/relayserver: use eventbus.Monitor to simplify lifecycle management (#17234) 3 months ago
sdnotify feature/sdnotify: move util/systemd to a modular feature 3 months ago
syspolicy util/syspolicy: finish plumbing policyclient, add feature/syspolicy, move global impl 4 months ago
taildrop util/backoff: rename logtail/backoff package to util/backoff 3 months ago
tap all: use Go 1.20's errors.Join instead of our multierr package 3 months ago
tpm cmd/tailscaled: default --encrypt-state to true if TPM is available (#17376) 3 months ago
useproxy feature, net/tshttpproxy: pull out support for using proxies as a feature 3 months ago
wakeonlan feature/*: make Wake-on-LAN conditional, start supporting modular features 12 months ago
feature.go feature, net/tshttpproxy: pull out support for using proxies as a feature 3 months ago
hooks.go cmd/tailscaled: default --encrypt-state to true if TPM is available (#17376) 3 months ago
sdnotify.go feature/sdnotify: move util/systemd to a modular feature 3 months ago