Adam Chalmers
|
b855e33327
|
TUN-3706: Quit if any origin service fails to start
|
2020-12-30 13:48:19 -06:00 |
Areg Harutyunyan
|
870f5fa907
|
TUN-3470: Replace in-house logger calls with zerolog
|
2020-12-23 14:15:17 -06:00 |
Adam Chalmers
|
38fb0b28b6
|
TUN-3593: /ready endpoint for k8s readiness. Move tunnel events out of UI package, into connection package.
|
2020-12-02 15:22:59 -06:00 |
cthuang
|
bda8fe2fbe
|
TUN-3594: Log response status at debug level
|
2020-11-27 12:28:20 +00:00 |
Adam Chalmers
|
69fd502db3
|
TUN-3581: Tunnels can be run by name using only --credentials-file, no
origin cert necessary.
|
2020-11-25 09:54:28 -06:00 |
cthuang
|
fdb1f961b3
|
TUN-3557: Detect SSE if content-type starts with text/event-stream
|
2020-11-18 15:59:41 +00:00 |
cthuang
|
543169c893
|
TUN-3490: Make sure OriginClient implementation doesn't write after Proxy return
|
2020-11-11 15:21:00 +00:00 |
cthuang
|
d5769519b2
|
TUN-3489: Add unit tests to cover proxy logic in connection package of cloudflared
|
2020-11-11 15:21:00 +00:00 |
cthuang
|
5974fb4cfd
|
TUN-3500: Integrate replace h2mux by http2 work with multiple origin support
|
2020-11-11 15:20:57 +00:00 |
cthuang
|
eef5b78eac
|
TUN-3480: Support SSE with http2 connection, and add SSE handler to hello-world server
|
2020-11-11 15:12:17 +00:00 |
cthuang
|
6b86f81c4a
|
TUN-3403: Unit test for origin/proxy to test serving HTTP and Websocket
|
2020-11-11 15:12:15 +00:00 |
cthuang
|
a490443630
|
TUN-3458: Upgrade to http2 when available, fallback to h2mux when we reach max retries
|
2020-11-11 15:11:42 +00:00 |
cthuang
|
b5cdf3b2c7
|
TUN-3456: New protocol option auto to automatically select between http2 and h2mux
|
2020-11-11 15:11:42 +00:00 |
cthuang
|
9ac40dcf04
|
TUN-3462: Refactor cloudflared to separate origin from connection
|
2020-11-11 15:11:42 +00:00 |
cthuang
|
a5a5b93b64
|
TUN-3420: Establish control plane and send RPC over control plane
|
2020-11-11 15:11:42 +00:00 |
cthuang
|
cb39f26f27
|
TUN-3406: Proxy websocket requests over Go http2
|
2020-11-11 15:11:42 +00:00 |
cthuang
|
8d7b2575ba
|
TUN-3400: Use Go HTTP2 library as transport to connect with the edge
|
2020-11-11 15:11:42 +00:00 |
cthuang
|
d7498b0c03
|
TUN-3449: Use flag to select transport protocol implementation
|
2020-11-11 15:11:42 +00:00 |
cthuang
|
be9a558867
|
TUN-3503: Matching ingress rule should not take port into account
|
2020-11-05 15:36:12 +00:00 |
Adam Chalmers
|
d01770107e
|
TUN-3492: Refactor OriginService, shrink its interface
|
2020-11-04 21:28:33 +00:00 |
Adam Chalmers
|
e933ef9e1a
|
TUN-2640: Users can configure per-origin config. Unify single-rule CLI
flow with multi-rule config file code.
|
2020-10-30 07:42:20 -05:00 |
Adam Chalmers
|
c96b9e8d8f
|
TUN-3464: Newtype to wrap []ingress.Rule
|
2020-10-15 12:48:14 -05:00 |
Adam Chalmers
|
4a4a1bb6b1
|
TUN-3441: Multiple-origin routing via ingress rules
|
2020-10-13 08:55:17 -05:00 |
Adam Chalmers
|
0eebc7cef9
|
TUN-3438: move ingress into own package, read into TunnelConfig
|
2020-10-12 16:33:22 +00:00 |
cthuang
|
2c9b7361b7
|
TUN-3427: Define a struct that only implements RegistrationServer in tunnelpogs
|
2020-10-01 09:08:32 +01:00 |
Areg Harutyunyan
|
747427f816
|
TUN-3216: UI improvements
|
2020-09-17 13:22:08 +04:00 |
Rachel Williams
|
bb530b87dd
|
TUN-3328: Filter out free tunnel has started log from UI
|
2020-09-17 11:52:10 +04:00 |
Rachel Williams
|
8a829b773a
|
Rebased and passed TunnelEventChan to LogServerInfo in new ReconnectTunnel function
|
2020-09-17 11:52:10 +04:00 |
Rachel Williams
|
71b98e6111
|
TUN-3261: Display connections on UI for free classic tunnels
|
2020-09-17 11:52:10 +04:00 |
Rachel Williams
|
fee13dc62f
|
TUN-3255: Update UI to display URL instead of hostname
|
2020-09-17 11:52:10 +04:00 |
Rachel Williams
|
094e0c7592
|
TUN-3238: Update UI when connection re-connects
|
2020-09-17 11:52:10 +04:00 |
Rachel Williams
|
b57a953caa
|
TUN-3200: Add connection information to UI
|
2020-09-17 11:52:10 +04:00 |
cthuang
|
8eeb452cce
|
TUN-3268: Each connection has its own event digest to reconnect
|
2020-08-20 16:44:22 +01:00 |
Adam Chalmers
|
9952ce0069
|
TUN-3221: ConnectionOptions tracks numPreviousAttempts.
|
2020-07-31 20:22:33 +00:00 |
Igor Postelnik
|
ac3638f6b1
|
TUN-3169: Move on to the next address when edge returns duplicate connection. There's no point in trying to connect to the same address since it will be hashed to the same metal.
Improve logging of errors from serve tunnel loop, hide useless context cancelled error.
|
2020-07-07 16:35:44 -05:00 |
Igor Postelnik
|
2a3d486126
|
TUN-3007: Implement named tunnel connection registration and unregistration.
Removed flag for using quick reconnect, this logic is now always enabled.
|
2020-07-01 04:19:30 +00:00 |
Adam Chalmers
|
4d3ebaf984
|
TUN-3106: Pass NamedTunnel config to StartServer
|
2020-06-17 23:20:37 +00:00 |
cthuang
|
fb82b2ced5
|
TUN-3019: Remove declarative tunnel entry code
|
2020-05-30 05:54:17 +08:00 |
Dalton
|
046be63253
|
AUTH-2596 added new logger package and replaced logrus
|
2020-05-27 17:07:19 -05:00 |
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 |
Igor Postelnik
|
dd0881f32b
|
TUN-2940: Added delay parameter to stdin reconnect command.
|
2020-05-01 15:58:19 +00:00 |
Igor Postelnik
|
976eb24883
|
TUN-2921: Rework address selection logic to avoid corner cases
|
2020-04-27 14:47:47 -05:00 |
Areg Harutyunyan
|
06f29306cd
|
TUN-2881: Parameterize response meta information header name in the generating function
|
2020-04-10 20:26:09 +01:00 |
Areg Harutyunyan
|
322f909edb
|
TUN-2880: Return metadata about source of the response from cloudflared
|
2020-04-10 01:01:38 +01:00 |
Dalton
|
a37da2b165
|
AUTH-2394 added socks5 proxy
|
2020-04-07 13:30:28 -05:00 |
Adam Chalmers
|
acea15161c
|
TUN-2854: Quick Reconnects should be an optional supported feature
|
2020-03-31 08:59:00 -05:00 |
Areg Harutyunyan
|
ae374c0463
|
TUN-2846: Trigger debug reconnects from stdin commands, not SIGUSR1
|
2020-03-27 17:04:21 +00:00 |
Adam Chalmers
|
32df01a9da
|
TUN-2823: Bugfix. cloudflared would hang forever if error occurred.
|
2020-03-19 17:48:42 -05:00 |
Adam Chalmers
|
6dcf3a4cbc
|
TUN-2819: cloudflared should close its connections when a signal is sent
|
2020-03-19 21:02:15 +00:00 |
Adam Chalmers
|
e8f55cc911
|
TUN-2756: Set connection digest after reconnect.
Previously it was only being set after RegisterTunnel.
|
2020-03-13 17:31:05 -05:00 |