cloudflared-mirror/cmd/cloudflared/tunnel
Nuno Diegues 9ed536c990 TUN-3738: Consume UI events even when UI is disabled
Not doing so was causing cloudflared to become stuck after
some time. This would happen because the Observer pattern
was sending events to the UI channel (that has 16 slots) but
no one was consuming those when the UI is not enabled (which
is the default case).

Hence, events (such as connection disconnect / reconnect) would
cause that buffer to be full and cause cloudflared to become
apparently stuck, in the sense that the connections would not be
reconnected.
2021-01-13 13:10:30 +00:00
..
cmd.go TUN-3738: Consume UI events even when UI is disabled 2021-01-13 13:10:30 +00:00
cmd_test.go TUN-1669: Update license message in help text. Also fix test 2019-04-18 10:42:48 -05:00
configuration.go TUN-3471: Add structured log context to logs 2021-01-05 20:21:16 +00:00
configuration_test.go TUN-1196: Allow TLS config client CA and root CA to be constructed from multiple certificates 2018-11-19 15:38:10 -06:00
credential_finder.go TUN-3471: Add structured log context to logs 2021-01-05 20:21:16 +00:00
filesystem.go TUN-3581: Tunnels can be run by name using only --credentials-file, no 2020-11-25 09:54:28 -06:00
ingress_subcommands.go TUN-3470: Replace in-house logger calls with zerolog 2020-12-23 14:15:17 -06:00
login.go TUN-3470: Replace in-house logger calls with zerolog 2020-12-23 14:15:17 -06:00
server.go TUN-3470: Replace in-house logger calls with zerolog 2020-12-23 14:15:17 -06:00
signal.go TUN-3471: Add structured log context to logs 2021-01-05 20:21:16 +00:00
signal_test.go TUN-3470: Replace in-house logger calls with zerolog 2020-12-23 14:15:17 -06:00
subcommand_context.go TUN-3471: Add structured log context to logs 2021-01-05 20:21:16 +00:00
subcommand_context_teamnet.go TUN-3688: Subcommand for users to check which route an IP proxies through 2021-01-07 15:31:26 +00:00
subcommand_context_test.go TUN-3607: Set up single-file logger with zerolog 2020-12-23 14:15:39 -06:00
subcommands.go TUN-3471: Add structured log context to logs 2021-01-05 20:21:16 +00:00
subcommands_test.go TUN-3578: cloudflared tunnel route dns should allow wildcard subdomains 2020-11-23 09:37:46 -06:00
tag.go TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
tag_test.go TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
teamnet_subcommands.go Review from Igor 2021-01-11 19:36:31 +00:00