Commit Graph

  • 8250b67a9f TUN-4111: Warn the user if both properties "tunnel" and "hostname" are used Nuno Diegues 2021-03-23 14:52:37 +0000
  • db5c6f2556 Release 2021.3.2 2021.3.2 Michael Borkenstein 2021-03-23 11:08:54 -0500
  • 9dd7898792 Publish changelog for 2021.3.2 Michael Borkenstein 2021-03-23 10:31:46 -0500
  • 92b3e8311f TUN-4042: Capture cloudflared output to debug component tests cthuang 2021-03-23 13:21:37 +0000
  • 4a7763e497 TUN-3998: Allow to cleanup the connections of a tunnel limited to a single client Nuno Diegues 2021-03-19 23:26:51 +0000
  • 9767ba1853 TUN-4096: Reduce tunnel not connected assertion backoff to address flaky termination tests cthuang 2021-03-18 08:28:38 +0000
  • 2c75326021 AUTH-3394: Ensure scheme on token command Michael Borkenstein 2021-03-17 10:50:03 -0500
  • 9023daba24 TUN-3715: Apply input source to the correct context Igor Postelnik 2021-03-17 09:43:49 -0500
  • 89d0e45d62 TUN-3993: New `cloudflared tunnel info` to obtain details about the active connectors for a tunnel Nuno Diegues 2021-03-15 18:30:17 +0000
  • a34099724e TUN-4094: Don't read configuration file for access commands Igor Postelnik 2021-03-16 17:36:46 -0500
  • 8c5498fad1 TUN-3715: Only read config file once, right before invoking the command Igor Postelnik 2021-02-04 19:44:03 -0600
  • 2c746b3361 TUN-4081: Update log severities to use Zerolog's levels Adam Chalmers 2021-03-12 08:29:07 -0600
  • 954cd6adca TUN-4091: Use flaky decorator to rerun reconnect component tests when they fail cthuang 2021-03-16 13:55:41 +0000
  • 8432735867 TUN-4060: Fix Go Vet warnings (new with go 1.16) where t.Fatalf is called from a test goroutine Nuno Diegues 2021-03-16 14:47:57 +0000
  • d67fbbf94f TUN-4089: Address flakiness in component tests for termination cthuang 2021-03-16 10:39:58 +0000
  • 39901e1d60 Release 2021.3.1 2021.3.1 Nuno Diegues 2021-03-15 18:46:26 +0000
  • 9df60276a9 TUN-4052: Add component tests to assert service mode behavior cthuang 2021-03-12 13:37:53 +0000
  • 6a9ba61242 TUN-4051: Add component-tests to test graceful shutdown cthuang 2021-03-11 20:43:31 +0000
  • 848c44bd0b Release 2021.3.0 2021.3.0 Nuno Diegues 2021-03-15 11:49:44 +0000
  • 9f84706eae Publish change log for 2021.3.0 Nuno Diegues 2021-03-15 10:08:04 +0000
  • c650bd94ac
    fix link update-build-readme Samuel Rhea 2021-03-15 08:51:08 +0000
  • c4e561f794
    update-build-readme Samuel Rhea 2021-03-15 08:36:32 +0000
  • 841344f1e7 AUTH-3394: Creates a token per app instead of per path - with fix for free tunnels Michael Borkenstein 2021-03-10 15:52:35 -0600
  • 25cfbec072 TUN-4050: Add component tests to assert reconnect behavior cthuang 2021-03-11 13:49:09 +0000
  • f23e33c082 TUN-4049: Add component tests to assert logging behavior when running from terminal cthuang 2021-03-08 15:42:49 +0000
  • d22b374208 TUN-4066: Set permissions in build agent before 'scp'-ing to machine hosting package repo Nuno Diegues 2021-03-11 19:00:09 +0000
  • d6e867d4d1 TUN-4066: Remove unnecessary chmod during package publish to CF_PKG_HOSTS Nuno Diegues 2021-03-11 11:43:34 +0000
  • a7344435a5 TUN-4062: Read component tests config from yaml file cthuang 2021-03-08 14:09:10 +0000
  • 206523344f TUN-4017: Add support for using cloudflared as a full socks proxy. Lee Valentine 2021-03-01 16:26:37 -0600
  • b0e69c4b8a Revert "AUTH-3394: Creates a token per app instead of per path" Adam Chalmers 2021-03-10 13:39:33 -0600
  • aa5ebb817a TUN-4075: Dedup test should not compare order of list Adam Chalmers 2021-03-10 13:48:59 -0600
  • 8e340d9598 AUTH-3394: Creates a token per app instead of per path Michael Borkenstein 2021-03-02 14:35:40 -0600
  • 4296b23087 TUN-4069: Fix regression on support for websocket over proxy Nuno Diegues 2021-03-09 17:16:17 +0000
  • 452f8cef79
    Allow partial reads from a GorillaConn; add SetDeadline (from net.Conn) (#330) Benjamin Buzbee 2021-03-09 07:57:04 -0800
  • 39065377b5 TUN-4063: Cleanup dependencies between packages. Igor Postelnik 2021-03-08 10:46:23 -0600
  • d83d6d54ed TUN-3905: Cannot run go mod vendor in cloudflared due to fips Areg Harutyunyan 2021-03-02 15:43:35 +0000
  • a9c2b1fe7a Avoid intermediate buffer for first len(p) bytes; import order Ben Buzbee 2021-03-09 01:09:43 +0000
  • a2b41ea3e6 TUN-4016: Delegate decision to update for Worker service Nuno Diegues 2021-03-08 11:16:32 +0000
  • f49eaf293e Comment formatting; fast path Ben Buzbee 2021-03-08 17:56:34 +0000
  • 4481b9e46c TUN-4047: Add cfsetup target to run component test cthuang 2021-03-08 11:07:26 +0000
  • e5d6f969be TUN-4055: Skeleton for component tests cthuang 2021-03-05 22:50:11 +0000
  • a1ad9189f0 Allow partial reads from a GorillaConn; add SetDeadline (from net.Conn) Ben Buzbee 2021-03-08 01:23:35 +0000
  • ded9dec4f0 TUN-3819: Remove client-side check that deleted tunnels have no connections Adam Chalmers 2021-02-11 15:22:51 -0600
  • 89b738f8fa TUN-4026: Fix regression where HTTP2 edge transport was no longer propagating control plane errors Nuno Diegues 2021-03-04 18:45:39 +0000
  • 4f88982584 TUN-3994: Log client_id when running a named tunnel Adam Chalmers 2021-03-02 17:10:56 -0600
  • bcd71b56e9 TUN-3989: Check in with Updater service in more situations and convey messages to user Nuno Diegues 2021-02-28 23:24:38 +0000
  • caa2985501 Fix typo in debug logging level warning Ryan Hofer 2020-02-08 18:17:16 -0600
  • 5c7b451e17 TUN-3995: Optional --features flag for tunnel run. Adam Chalmers 2021-03-02 16:16:38 -0600
  • b73c039070 TUN-3988: Log why it cannot check if origin cert exists cthuang 2021-03-01 09:23:18 +0000
  • 53a69a228a
    Issue #285 - Makefile does not detect TARGET_ARCH correctly on FreeBSD (#325) PaulC 2021-03-01 17:43:08 +0000
  • eda3a7a305 TUN-3983: Renew CA certs in cloudflared Areg Harutyunyan 2021-02-26 22:15:02 +0000
  • f1ca2de515 TUN-3978: Unhide teamnet commands and improve their help Nuno Diegues 2021-02-26 09:50:19 +0000
  • cab00d043e Add note not to `go get github.com/BurntSushi/go-sumtype` in build directory as this will cause vendor issues PaulC 2021-02-27 20:06:25 +0000
  • 2bea3167c4 Issue-285: Detect TARGET_ARCH correctly for FreeBSD amd64 (uname -m returns amd64 not x86_64) PaulC 2021-02-27 19:01:30 +0000
  • 27507ab192 TUN-3970: Route ip show has alias route ip list Adam Chalmers 2021-02-25 19:21:42 -0600
  • 6db934853d TUN-3963: Repoint urfave/cli/v2 library at patched branch at github.com/ipostelnik/cli/v2@fixed which correctly handles reading flags declared at multiple levels of subcommands. Igor Postelnik 2021-02-23 13:48:32 -0600
  • 792520d313 Release 2021.2.5 2021.2.5 Nuno Diegues 2021-02-23 18:33:42 +0000
  • 8b9cfcde78 Publish change notes for 2021.2.5 Nuno Diegues 2021-02-23 17:14:08 +0000
  • 5ba3b3b309 TUN-3939: Add logging that shows that Warp-routing is enabled Nuno Diegues 2021-02-19 10:53:43 +0000
  • 63a29f421a TUN-3895: Tests for socks stream handler cthuang 2021-02-10 16:19:55 +0000
  • e20c4f8752 TUN-3838: ResponseWriter no longer reads and origin error tests Sudarsan Reddy 2021-02-11 14:36:42 +0000
  • ab4dda5427 TUN-3868: Refactor singleTCPService and bridgeService to tcpOverWSService and rawTCPService cthuang 2021-02-05 13:01:53 +0000
  • 5943808746 TUN-3889: Move host header override logic to httpService cthuang 2021-02-08 19:25:08 +0000
  • ed57ee64e8 TUN-3853: Respond with ws headers from the origin service rather than generating our own Sudarsan Reddy 2021-02-04 18:03:34 +0000
  • 9c298e4851 TUN-3855: Add ability to override target of 'access ssh' command to a different host for testing Igor Postelnik 2021-02-03 13:00:55 -0600
  • 8b794390e5 TUN-3799: extended the Stream interface to take a logger and added debug logs for io.Copy errors Sudarsan Reddy 2021-02-04 15:07:18 +0000
  • a6c2348127 TUN-3817: Adds tests for websocket based streaming regression Sudarsan Reddy 2021-02-02 18:27:50 +0000
  • 6681d179dc TUN-3809: Allow routes ip show to output as JSON or YAML Nuno Diegues 2021-01-26 11:58:56 +0000
  • 2146f71b45 TUN-3753: Select http2 protocol when warp routing is enabled cthuang 2021-01-21 15:23:18 +0000
  • 3b93914612 TUN-3764: Actively flush data for TCP streams cthuang 2021-01-15 17:25:56 +0000
  • b4700a52e3 TUN-3725: Warp-routing is independent of ingress Sudarsan Reddy 2021-01-17 20:22:53 +0000
  • 368066a966 TUN-3615: added support to proxy tcp streams Sudarsan Reddy 2021-01-11 19:59:45 +0000
  • e2262085e5 TUN-3617: Separate service from client, and implement different client for http vs. tcp origins cthuang 2020-12-09 21:46:53 +0000
  • 5e2b43adb5 Release 2021.2.4 2021.2.4 cthuang 2021-02-23 12:47:21 +0000
  • c7dca16300 Publish release notes for 2021.2.4 cthuang 2021-02-23 12:33:37 +0000
  • 9d5bd256be TUN-3964: Revert "TUN-3922: Repoint urfave/cli/v2 library at patched branch at github.com/ipostelnik/cli/v2@fixed which correctly handles reading flags declared at multiple levels of subcommands." cthuang 2021-02-23 12:23:57 +0000
  • e9c2afec56 TUN-3948: Log error when retrying connection Nuno Diegues 2021-02-22 15:30:27 +0000
  • 4e33281337 Release 2021.2.3 2021.2.3 cthuang 2021-02-23 10:28:46 +0000
  • ac559f86c9 Publish release notes for 2021.2.3 cthuang 2021-02-23 09:58:39 +0000
  • e3fc4afd41
    Update Dockerfile James Baker 2021-02-21 10:14:54 +1100
  • 117766562b TUN-3945: Fix runApp signature for generic service Areg Harutyunyan 2021-02-19 22:06:57 +0000
  • 5d76e940c7
    Added support for proxy (#318) jmonson 2021-02-19 12:27:22 -0500
  • 188efc2687 Added support for proxy Jeff Monson 2021-02-18 13:26:31 -0500
  • 1670ee87fb TUN-3922: Repoint urfave/cli/v2 library at patched branch at github.com/ipostelnik/cli/v2@fixed which correctly handles reading flags declared at multiple levels of subcommands. Igor Postelnik 2021-02-12 15:11:41 -0600
  • a8ae6de213 TUN-3924: Removed db-connect command. Added a placeholder handler for this command that informs users that command is no longer supported. Igor Postelnik 2021-02-16 16:09:27 -0600
  • d7c4a89106
    Add max upstream connections dns-proxy option (#290) David Jimenez 2021-02-12 17:32:29 +0000
  • d8afda7408 Update dns-proxy flag name dvejmz 2021-02-12 12:51:38 +0000
  • 198e1b6a34 Reduce DNS proxy max upstream connections default value dvejmz 2021-02-11 21:33:32 +0000
  • f786e8b3fa Add max upstream connections flag to tunnel flags dvejmz 2021-02-11 21:09:08 +0000
  • e7354f4768 Update the TryCloudflare link Nuno Diegues 2021-02-09 17:03:27 +0000
  • 18ec338d4c Update README.md Samuel Rhea 2021-02-09 08:47:24 +0000
  • 7f97e2f030 TUN-3913: Help gives wrong exit code for autoupdate Adam Chalmers 2021-02-11 08:39:56 -0600
  • a278753bbf TUN-3902: Add jitter to backoffhandler Adam Chalmers 2021-02-10 10:42:09 -0600
  • 3004703074 Release 2021.2.2 2021.2.2 Akemi Davisson 2021-02-10 11:27:31 -0600
  • 67680f5536 AUTH-3375 exchangeOrgToken deleted cookie fix Akemi Davisson 2021-02-09 11:49:16 -0600
  • d8bee0b4d9 TUN-3890: Code coverage for cloudflared in CI Adam Chalmers 2021-02-08 15:31:51 -0600
  • a4f185fd28 Update error message to use login command Security Generation 2020-11-18 15:15:54 +0100
  • b19f25c582
    Update the TryCloudflare link readme-links Nuno Diegues 2021-02-09 17:03:27 +0000
  • 7fb026f8f4
    Update README.md Samuel Rhea 2021-02-09 08:47:24 +0000
  • c2f5102119 Code review with proposed changes Adam Chalmers 2021-02-08 16:59:43 -0600