This website requires JavaScript.
Explore
Help
Register
Sign In
hoelee
/
cloudflared
Watch
1
Star
0
Fork
0
You've already forked cloudflared
mirror of
https://github.com/cloudflare/cloudflared.git
synced
2025-07-27 08:09:58 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
fbe2989f61fcdcecc4062b6c10cdabb571a6d6d7
cloudflared
/
tunnelrpc
/
pogs
History
Igor Postelnik
fbe2989f61
TUN-2955: Fix connection and goroutine leaks when tunnel conection is terminated on error. Only unregister tunnels that had connected successfully. Close edge connection used to unregister the tunnel. Use buffered channels for error channels where receiver may quit early on context cancellation.
2020-05-06 03:13:24 +00:00
..
auth_outcome.go
TUN-2555: origin/supervisor.go calls Authenticate
2019-12-06 11:26:54 -06:00
auth_serialize.go
TUN-2547: TunnelRPC definitions for Authenticate flow
2019-11-18 16:39:01 +00:00
auth_test.go
TUN-2575: Constructors + simpler conversions for AuthOutcome
2019-11-22 02:08:57 +00:00
config_test.go
TUN-2307: Capnp is the only serialization format used in tunnelpogs
2019-09-17 16:29:50 +00:00
config.go
Fix "happy eyeballs" not being disabled since Golang 1.12 upgrade
2019-11-25 17:54:20 +00:00
reconnect_tunnel.go
TUN-2755: ReconnectTunnel RPC now transmits ConnectionDigest
2020-03-06 14:48:16 -06:00
tunnelrpc_test.go
TUN-2754: Add ConnDigest to cloudflared and its RPCs
2020-03-05 15:25:15 -06:00
tunnelrpc.go
TUN-2955: Fix connection and goroutine leaks when tunnel conection is terminated on error. Only unregister tunnels that had connected successfully. Close edge connection used to unregister the tunnel. Use buffered channels for error channels where receiver may quit early on context cancellation.
2020-05-06 03:13:24 +00:00