Commit Graph

4973 Commits (1fb57ebab05c4746fa719d04b50508693f407638)

Author SHA1 Message Date
Shelikhoo c3dae6305e
fix rel dir 2020-06-01 07:28:20 -05:00
Shelikhoo b6c21b1646
add debug file list 2020-06-01 07:28:19 -05:00
Shelikhoo 73f83d09ab
fix dep download path 2020-06-01 07:28:19 -05:00
Shelikhoo 35809561f5
fix source download 2020-06-01 07:28:18 -05:00
Shelikhoo 9f9f0a2a96
go get trigger 2020-06-01 07:28:17 -05:00
Shelikhoo b23e6fb1ba
ln new source with old one 2020-06-01 07:28:16 -05:00
Shelikhoo d123109fcd
unset GOPATH to use go mod 2020-06-01 07:28:15 -05:00
Shelikhoo 7962aba52e
Copy trigger source to seperate folder 2020-06-01 07:28:14 -05:00
Shelikhoo 1fe1b5c89a
move primary dir 2020-06-01 07:28:13 -05: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 4b81ba947f
Merge pull request #2515 from rprx/patch-1
Update Golang version
2020-05-31 14:42:41 +08:00
rprx 371e176535
Update azure-pipelines.template.yml 2020-05-31 06:10:23 +00:00
rprx 05493cc096
Update azure-pipelines.yml 2020-05-31 06:08:36 +00: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
Kslr 067ee433c5
4.23.2 2020-05-31 12:07:52 +08:00
Kslr 40bd03db7f
Merge pull request #2514 from v2ray/revert-2348-master
Revert "修复一个导致 TPROXY 下 v2ray 断流的问题"
2020-05-31 12:01:48 +08:00
Kslr db29bea2ed
Revert "修复一个导致 TPROXY 下 v2ray 断流的问题" 2020-05-31 11:58:24 +08:00
Kslr b355c7089b
Merge pull request #2513 from kslr/master
update geoip,geosite
2020-05-31 11:57:18 +08:00
Kslr 2174353f85
update geoip,geosite 2020-05-31 11:55:10 +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
Nicholas Wang 3cf16bf7df
Merge pull request #2512 from vcptr/nilciphers
let crypto/tls choose the proper ciphers
2020-05-30 22:10:27 -05:00
vcptr bcfd778d57 let crypto/tls choose the proper ciphers 2020-05-31 11:04:30 +08:00
Nicholas Wang 3dfee909a6
Merge pull request #2510 from vcptr/dfsuites
tls use crypto std cipher suites
2020-05-30 20:42:11 -05:00
vcptr bd4e470e33 tls use crypto std cipher suites 2020-05-31 02:19:34 +08:00
Kslr edb4fed387
Merge pull request #2359 from AraragiHokuto/illumos
Fix build failure on illumos
2020-04-18 12:06:54 +08:00
Kslr 0f72967854
Merge pull request #2348 from FH0/master
修复一个导致 TPROXY 下 v2ray 断流的问题
2020-04-18 12:01:24 +08:00
jejayhe c6694e0f1a Some code optimization
os.Kill is non-catchable, non-ignorable
2020-04-16 10:24:11 +08:00
Kirill Motkov 0fdad6f0fd Some code optimization
* Removed unnecessary `strings.ToLower()`.
* Removed redundant `u` variable.
2020-04-06 11:57:21 +03:00
Dct Mei c5842b91e6
Fix missing permissions 2020-04-03 01:42:04 +08:00
Kslr 8d75477412
Merge pull request #2401 from zzc10086/patch-1
fix azure-pipelines.yml golang version number error
2020-04-01 17:18:57 +08:00
zzc10086 20361d0c98
golang version number 1.14.1 2020-04-01 16:21:30 +08:00
Kslr 5ce7dfaf02
Merge pull request #2388 from v2ray/kslr-patch-2
Update azure-pipelines.yml
2020-03-28 02:12:53 +08:00
Kslr f099c1e53d
Update azure-pipelines.yml 2020-03-28 02:11:35 +08:00
Kslr d113c1b791
Merge pull request #2374 from v2ray/kslr-patch-1
fix get the latest release tag error
2020-03-25 10:28:28 +08:00
Kslr 3e40769049
fix get the latest release tag error
https://github.com/v2ray/v2ray-core/issues/2373
2020-03-25 10:27:17 +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