Commit Graph

  • 543169c893 TUN-3490: Make sure OriginClient implementation doesn't write after Proxy return cthuang 2020-10-30 11:41:14 +0000
  • d5769519b2 TUN-3489: Add unit tests to cover proxy logic in connection package of cloudflared cthuang 2020-10-27 22:27:15 +0000
  • 5974fb4cfd TUN-3500: Integrate replace h2mux by http2 work with multiple origin support cthuang 2020-11-02 11:21:34 +0000
  • eef5b78eac TUN-3480: Support SSE with http2 connection, and add SSE handler to hello-world server cthuang 2020-10-23 15:49:24 +0100
  • 6b86f81c4a TUN-3403: Unit test for origin/proxy to test serving HTTP and Websocket cthuang 2020-10-20 16:26:55 +0100
  • a490443630 TUN-3458: Upgrade to http2 when available, fallback to h2mux when we reach max retries cthuang 2020-10-14 14:42:00 +0100
  • b5cdf3b2c7 TUN-3456: New protocol option auto to automatically select between http2 and h2mux cthuang 2020-10-14 11:28:07 +0100
  • 6886e5f90a TUN-3467: Serialize cf-cloudflared-response-meta during package initialization using jsoniter cthuang 2020-10-16 11:13:48 +0100
  • 9ac40dcf04 TUN-3462: Refactor cloudflared to separate origin from connection cthuang 2020-10-08 11:12:26 +0100
  • a5a5b93b64 TUN-3420: Establish control plane and send RPC over control plane cthuang 2020-09-25 14:12:53 +0100
  • cb39f26f27 TUN-3406: Proxy websocket requests over Go http2 cthuang 2020-09-21 09:45:51 +0100
  • 8d7b2575ba TUN-3400: Use Go HTTP2 library as transport to connect with the edge cthuang 2020-09-11 23:02:34 +0100
  • d7498b0c03 TUN-3449: Use flag to select transport protocol implementation cthuang 2020-10-08 10:48:10 +0100
  • 59051ba425 Release 2020.11.3 2020.11.3 Adam Chalmers 2020-11-11 08:52:04 -0600
  • d7268af555 TUN-3533: Set config for single origin ingress cthuang 2020-11-11 13:14:51 +0000
  • 8c1deb4064 Release 2020.11.2 2020.11.2 Adam Chalmers 2020-11-10 17:02:12 -0600
  • 986102401b Release 2020.11.1 Adam Chalmers 2020-11-10 15:43:33 -0600
  • 196762d9d3 TUN-3527: More specific error for invalid YAML/JSON Adam Chalmers 2020-11-10 12:27:52 -0600
  • 350a6f2bf5 Update README.md (#256) Samuel Rhea 2020-11-06 14:06:22 +0000
  • 3de3b2f734 Release 2020.11.0 Adam Chalmers 2020-11-10 09:44:29 -0600
  • 4698ec8dee TUN-3461: Show all origin services in the UI Adam Chalmers 2020-11-09 19:22:03 -0600
  • 8c6181db9f TUN-3524: Don't ignore errors from app-level action handler (#248) Igor Postelnik 2020-11-09 16:53:51 -0600
  • 64d3836645 TUN-3522: ingress validate checks that the config file exists Adam Chalmers 2020-11-09 11:15:10 -0600
  • 87e2679744 TUN-3516: Better error message when parsing invalid YAML config Adam Chalmers 2020-11-09 10:32:47 -0600
  • 6005d628a4 Update link to documentation for running as a service. Jason Walton 2020-11-07 10:05:29 -0500
  • 30faf2e17b
    Update README.md (#256) Samuel Rhea 2020-11-06 14:06:22 +0000
  • 61c814bd79 TUN-3506: OriginService needs to set request host and scheme for websocket requests cthuang 2020-11-05 13:52:46 +0000
  • be9a558867 TUN-3503: Matching ingress rule should not take port into account cthuang 2020-11-04 15:44:15 +0000
  • b00bfe8e0b TUN-3505: Response body for status code origin returns EOF on Read cthuang 2020-11-05 13:37:30 +0000
  • df7eb6d2fd
    Update README.md update-to-readme Samuel Rhea 2020-11-05 14:20:08 +0000
  • 96484f7370
    Update README.md Samuel Rhea 2020-11-04 22:00:42 +0000
  • bc015995d8 TUN-3484: OriginService that responds with configured HTTP status Adam Chalmers 2020-11-04 12:22:21 -0600
  • d01770107e TUN-3492: Refactor OriginService, shrink its interface Adam Chalmers 2020-10-30 16:37:40 -0500
  • aee6f7ef02
    Update README.md Samuel Rhea 2020-11-04 20:35:12 +0000
  • 18c359cb86 TUN-3494: Proceed to create tunnel if at least one edge address can be resolved cthuang 2020-10-30 16:23:26 +0000
  • e933ef9e1a TUN-2640: Users can configure per-origin config. Unify single-rule CLI flow with multi-rule config file code. Adam Chalmers 2020-10-15 16:41:03 -0500
  • ea71b78e6d TUN-3478: Increase download timeout to 60s cthuang 2020-10-22 10:38:18 +0100
  • 04fa10ea7b Release 2020.10.2 2020.10.2 Igor Postelnik 2020-10-21 13:42:12 -0500
  • 8e0be7cff1 AUTH-3185 fixed indention error Dalton 2020-10-21 12:14:39 -0500
  • 3c13080fe1 Release 2020.10.1 2020.10.1 cthuang 2020-10-21 17:09:19 +0100
  • b6cd54d854 TUN-3459: Make service install on linux use named tunnels Igor Postelnik 2020-10-19 07:30:25 -0500
  • f0cfad8efa TUN-3476: Fix conversion to string and int slice cthuang 2020-10-21 11:11:35 +0100
  • ed54d150fe Move raw ingress rules to config package Igor Postelnik 2020-10-20 12:00:34 -0500
  • ca4887fb19 Split out typed config from legacy command-line switches; refactor ingress commands and fix tests Igor Postelnik 2020-10-20 09:29:13 -0500
  • eaf03305bd TUN-3475: Unify config file handling with typed config for new fields Igor Postelnik 2020-10-19 17:33:40 -0500
  • 051908aaef TUN-3463: Let users run a named tunnel via config file setting Igor Postelnik 2020-10-15 15:08:57 -0500
  • acd03e36e6 TUN-3465: Use Go 1.15.3 Adam Chalmers 2020-10-15 15:55:16 -0500
  • c96b9e8d8f TUN-3464: Newtype to wrap []ingress.Rule Adam Chalmers 2020-10-15 12:41:50 -0500
  • 4a4a1bb6b1 TUN-3441: Multiple-origin routing via ingress rules Adam Chalmers 2020-10-12 12:54:15 -0500
  • 0eebc7cef9 TUN-3438: move ingress into own package, read into TunnelConfig Adam Chalmers 2020-10-08 19:12:29 -0500
  • 53a1fa46a8 TUN-3452: Fix loading of flags from config file for tunnel run subcommand. This change also cleans up building of tunnel subcommand list, hides deprecated subcommands and improves help. Igor Postelnik 2020-10-09 12:07:08 -0500
  • 86a7af3dc4 TUN-3451: Cloudflared tunnel ingress command Adam Chalmers 2020-10-08 13:00:32 -0500
  • 407c9550d7 TUN-3440: 'tunnel rule' command to test ingress rules Adam Chalmers 2020-10-07 16:34:53 -0500
  • 2319003e10 TUN-3439: 'tunnel validate' command to check ingress rules Adam Chalmers 2020-10-07 13:06:13 -0500
  • 1e6399c2f0 TUN-3446: Use go 1.15.2 and add a step to build cloudflared in the dev Dockerfile cthuang 2020-10-06 15:41:11 +0100
  • b05d826d22 TUN-3436, TUN-3437: Parse ingress from YAML, ensure last rule catches everything Adam Chalmers 2020-10-06 12:12:52 -0500
  • d21989dba4 AUTH-3148 fixed cloudflared copy and match all the files in the checksum upload Dalton 2020-10-06 11:20:08 -0500
  • a986355a61 Release 2020.10.0 2020.10.0 Igor Postelnik 2020-10-06 09:54:04 -0500
  • 812244d79f TUN-3443: Decode as v4api response on non-200 status cthuang 2020-10-02 14:40:23 +0100
  • be7b7c7149 AUTH-2993 cleaned up worker service tests Dalton 2020-10-02 13:01:05 -0500
  • 03d7320a44 TUN-3430: Copy flags to configure proxy to run subcommand, print relevant tunnel flags in help cthuang 2020-09-29 10:47:50 +0100
  • ba4c8d8849 AUTH-2993 added workers updater logic Dalton 2020-08-12 11:16:14 -0500
  • 2c9b7361b7 TUN-3427: Define a struct that only implements RegistrationServer in tunnelpogs cthuang 2020-09-28 10:10:30 +0100
  • 831b1bcbae tag cloudflared docker image with latest Adrian Rangel 2020-09-28 17:53:40 -0500
  • 8e8513e325 TRAFFIC-448: allow the user to specify the proxy address and port to bind to, falling back to 127.0.0.1 and random port if not specified Lee Valentine 2020-09-24 21:33:12 -0500
  • 607dcff697 Release 2020.9.3 2020.9.3 Adam Chalmers 2020-09-24 12:07:27 -0500
  • 1d1cf6a827 Release 2020.9.2 Adam Chalmers 2020-09-23 15:30:35 -0500
  • 61f3fab757 TUN-3410: Request the v1 Tunnelstore API Adam Chalmers 2020-09-22 16:28:05 -0500
  • e2ff7f65fc TRAFFIC-448: build cloudflare for junos and publish to s3 Lee Valentine 2020-09-22 16:56:23 -0500
  • da0792a321 AUTH-3109 upload the checksum to workers kv on github releases Dalton 2020-09-18 15:57:39 -0500
  • fa061ab54e updater service exit code should be 11 Bojan Zelic 2020-09-17 14:52:21 -0700
  • 197d65659a TUN-3291: cloudflared tunnel run -h explains how to use flags from parent command cthuang 2020-09-16 13:15:49 +0100
  • 85d0afd3b0 TUN-3295: Show route command results Igor Postelnik 2020-09-17 15:19:47 -0500
  • 20623255dd AUTH-3110-use-cfsetup-precache Michael Borkenstein 2020-09-18 16:25:12 -0500
  • afa5e68fe5 AUTH-3103 CI build fixes Dalton 2020-09-17 10:56:18 -0500
  • d87559964d
    updater service exit code should be 11 Bojan Zelic 2020-09-17 14:52:21 -0700
  • 747427f816 TUN-3216: UI improvements Areg Harutyunyan 2020-09-01 20:06:00 +0400
  • 953805a770 TUN-3216: UI improvements feature/ui Areg Harutyunyan 2020-09-01 20:06:00 +0400
  • f99b6c6421 TUN-3335: Dynamically set connection table size for UI Rachel Williams 2020-08-27 12:04:45 -0700
  • 250bc54110 TUN-3333: Add text to UI explaining how to exit Rachel Williams 2020-08-27 10:00:35 -0700
  • bb530b87dd TUN-3328: Filter out free tunnel has started log from UI Rachel Williams 2020-08-26 12:19:24 -0700
  • 02587c1edc TUN-3321: Add box around logs on UI Rachel Williams 2020-08-25 16:51:01 -0700
  • 26fc20d406 TUN-3198: Handle errors while running tunnel UI Rachel Williams 2020-07-29 15:48:27 -0700
  • 8a829b773a Rebased and passed TunnelEventChan to LogServerInfo in new ReconnectTunnel function Rachel Williams 2020-08-25 15:31:36 -0700
  • 71b98e6111 TUN-3261: Display connections on UI for free classic tunnels Rachel Williams 2020-08-17 15:43:20 -0700
  • fee13dc62f TUN-3255: Update UI to display URL instead of hostname Rachel Williams 2020-07-24 15:17:17 -0700
  • 094e0c7592 TUN-3238: Update UI when connection re-connects Rachel Williams 2020-08-10 16:09:02 -0700
  • b57a953caa TUN-3200: Add connection information to UI Rachel Williams 2020-07-29 15:48:27 -0700
  • d8ebde37ca TUN-3201: Create base cloudflared UI structure Rachel Williams 2020-07-24 15:17:17 -0700
  • 0708a49848 Release 2020.9.1 2020.9.1 Adam Chalmers 2020-09-16 12:54:59 -0500
  • b26f3082e6 Use Go 1.15.2 Adam Chalmers 2020-09-16 12:45:09 -0500
  • cb6d424765 TUN-3395: Improve help for list command Igor Postelnik 2020-09-15 08:36:36 -0500
  • 5753aa9f18 TUN-3294: Perform basic validation on arguments of route command; remove default pool name which wasn't valid Igor Postelnik 2020-09-14 16:41:02 -0500
  • bfae12008d TUN-3395: Improve help for list command Igor Postelnik 2020-09-15 08:36:36 -0500
  • c52e0dc8ef TUN-3395: Unhide named tunnel subcommands, tweak help Igor Postelnik 2020-09-14 17:23:23 -0500
  • 55346444c9 Release 2020.9.0 2020.9.0 Adam Chalmers 2020-09-14 16:41:59 -0500
  • ba785ec58d TUN-3293: Try to use error information from the body of a failed tunnelstore reresponse if available Igor Postelnik 2020-09-11 17:12:00 -0500
  • 3be2545ad4 TUN-3292: Mention cleanup in tunnel run help. Adam Chalmers 2020-09-08 16:43:47 -0500
  • 4a8597c245 AUTH-2653 add notarization to mac build Dalton 2020-09-09 14:19:45 -0500
  • 741cd66c9e TUN-3375: Upgrade coredns and prometheus dependencies Igor Postelnik 2020-09-09 13:09:42 -0500