Commit Graph

  • 13bc0432bc WebSocket Early Data Protocol Harmonization with V2Ray/V2Fly (#548) Xiaokang Wang 2021-10-22 05:08:50 +01:00
  • 9b204ed99b Fix: Trojan fallback 秋のかえで 2021-09-24 13:21:03 +08:00
  • acb81ebe3d Verify peer cert function for better man in the middle prevention (#746) yuhan6665 2021-10-22 00:04:06 -04:00
  • 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) yuhan6665 2021-10-22 00:03:35 -04:00
  • 45dc97e2b6 Use shadowsocket's bloomring for shadowsocket's replay protection (#764) yuhan6665 2021-10-22 00:03:09 -04:00
  • 0f0a424e8c Fix: use sorted cidr list (#1156) (#773) yuhan6665 2021-10-22 00:02:07 -04:00
  • c4fc277758 add comment for gRPC TLS silent failure behavior (#779) yuhan6665 2021-10-22 00:01:51 -04:00
  • 3bf3d96472 Fix: JSON tag case (#1212) (#778) yuhan6665 2021-10-22 00:01:31 -04:00
  • 3c7189a3e7 Fix: Remove udp connection twice Ovear 2021-09-29 22:31:59 +08:00
  • 27224868ab Override destination if replaced in hosts 世界 2021-09-28 14:41:31 +08:00
  • 50e576081e Add DispatchLink 世界 2021-09-28 09:42:57 +08:00
  • 625cf7361a Export PacketConnWrapper 世界 2021-09-19 14:14:03 +08:00
  • a3023e43ef Add routeOnly sniffing option 世界 2021-09-16 15:05:48 +08:00
  • 6c9e57d624 Add .gitignore 世界 2021-10-20 19:43:52 +08:00
  • 76a3f24169 fix concurrent access crash for handler creator (#772) yuhan6665 2021-10-20 07:30:34 -04:00
  • a58e20c811 v1.5.0 v1.5.0 Arthur Morgan 2021-10-20 14:55:23 +08:00
  • 2ab80d68ef upgrade dependencies Arthur Morgan 2021-10-20 14:47:57 +08:00
  • a208b07a73 Bump github.com/lucas-clemente/quic-go from 0.23.0 to 0.24.0 (#777) dependabot[bot] 2021-10-20 14:44:40 +08:00
  • 6b6974c804 Fakedns improvements (#731) yuhan6665 2021-10-20 01:15:49 -04:00
  • e286cdcaa8 Style: format code by gofumpt (#761) yuhan6665 2021-10-19 12:57:14 -04:00
  • d77be80b40 Refinement: LRU (#1142) (#775) yuhan6665 2021-10-19 12:53:29 -04:00
  • 500c6de359 adjust Arthur Morgan 2021-10-20 00:52:49 +08:00
  • a229a7f85e Revert "cancel failed grpc connection (#707)" (#768) yuhan6665 2021-10-16 09:07:45 -04:00
  • cd4631ce99 Merge dns (#722) 世界 2021-10-16 21:02:51 +08:00
  • 5e606169f1 gRPC: Parse X-Real-IP header, fix #766 (#769) lucifer 2021-10-14 12:10:19 +08:00
  • 3f3b54f673 go 1.17.2 Arthur Morgan 2021-10-13 00:49:48 +08:00
  • 575c7a9687 adjust Arthur Morgan 2021-10-13 00:49:31 +08:00
  • bad397bf22 fix typo Arthur Morgan 2021-10-13 00:49:05 +08:00
  • e6711d1b48 Add header and method support to http2 transport (#755) yuhan6665 2021-10-12 11:58:12 -04:00
  • 4bb61701b5 Add tcpKeepAliveInterval in transport sockopt (#754) yuhan6665 2021-10-12 11:39:08 -04:00
  • ef4c63812b Fix: nullcheck on alternative systemDialer (#752) yuhan6665 2021-10-12 11:32:45 -04:00
  • e50f2af418 Fix flaky TestServiceSubscribeRoutingStats (#750) yuhan6665 2021-10-12 11:29:56 -04:00
  • 3554886ce1 vformat supports multi-core processing (#757) yuhan6665 2021-10-12 11:29:22 -04:00
  • a97d45c93a grammar fix (#745) yuhan6665 2021-09-30 08:50:46 -04:00
  • ffa01e8dda Bump google.golang.org/grpc from 1.40.0 to 1.41.0 (#735) dependabot[bot] 2021-09-30 20:47:53 +08:00
  • 4abf98c1be Move from deprecated ioutil to os and io packages (#744) KallyDev 2021-09-29 02:49:34 +08:00
  • 1ef824c0b4 Fix go generate core/format.go (#725) yuhan6665 2021-09-27 01:45:02 -04:00
  • ed39fc3b79 Fix some tests to use udp.PickPort() (#739) yuhan6665 2021-09-27 01:40:56 -04:00
  • 3b31189f13 Send shadowsocks handshake with payload if available (#736) 世界 2021-09-27 13:30:58 +08:00
  • 490e360c20 Create dependabot.yml Arthur Morgan 2021-09-26 02:32:17 +08:00
  • 32ae6d3952 Added build and release for windows arm64 Arthur Morgan 2021-09-26 01:35:58 +08:00
  • 9f9059c7b1 Fix flaky TestVMessDynamicPort (#723) yuhan6665 2021-09-23 23:59:00 -04:00
  • a149c78a4c v1.4.5 v1.4.5 Arthur Morgan 2021-09-23 11:43:48 +08:00
  • b0886027f5 Fix statistics error when not readV (#730) Arthur Morgan 2021-09-23 11:37:46 +08:00
  • 7033f7cf5f Fix: protobuf file (#724) hmol233 2021-09-20 22:41:09 +08:00
  • ffc2f7c4e2 Style: format code Arthur Morgan 2021-09-20 21:00:55 +08:00
  • ab927d2cca v1.4.4 Arthur Morgan 2021-09-20 20:42:42 +08:00
  • 0c0d878456 upgrade dependencies Arthur Morgan 2021-09-20 20:40:33 +08:00
  • 24b637cd5e Fix: CounterConnection with ReadV/WriteV (#720) Arthur Morgan 2021-09-20 20:11:21 +08:00
  • f2cb13a8ec Deprecate legacy VMess header with a planned decommission (#712) yuhan6665 2021-09-20 02:46:05 -04:00
  • dbcbb519e3 Feat: format code in one-key (#719) yuhan6665 2021-09-20 02:22:52 -04:00
  • 8a5bf06925 Chore: refine errorgen (#721) yuhan6665 2021-09-20 01:51:55 -04:00
  • b0b2aaa70c Fixed refresh error when multiple certificates exist (#663) WeidiDeng 2021-09-18 03:48:22 +08:00
  • d111a046c0 Remove Qv2ray (#681) zswdcx 2021-09-18 02:04:22 +08:00
  • eaf30aa14a Add Qv2ray for macOS (#612) R3pl4c3r 2021-09-18 02:03:59 +08:00
  • 42d158bd85 vprotogen refine (#717) yuhan6665 2021-09-17 13:16:14 -04:00
  • 00bcd40c34 remove deprecate ciphers in shadowsocks (#710) yuhan6665 2021-09-16 16:13:07 -04:00
  • 1adfc2720a Allow bulk definition of domain matcher at parent level (#713) yuhan6665 2021-09-16 16:07:35 -04:00
  • 0f79126379 cancel failed grpc connection (#707) yuhan6665 2021-09-14 13:40:38 -04:00
  • 7246001029 use Go v1.17.1 Arthur Morgan 2021-09-10 02:46:17 +08:00
  • 5e6eff5ffa test with go 1.17 Arthur Morgan 2021-09-08 15:02:08 +08:00
  • 1dca3cb3dd v1.4.3 v1.4.3 Arthur Morgan 2021-09-08 01:38:12 +08:00
  • 28d17ac17f go1.17 Arthur Morgan 2021-09-08 01:33:14 +08:00
  • e6019a89c9 adjust for go1.17 Arthur Morgan 2021-09-08 01:30:20 +08:00
  • 3213e5dd81 update dependencies Arthur Morgan 2021-09-08 01:13:32 +08:00
  • c950edede2 Merge pull request #618 from XTLS/fix/service-name Arthur Morgan 2021-09-08 00:53:55 +08:00
  • 64892fb2c3 Merge pull request #609 from XTLS/fix/dialer Arthur Morgan 2021-09-08 00:53:37 +08:00
  • 0403e6ddc3 Merge pull request #669 from AkinoKaede/fix-cannot-disable-readv Arthur Morgan 2021-09-08 00:53:00 +08:00
  • d9d239750b Merge pull request #633 from XTLS/feature/h2-health-check Arthur Morgan 2021-09-08 00:52:10 +08:00
  • 73e10f0f6f Merge pull request #599 from XTLS/fix/buffer Arthur Morgan 2021-09-08 00:51:33 +08:00
  • 7a9e72b133 Merge pull request #589 from bhoppi/main Arthur Morgan 2021-09-08 00:50:32 +08:00
  • 66b58e6076 Merge pull request #553 from XTLS/tls/reject-unknown-sni Arthur Morgan 2021-09-08 00:48:51 +08:00
  • 17cdeac57f Fix: cannot disable ReadV 秋のかえで 2021-08-07 18:26:28 +08:00
  • 1ced7985d5 Refine PrioritizedDomain, should fix https://github.com/XTLS/Xray-core/issues/638 refactor/dns-geo hmol233 2021-07-11 22:02:55 +08:00
  • e4bf620795 minor tweak hmol233 2021-07-10 16:41:23 +08:00
  • 31c7141fef gRPC: add keepalive option PermitWithoutStream hmol233 2021-07-05 21:25:21 +08:00
  • 57b9006d26 gRPC: add keepalive option for server hmol233 2021-07-05 21:25:03 +08:00
  • d9d04a230f Add h2 & gRPC health check hmol233 2021-07-03 16:01:59 +08:00
  • 3dc9fba20d gRPC: Use PathEscape encoded service name hmol233 2021-06-27 16:41:19 +08:00
  • d45298a10d Add AnXray RPRX 2021-06-20 15:13:37 +00:00
  • 6e8581f5dc Re-Add Qv2ray RPRX 2021-06-20 15:12:36 +00:00
  • 86a8fb5d84 Move DomainStrategy & DialerProxy to DialSystem hmol233 2021-06-18 19:28:02 +08:00
  • 3531b95d82 ? hmol233 2021-06-14 20:43:48 +08:00
  • b977899926 Check buffer before releasing hmol233 2021-06-14 20:40:17 +08:00
  • dee122c5f3 Add WithDisableRetry grpc/block hmol233 2021-06-13 14:34:19 +08:00
  • ba4aa2896d I don't know what's going wrong :( hmol233 2021-06-13 14:16:08 +08:00
  • 2220411644 fix new cert issuing is incorrectly delayed Bhoppi Chaw 2021-06-05 23:32:05 +08:00
  • 179eec707f Fix DNS query log dns hmol233 2021-05-16 19:12:04 +08:00
  • 3b8618b379 Fix linkname hmol233 2021-05-10 07:11:27 +08:00
  • e8a8465220 Fix reject unknown sni with single cert hmol233 2021-05-10 00:28:40 +08:00
  • 1f92b948c0 Fix errNoCertificates hmol233 2021-05-10 00:11:45 +08:00
  • 53b99efe78 Add: reject unknown SNI hmol233 2021-05-09 23:47:21 +08:00
  • cedbb3f173 Remove extra access log hmol233 2021-05-05 23:31:22 +08:00
  • 4a4e160a54 Add domain strategy for dns outbound hmol233 2021-05-03 21:45:21 +08:00
  • b85eef0131 Merge pull request #544 from AkinoKaede/dns-geo dns-geo hmol233 2021-05-03 21:20:31 +08:00
  • a3e63e6928 style: refine style 秋のかえで 2021-05-01 10:44:29 +08:00
  • ec9f19039e remove v2ray.com 秋のかえで 2021-05-01 08:55:27 +08:00
  • ee682b17d1 Merge branch 'dns' into dns-geo 秋のかえで 2021-05-01 08:48:29 +08:00
  • 1e3d739a5b Remove Qv2ray RPRX 2021-04-27 10:35:01 +00:00
  • 2e56fe11e1 Merge branch 'main' into dns 秋のかえで 2021-04-18 13:24:44 +08:00