cloudflared-mirror/cmd/cloudflared/tunnel
Igor Postelnik 39065377b5 TUN-4063: Cleanup dependencies between packages.
- Move packages the provide generic functionality (such as config) from `cmd` subtree to top level.
- Remove all dependencies on `cmd` subtree from top level packages.
- Consolidate all code dealing with token generation and transfer to a single cohesive package.
2021-03-09 14:02:59 +00:00
..
cmd.go TUN-4063: Cleanup dependencies between packages. 2021-03-09 14:02:59 +00:00
cmd_test.go TUN-1669: Update license message in help text. Also fix test 2019-04-18 10:42:48 -05:00
config_test.go TUN-3995: Optional --features flag for tunnel run. 2021-03-02 16:21:17 -06:00
configuration.go TUN-4063: Cleanup dependencies between packages. 2021-03-09 14:02:59 +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-4063: Cleanup dependencies between packages. 2021-03-09 14:02:59 +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-4063: Cleanup dependencies between packages. 2021-03-09 14:02:59 +00:00
login.go TUN-4063: Cleanup dependencies between packages. 2021-03-09 14:02:59 +00:00
server.go Add max upstream connections dns-proxy option (#290) 2021-02-12 21:32:29 +04:00
signal.go TUN-3792: Handle graceful shutdown correctly when running as a windows service. Only expose one shutdown channel globally, which now triggers the graceful shutdown sequence across all modes. Removed separate handling of zero-duration grace period, instead it's checked only when we need to wait for exit. 2021-01-27 07:21:34 -06:00
signal_test.go TUN-3792: Handle graceful shutdown correctly when running as a windows service. Only expose one shutdown channel globally, which now triggers the graceful shutdown sequence across all modes. Removed separate handling of zero-duration grace period, instead it's checked only when we need to wait for exit. 2021-01-27 07:21:34 -06:00
subcommand_context.go TUN-3819: Remove client-side check that deleted tunnels have no connections 2021-03-05 21:21:10 +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-4063: Cleanup dependencies between packages. 2021-03-09 14:02:59 +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 TUN-3989: Check in with Updater service in more situations and convey messages to user 2021-03-03 13:57:04 +00:00