Commit Graph

5086 Commits (488e39948e2bdda84deae22ea8acb8d08a7e1752)

Author SHA1 Message Date
Shelikhoo 25de855502
Fix token 2020-06-01 07:28:31 -05:00
Shelikhoo 54a300af56
fix var group 2020-06-01 07:28:30 -05:00
Shelikhoo 76a8ac8434
Redo Bleeding Edge Release 2020-06-01 07:28:29 -05:00
Shelikhoo 64fd7c8ce8
fallback to release to core 2020-06-01 07:28:28 -05:00
Shelikhoo 1bcdb10811
fix 2020-06-01 07:28:27 -05:00
Shelikhoo ae7553d117
Define target 2020-06-01 07:28:27 -05:00
Shelikhoo 6c745ac290
fix service connection 2020-06-01 07:28:26 -05:00
Shelikhoo ba237b0361
Bleeding Edge release 2020-06-01 07:28:25 -05:00
Shelikhoo 70ae685106
unable to get sandboxing work, maybe later 2020-06-01 07:28:24 -05:00
Shelikhoo b5433d2980
set cache to tmp dir 2020-06-01 07:28:23 -05:00
Shelikhoo 4de72b4225
set cache dir 2020-06-01 07:28:22 -05:00
Shelikhoo a6b3281421
Fix build break 2020-06-01 07:28:21 -05:00
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