Commit Graph

5140 Commits (8599697f5a9d13e6fb28a2a1ba5899915eaf3f57)

Author SHA1 Message Date
Shelikhoo 6a29fa5fe2
Enable AEAD by Default 2020-06-06 20:37:30 +08:00
Shelikhoo 8d489f6c7c
Make taint acquire lesser lock 2020-06-06 19:22:27 +08:00
Shelikhoo 6007e4cc6f
Detailed AEAD Auth Error 2020-06-06 18:57:49 +08:00
Shelikhoo 9bf07b1f26
VMess AEAD Experiment 2020-06-06 17:11:30 +08:00
zhuobixin dc906cf68a
LocalAddr() should return local address 2020-06-05 11:17:02 +08:00
rprx 2ef709997b
Update azure-pipelines.template.yml 2020-06-03 14:52:30 +00:00
rprx 3507f39677
Update azure-pipelines.yml 2020-06-03 14:51:09 +00:00
Shelikhoo b610fc0a70
make error less sensitive 2020-06-03 16:32:58 +08:00
Shelikhoo d31a067fc3
Release Version 2020-06-03 16:09:16 +08:00
Shelikhoo b760ac149d
Merge branch 'master' of github.com:v2fly/v2ray-core 2020-06-03 16:06:23 +08:00
Shelikhoo 221a13e658
Early detection of non http traffic to match web server behavior 2020-06-03 15:44:25 +08:00
Shelikhoo 087a62ef3d
Fixed HTTP response not adjusted based on request 2020-06-03 15:16:03 +08:00
Shelikhoo 38e89bd2c7
VMess will Drain Connection On Auth failure 2020-06-03 11:25:47 +08:00
Kslr 5d616dcc75
Merge pull request #9 from v2fly/revert-8-kslr-patch-1
Revert "fix bazel not set home"
2020-06-03 09:58:32 +08:00
Kslr b55fceba68
Revert "fix bazel not set home" 2020-06-03 09:58:15 +08:00
Shelikhoo 220b783caa
Align Timeout Value 2020-06-03 09:12:45 +08:00
Shelikhoo 8f45736dd3
drain replayed connection 2020-06-02 20:02:08 +08:00
Shelikhoo 34c13f3b27
Detailed code and output 2020-06-02 18:18:31 +08:00
Shelikhoo 944c45a776
Fix not update behavior seed 2020-06-02 18:01:43 +08:00
Shelikhoo 5e59534333
Fix when rolled number is zero 2020-06-02 17:30:48 +08:00
Shelikhoo 13cef19430
Increase Drain Pool 2020-06-02 17:11:51 +08:00
Shelikhoo ca032dd00f
Drain Connection Based on uuid based behavior seed(skip auth info drain for now) 2020-06-02 15:16:17 +08:00
Shelikhoo d671780804
Drain Connection Based on Uuid based Behavior seed 2020-06-02 14:47:54 +08:00
Kslr 46aa2c9e5e
Merge pull request #8 from v2fly/kslr-patch-1
fix bazel not set home
2020-06-02 05:45:12 +08:00
Kslr 09295f7ef6
fix bazel not set home
https://github.com/v2ray/discussion/issues/714#issuecomment-637034754
2020-06-02 04:19:08 +08:00
Shelikhoo a1e4c9bc70
Release 4.23.3 (Bug fix) 2020-06-01 17:49:50 +08:00
Shelikhoo e0aa18b6f3
Drain Connection with invalid checksum before closing. Emergency fix for weakness described in https://github.com/v2ray/v2ray-core/issues/2523 2020-06-01 16:40:54 +08:00
Kslr 9dc12961fa
4.23.2 2020-05-31 12:38:19 +08:00
Kslr 9f4fb3065d
update geoip,geosite 2020-05-31 12:37:55 +08:00
Araragi Hokuto 2a96605138
Fix build failure on illumos
Previously v2ray can not be built on illumos due to following reasons:
1. missing build tags in transport/internet/sockopt_other.go
2. many definitions in syscall does not exist on illumos
This commit addresses these problems by adding missing build tags, and
updates those missing syscall deps on illumos to use x/sys/unix.
2020-05-31 12:37:24 +08:00
zzc10086 206008081d
golang version number 1.14.1 2020-05-31 12:29:33 +08:00
Kslr 2d934d1027
fix azure-pipelines bad merge 2020-05-31 12:28:34 +08:00
Kslr 200e6ea3dc
Update azure-pipelines.yml 2020-05-31 12:23:20 +08:00
Kslr bab1c33de3
fix get the latest release tag error
https://github.com/v2ray/v2ray-core/issues/2373
2020-05-31 12:17:11 +08:00
vcptr 524b2aca56 let crypto/tls choose the proper ciphers 2020-05-31 11:25:56 +08:00
vcptr e62e6608e1 tls use crypto std cipher suites 2020-05-31 11:25:50 +08:00
Dct Mei c5842b91e6
Fix missing permissions 2020-04-03 01:42:04 +08:00
Kslr ea62c9314d release 4.23.1 2020-03-24 22:26:03 +08:00
mzz 49b63cbd79 code quality review 2020-03-24 22:26:03 +08:00
mzz2017 9e84ce38dd feat: support more types of certificates 2020-03-24 22:26:03 +08:00
unknowndev233 b472e3e617 add v2ray@.service 2020-03-24 21:52:03 +08:00
unknowndev233 882320e45a add NoNewPrivileges=yes & CAP_NET_RAW 2020-03-24 21:52:03 +08:00
zouquan741 808ca5d473 installInitScript optimize
Should not install systemV init script when we have systemd
2020-03-24 21:52:03 +08:00
vcptr 0fd0c374c1 fix config compatibility with old inbound/inboundDetors/out 2020-03-24 21:52:03 +08:00
lucifer9 2bd5f2fe96 add SO_REUSEPORT for freebsd 11 2020-03-24 21:52:03 +08:00
vcptr 94ea326d89 fix confdir env startup priority 2020-03-24 21:52:03 +08:00
Shelikhoo 3f6ef26a00
Merge branch 'master' of github.com:v2fly/v2ray-core 2020-03-23 12:37:13 +08:00
Shelikhoo c7d9abfb48
Update MacOS Version 2020-03-23 11:46:13 +08:00
Shelikhoo e61b44ff78
Fix Test Parse flag before flag defined by V2 in main 2020-03-23 11:34:53 +08:00
Kslr 13b309f1b3 release 4.23.0 2020-03-19 19:11:17 +08:00