Merge branch 'master' into patch-1
Niels Hofmans
2019-12-12 14:35:39 +0100
8b43454024TUN-2631: only notify that activeStreamMap is closed if ignoreNewStreams=true
Nick Vollmar
2019-12-11 17:04:36 -0600
b82ad3bd08Warn users about websockets being a requirement for SSH access
Alexander Ekdahl
2019-12-09 19:22:26 -0500
5e7ca14412TUN-2555: origin/supervisor.go calls Authenticate
Nick Vollmar
2019-12-04 11:22:08 -0600
b499c0fdbaTUN-2608: h2mux.Muxer.Shutdown always returns a non-nil channel
Nick Vollmar
2019-12-03 15:01:28 -0600
61ef60c787bug(cloudflared): Set the MaxIdleConnsPerHost of http.Transport to proxy-keepalive-connections
Rueian
2019-12-05 01:13:27 +0800
bbf31377c2TUN-2607: add RPC stream helpers
Nick Vollmar
2019-11-21 11:03:13 -0600
8f4fd70783TUN-2606: add DialEdge helpers
Nick Vollmar
2019-11-21 12:10:44 -0600
92736b2677bug(cloudflared): nil pointer deference on h2DictWriter Close() (#154)
Tim Bart
2019-12-03 04:29:40 -0800
90595f321abug(cloudflared): nil pointer deference on h2DictWriter Close()
tim
2019-11-25 20:22:00 -0800
379cb16efeTUN-2591: ReconnectTunnel now sends EventDigest
Adam Chalmers
2019-11-25 11:57:06 -0600
43babbc2f9Fix "happy eyeballs" not being disabled since Golang 1.12 upgrade * The Dialer.DualStack setting is now ignored and deprecated; RFC 6555 Fast Fallback ("Happy Eyeballs") is now enabled by default. To disable, set Dialer.FallbackDelay to a negative value.
Ashcon Partovi
2019-11-22 10:07:14 -0800
dfd1ca5fb5Merge remote-tracking branch 'github/master'
Nick Vollmar
2019-11-22 13:07:40 -0600
f51712bef9TUN-2582: EventDigest field in tunnelrpc
Adam Chalmers
2019-11-22 10:17:23 -0600
b0d31a0ef3TUN-2573: Refactor TunnelRegistration into PermanentRegistrationError, RetryableRegistrationError and SuccessfulTunnelRegistration
Chung-Ting Huang
2019-11-21 10:56:04 -0600
support for multiarch docker manifest merged from https://github.com/klutchell/cloudflared requires 'docker login' prior to 'make manifest' so the image can be pushed
Kyle Harding
2019-11-14 09:32:14 -0500
1d96bccc04TUN-2178: public API to create new h2mux.MuxedStreamRequest
Nick Vollmar
2019-11-13 14:04:19 -0600
c5af83af66TUN-2053: Add a /healthcheck endpoint to the metrics server
Adam Chalmers
2019-11-12 16:55:40 -0600
ee4967acd4Enables module-mode in Docker to fix build
Khaled Elkhawaga
2019-11-12 23:27:23 +0100
759cd019beAdd db-connect, a SQL over HTTPS server
Ashcon Partovi
2019-11-12 10:50:41 -0800
13bf65ce4eTUN-2506: Expose active streams metrics
Chung-Ting Huang
2019-11-05 14:37:40 -0600
e14ec1a1fbTUN-2505: Terminate stream on receipt of RST_STREAM; MuxedStream.CloseWrite() should terminate the MuxedStream.Write() loop
Nick Vollmar
2019-11-05 17:24:00 -0600
3a9a0a0d75TUN-2489: Delete stream from activestreammap when read and write are both closed
Chung-Ting Huang
2019-11-04 09:20:38 -0600
Use go 1.13.3
Niels Hofmans
2019-10-29 09:10:12 +0100
e9a8c9850fAUTH-2177: Reads and writes error streams
Michael Borkenstein
2019-10-23 10:27:37 -0500
a52f47c9a9TUN-2460: Configure according to the ClientConfig recevied from a successful Connect
Chung-Ting Huang
2019-10-23 16:02:33 -0500
ad9559c66aAUTH-2173: Prepends access login url with scheme if one doesnt exist
Michael Borkenstein
2019-10-22 10:41:44 -0500
7133eceb9bTUN-2425: Enable cloudflared to serve multiple Hello World servers by having each of them create its own ServeMux
Chung-Ting Huang
2019-10-22 10:09:59 -0500
Fix excessive memory usage streaming large files
Felix Bünemann
2019-10-13 01:39:00 +0200
a4b3ee5959AUTH-2105: Dont require --destination arg
Michael Borkenstein
2019-10-11 12:26:23 -0500
91d9dca34eAUTH-2105: Adds support for local forwarding. Refactor auditlogger creation. AUTH-2088: Adds dynamic destination routing
Michael Borkenstein
2019-10-02 15:56:28 -0500
dbde3870daAUTH-2089: Revise ssh server to function as a proxy
Michael Borkenstein
2019-09-30 15:44:23 -0500
a99fac1e31TUN-2355: Roll back TUN-2276
Areg Harutyunyan
2019-09-26 14:02:01 -0500
71d66ae7eeRelease 2019.9.1
2019.9.1
Michael Borkenstein
2019-09-26 10:18:28 -0500
133e6fdc88AUTH-2077: Quotes open browser command in windows
Michael Borkenstein
2019-09-23 15:19:54 -0500
1d5cc45ac7AUTH-2055: Verifies token at edge on access login
Michael Borkenstein
2019-09-19 13:47:08 -0500
a412f629c2TUN-2334: remove tlsConfig.ServerName special case
Nick Vollmar
2019-09-23 11:22:53 -0500
979e5be8abAUTH-2067: Log commands correctly
Michael Borkenstein
2019-09-18 14:11:12 -0500
2789d0cf36AUTH-2052: Adds tests for SSH server
Michael Borkenstein
2019-09-18 11:33:13 -0500
5bcb2da0feTUN-2309: Split ConnectResult into ConnectError and ConnectSuccess, each implementing its own capnp serialization logic
Chung-Ting Huang
2019-09-17 16:58:49 -0500
4f23da2a6dTUN-2315: Replace Scope with IntentLabel
Adam Chalmers
2019-09-18 14:57:20 -0500
fe032843f3TUN-2307: Capnp is the only serialization format used in tunnelpogs
Chung-Ting Huang
2019-09-16 18:25:00 -0500
ff795a7bebAUTH-2056: Writes stderr to its own stream for non-pty connections
Michael Borkenstein
2019-09-10 18:50:04 -0500
40d9370bb6AUTH-2050: Adds time.sleep to temporarily avoid hitting tunnel muxer dealock issue
Michael Borkenstein
2019-09-11 13:46:23 -0500