1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-05 09:00:23 +08:00

Commit Graph

  • b46acd7f63 AUTH-2685: Adds script to create release Michael Borkenstein 2020-06-23 16:23:40 -05:00
  • e3a9aa4296 AUTH-2652: Adds .docker-images to push images to docker hub Michael Borkenstein 2020-06-17 10:13:39 -05:00
  • 3886021ba5 TUN-3107: UnregisterConnection shouldn't wrap nil error as RPC error cthuang 2020-06-18 21:17:43 +08:00
  • 4d3ebaf984 TUN-3106: Pass NamedTunnel config to StartServer Adam Chalmers 2020-06-17 13:33:55 -05:00
  • 9131e842a5 Release 2020.6.5 Dalton 2020-06-17 14:40:53 -05:00
  • 4f9cfa6542 TUN-3100 make updater report the right text Dalton 2020-06-16 17:20:09 -05:00
  • a1a8645294 TUN-3066: Command line action for tunnel run Adam Chalmers 2020-06-16 17:43:22 -05:00
  • b95b289a8c TUN-3101: Tunnel list command should only show non-deleted, by default Adam Chalmers 2020-06-16 17:55:33 -05:00
  • 425554077f AUTH-2815 flag check was wrong. stupid oversight Dalton 2020-06-16 16:18:24 -05:00
  • 7b2f286210 fix for a flaky test Dalton 2020-06-16 14:42:58 -05:00
  • 0f893fab47 DEVTOOLS-7321: Don't skip macOS builds based on tag Robert McNeil 2020-06-16 11:24:56 -07:00
  • 12c615e2e6 Release 2020.6.4 Dalton 2020-06-16 14:13:06 -05:00
  • 6e5ccd7c85 AUTH-2815 add the log file to support the config.yaml file Dalton 2020-06-16 10:33:03 -05:00
  • 3ec500bdbb TUN-3084: Generate and store tunnel_secret value during tunnel creation Adam Chalmers 2020-06-15 13:33:41 -05:00
  • 8f75feac94 TUN-3085: Pass connection authentication information using TunnelAuth struct Igor Postelnik 2020-06-11 21:47:40 -05:00
  • 448a7798f7 TUN-3015: Add a new cap'n'proto RPC interface for connection registration as well as matching client and server implementations. The old interface extends the new one for backward compatibility. Igor Postelnik 2020-06-02 13:19:19 -05:00
  • dc3a228d51 Release 2020.6.3 cthuang 2020-06-16 08:45:03 +08:00
  • 554c97a8cb AUTH-2813 adds back a single file support a cloudflared log file Dalton 2020-06-15 17:00:37 -05:00
  • fd1941dfbe DEVTOOLS-7321: Add openssh-client pkg for missing ssh-keyscan Robert McNeil 2020-06-15 17:08:10 -07:00
  • 5fd348dcfc Release 2020.6.2 Adam Chalmers 2020-06-15 09:46:44 -05:00
  • 1a6403b2fd AUTH-2694 added destination header support to config file Dalton 2020-06-12 11:57:21 -05:00
  • 55acf7283c AUTH-2810 added warn for backwards compatibility sake Dalton 2020-06-12 11:20:36 -05:00
  • acb7d604fd TUN-3038: Add connections to tunnel list table Adam Chalmers 2020-06-11 18:44:39 -05:00
  • 6e761cb7ae TUN-3090: Upgrade crypto dep Adam Chalmers 2020-06-12 00:03:09 -05:00
  • ae8d784e36 AUTH-2763 don't redirect from curl command Dalton 2020-06-11 12:02:34 -05:00
  • c716dd273c AUTH-2648 updated usage text Dalton 2020-06-11 11:08:05 -05:00
  • eb3c4a7a9f Release 2020.6.1 Dalton 2020-06-09 15:33:32 -05:00
  • 97a901a229 AUTH-2796 fixed windows build Dalton 2020-06-09 14:15:12 -05:00
  • e054c5bb7b Release 2020.6.0 Dalton 2020-06-09 11:44:09 -05:00
  • 0d87279b2f AUTH-2785 service token flag fix and logger fix Dalton 2020-06-08 17:01:48 -05:00
  • f8638839c0 AUTH-2729 added log file and level to cmd flags to match config file settings Dalton 2020-06-05 10:18:40 -05:00
  • 2f70b05c64 AUTH-2169 make access login page more generic Dalton 2020-06-05 09:26:06 -05:00
  • e02d09a731 DEVTOOLS-7321: Push to a test branch instead of to master Robert McNeil 2020-04-25 20:19:33 -07:00
  • 0ff491905f DEVTOOLS-7321: Use SSH key from env for pushing to GitHub Robert McNeil 2020-04-25 20:19:00 -07:00
  • 8c59254488 DEVTOOLS-7321: Add scripts for macOS builds and homebrew uploads Robert McNeil 2020-03-30 12:36:32 -07:00
  • 9e76e42e3c AUTH-2687 don't copy config unnecessarily Dalton 2020-06-05 14:52:30 -05:00
  • e376a13025 AUTH-2645 protect against user mistaken flag input Dalton 2020-06-05 15:10:09 -05:00
  • 3a086e9cc2 TUN-3020: Remove declarative tunnel related RPC code cthuang 2020-05-29 19:12:04 +08:00
  • fb82b2ced5 TUN-3019: Remove declarative tunnel entry code cthuang 2020-05-29 17:21:03 +08:00
  • be0514c5c9 Adding support for multi-architecture images and binaries (#184) Michael Fornaro 2020-05-29 11:06:27 +10:00
  • 046be63253 AUTH-2596 added new logger package and replaced logrus Dalton 2020-04-29 15:51:32 -05:00
  • a908453aa4 TUN-2928, TUN-2929, TUN-2930: Add tunnel subcommands to interact with tunnel store service Igor Postelnik 2020-05-21 15:36:49 -05:00
  • 7a77ead423 AUTH-2682: Create buster build Michael Borkenstein 2020-05-20 11:26:28 -05:00
  • b89cc22896 AUTH-2369: RDP Bastion prototype Michael Borkenstein 2020-05-04 15:15:17 -05:00
  • 6a7418e1af AUTH-2686: Added error handling to tunnel subcommand Michael Borkenstein 2020-05-18 13:24:17 -05:00
  • df3ad2b223 AUTH-2529 added deprecation text to db-connect command Dalton 2020-05-14 10:26:09 -05:00
  • 8c870c19a6 AUTH-2505 added aliases Dalton 2020-05-13 13:53:31 -05:00
  • 83a1dc93d8 Release 2020.5.1 Igor Postelnik 2020-05-11 16:12:19 -05:00
  • 2b7fbbb7b7 AUTH-2588 add DoH to service mode Dalton 2020-05-01 10:30:50 -05:00
  • 2c878c47ed AUTH-2564: error handling and minor fixes Michael Borkenstein 2020-05-07 14:58:33 -05:00
  • 8cc69f2a95 TUN-2860: Enable quick reconnect feature by default Igor Postelnik 2020-05-07 14:41:55 -05:00
  • 7bb9e0af4c Release 2020.5.0 cthuang 2020-05-06 11:15:29 +08:00
  • 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. Igor Postelnik 2020-05-05 17:56:39 -05:00
  • c3fa4552aa TUN-2872: Exit with non-0 status code when the binary is updated so launchd will restart the service cthuang 2020-04-28 08:55:27 +08:00
  • 2cf327ba01 TUN-2943: Copy certutil from edge into cloudflared Adam Chalmers 2020-05-01 15:59:52 -05:00
  • dd0881f32b TUN-2940: Added delay parameter to stdin reconnect command. Igor Postelnik 2020-04-30 00:02:08 -05:00
  • 41c358147c AUTH-2587 add config watcher and reload logic for access client forwarder Dalton 2020-04-13 12:22:00 -05:00
  • 976eb24883 TUN-2921: Rework address selection logic to avoid corner cases Igor Postelnik 2020-04-27 14:25:37 -05:00
  • c782716e49 Release 2020.4.0 Dalton 2020-04-14 13:00:38 -05:00
  • f18209af7d ARES-899: Fixes DoH client as system resolver. Fixes #91 Austin Cherry 2020-04-04 15:49:36 -05:00
  • 6d63f84a75 AUTH-2235 GetTokenIfExists now parses JWT payload for json expiry field to detect if the cached access token is expired Elvin Tan 2020-02-24 10:48:06 +08:00
  • 1c6ea36e73 TUN-2894: ResponseMetaHeader should be public Areg Harutyunyan 2020-04-11 00:59:34 +01:00
  • 06f29306cd TUN-2881: Parameterize response meta information header name in the generating function Areg Harutyunyan 2020-04-10 20:26:09 +01:00
  • 322f909edb TUN-2880: Return metadata about source of the response from cloudflared Areg Harutyunyan 2020-04-09 21:59:15 +01:00
  • a37da2b165 AUTH-2394 added socks5 proxy Dalton 2020-03-31 09:56:22 -05:00
  • 710f66b0bb Release 2020.3.2 Areg Harutyunyan 2020-03-31 17:56:07 +01:00
  • 0b2b6c8e12 TUN-2850: Tunnel stripping Cloudflare headers Areg Harutyunyan 2020-03-30 22:51:48 +01:00
  • acea15161c TUN-2854: Quick Reconnects should be an optional supported feature Adam Chalmers 2020-03-31 08:59:00 -05:00
  • c76283a2b4 Release 2020.3.1 Areg Harutyunyan 2020-03-27 17:20:31 +00:00
  • ae374c0463 TUN-2846: Trigger debug reconnects from stdin commands, not SIGUSR1 Areg Harutyunyan 2020-03-27 14:39:59 +00:00
  • 42246f986c Release 2020.3.0 Areg Harutyunyan 2020-03-26 15:17:01 +00:00
  • 80f387214c TUN-2796: Implement HTTP2 CONTINUATION headers correctly Areg Harutyunyan 2020-03-10 01:35:11 +00:00
  • a368fbbe9b AUTH-2394 fixed header for websockets. Added TCP alias Dalton 2020-03-23 10:22:58 -05:00
  • 32df01a9da TUN-2823: Bugfix. cloudflared would hang forever if error occurred. Adam Chalmers 2020-03-19 17:48:42 -05:00
  • 6dcf3a4cbc TUN-2819: cloudflared should close its connections when a signal is sent Adam Chalmers 2020-03-19 10:38:28 -05:00
  • 96f11de7ab TUN-2820: Serialized headers for Websockets Areg Harutyunyan 2020-03-19 01:39:59 +00:00
  • d03469b6d3 TUN-2816: cloudflared metrics server should be more discoverable Adam Chalmers 2020-03-18 09:53:24 -05:00
  • 0cf6ce9aeb TUN-2812: Tunnel proxies and RPCs can share an edge address Adam Chalmers 2020-03-16 15:49:04 -05:00
  • e8f55cc911 TUN-2756: Set connection digest after reconnect. Adam Chalmers 2020-03-13 17:31:03 -05:00
  • 35cee13175 TUN-2807: cloudflared hello-world shouldn't assume it's my first tunnel Adam Chalmers 2020-03-13 12:09:21 -05:00
  • 5376df5439 TUN-2788: cloudflared should store one ConnDigest per HA connection Adam Chalmers 2020-03-06 17:25:34 -06:00
  • db9b6541d0 TUN-2797: Fix panic in SetConnDigest by making mutexes values. Adam Chalmers 2020-03-10 01:36:14 -05:00
  • 5bd4028ea7 TUN-2761: Use the new header management functions in cloudflared Areg Harutyunyan 2020-03-06 13:49:09 +00:00
  • 1b2a96f96b TUN-2755: ReconnectTunnel RPC now transmits ConnectionDigest Adam Chalmers 2020-03-06 14:48:16 -06:00
  • d50fee4fa0 TUN-2754: Add ConnDigest to cloudflared and its RPCs Adam Chalmers 2020-03-05 15:20:12 -06:00
  • 6b3e2b020b TUN-2785: Use reconnect token by default Adam Chalmers 2020-03-04 14:15:17 -06:00
  • 6624a24040 TUN-2748: Insecure randomness vulnerability in github.com/miekg/dns Areg Harutyunyan 2020-02-21 15:53:11 +00:00
  • 7b81cf8aa6 TUN-2779: update sample HTML pages Nick Vollmar 2020-03-02 13:30:10 -06:00
  • 26f5f80811 TUN-2776: Add header serialization feature in cloudflared Areg Harutyunyan 2020-02-28 17:36:29 +00:00
  • 29f4650e25 do not terminate tunnel if origin is not reachable on start-up (#177) Roman Iuvshyn 2020-02-28 01:03:00 +02:00
  • a14aa0322c TUN-2767: Test for large headers Areg Harutyunyan 2020-02-26 14:38:30 +00:00
  • 8f9bbcb9a0 Release 2020.2.1 Areg Harutyunyan 2020-02-27 16:02:52 +00:00
  • afc2cd38e1 TUN-2765: Add list of features to tunnelrpc Areg Harutyunyan 2020-02-25 23:45:48 +00:00
  • a5f67091bf Tweak HTTP host header. Fixes #107 (#168) Cameron Steel 2020-02-25 04:08:14 +11:00
  • 464bb53049 perf(cloudflared): reuse memory from buffer pool to get better throughput (#161) Rueian 2020-02-25 01:06:19 +08:00
  • 6488843ac4 TUN-2746: Add the new header management functions Areg Harutyunyan 2020-02-21 02:51:46 +00:00
  • 52ab2c8227 TUN-2745: Rename existing header management functions Areg Harutyunyan 2020-02-20 19:41:31 +00:00
  • 269351bbea TUN-2703: Muxer.Serve terminates when its context is Done Adam Chalmers 2020-02-19 18:57:29 -06:00
  • a83b6a2155 TUN-2725: Specify in code that --edge is for internal testing only Adam Chalmers 2020-02-19 16:16:13 -06:00
  • a60c0273f5 TUN-2714: New edge discovery. Connections try to reconnect to the same edge IP. Adam Chalmers 2020-02-05 18:55:26 -06:00