Kslr
b355c7089b
Merge pull request #2513 from kslr/master
...
update geoip,geosite
5 years ago
Kslr
2174353f85
update geoip,geosite
5 years ago
vcptr
524b2aca56
let crypto/tls choose the proper ciphers
5 years ago
vcptr
e62e6608e1
tls use crypto std cipher suites
5 years ago
Nicholas Wang
3cf16bf7df
Merge pull request #2512 from vcptr/nilciphers
...
let crypto/tls choose the proper ciphers
5 years ago
vcptr
bcfd778d57
let crypto/tls choose the proper ciphers
5 years ago
Nicholas Wang
3dfee909a6
Merge pull request #2510 from vcptr/dfsuites
...
tls use crypto std cipher suites
5 years ago
vcptr
bd4e470e33
tls use crypto std cipher suites
5 years ago
Kslr
edb4fed387
Merge pull request #2359 from AraragiHokuto/illumos
...
Fix build failure on illumos
5 years ago
Kslr
0f72967854
Merge pull request #2348 from FH0/master
...
修复一个导致 TPROXY 下 v2ray 断流的问题
5 years ago
jejayhe
c6694e0f1a
Some code optimization
...
os.Kill is non-catchable, non-ignorable
5 years ago
Kirill Motkov
0fdad6f0fd
Some code optimization
...
* Removed unnecessary `strings.ToLower()`.
* Removed redundant `u` variable.
5 years ago
Dct Mei
c5842b91e6
Fix missing permissions
5 years ago
Kslr
8d75477412
Merge pull request #2401 from zzc10086/patch-1
...
fix azure-pipelines.yml golang version number error
5 years ago
zzc10086
20361d0c98
golang version number 1.14.1
5 years ago
Kslr
5ce7dfaf02
Merge pull request #2388 from v2ray/kslr-patch-2
...
Update azure-pipelines.yml
5 years ago
Kslr
f099c1e53d
Update azure-pipelines.yml
5 years ago
Kslr
d113c1b791
Merge pull request #2374 from v2ray/kslr-patch-1
...
fix get the latest release tag error
5 years ago
Kslr
3e40769049
fix get the latest release tag error
...
https://github.com/v2ray/v2ray-core/issues/2373
5 years ago
Kslr
ea62c9314d
release 4.23.1
5 years ago
mzz
49b63cbd79
code quality review
5 years ago
mzz2017
9e84ce38dd
feat: support more types of certificates
5 years ago
unknowndev233
b472e3e617
add v2ray@.service
5 years ago
unknowndev233
882320e45a
add NoNewPrivileges=yes & CAP_NET_RAW
5 years ago
zouquan741
808ca5d473
installInitScript optimize
...
Should not install systemV init script when we have systemd
5 years ago
vcptr
0fd0c374c1
fix config compatibility with old inbound/inboundDetors/out
5 years ago
lucifer9
2bd5f2fe96
add SO_REUSEPORT for freebsd 11
5 years ago
vcptr
94ea326d89
fix confdir env startup priority
5 years ago
Kslr
2227557b86
release 4.23.1
5 years ago
Kslr
3caf74da88
Merge pull request #2319 from mzz2017/master
...
feat: support more types of certificates
5 years ago
mzz
50111cd44a
code quality review
5 years ago
Shelikhoo
e9685c41de
Update MacOS Version
5 years ago
Shelikhoo
6f1f836a22
Fix Test Parse flag before flag defined by V2 in main
5 years ago
Kslr
372e9411ad
Merge pull request #2322 from unknowndev233/master
...
add NoNewPrivileges=yes & CAP_NET_RAW
5 years ago
Kslr
e6947de1bf
Merge pull request #2313 from zouquan741/master
...
修复安装脚本添加自启动时报错的问题
5 years ago
Kslr
afb82443e1
Merge pull request #2368 from vcptr/fixincomp
...
fix config compatibility with old inbound/inboundDetors/out
5 years ago
vcptr
4860240499
fix config compatibility with old inbound/inboundDetors/out
5 years ago
Kslr
c0f4cacf1a
Merge pull request #2366 from lucifer9/freebsd11
...
add SO_REUSEPORT for freebsd 11
5 years ago
lucifer9
2574704710
add SO_REUSEPORT for freebsd 11
5 years ago
Kslr
8e8a8ce299
Merge pull request #2365 from vcptr/fixmcenv
...
fix confdir env startup priority
5 years ago
vcptr
ab616d91ae
fix confdir env startup priority
5 years ago
Shelikhoo
3f6ef26a00
Merge branch 'master' of github.com:v2fly/v2ray-core
5 years ago
Shelikhoo
c7d9abfb48
Update MacOS Version
5 years ago
Shelikhoo
e61b44ff78
Fix Test Parse flag before flag defined by V2 in main
5 years ago
Araragi Hokuto
6673733da7
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.
5 years ago
Kslr
13b309f1b3
release 4.23.0
5 years ago
Kslr
cfbb875546
Revert "Reduce http proxy client overhead by 1RTT"
5 years ago
loyalsoldier
d555508cfe
Update geoip.dat & geosite.dat on 2020.03.17
5 years ago
IceCodeNew
c7b5d178b7
Bug fix
...
修正当 releases 页存在多个 release 文件时(现在统统都是这样了),脚本错误将多个文件下载并合并为一个 dat 文件的问题。
该问题会导致 dat 文件无法被 v2ctl 程序解析。
简化 geoip.dat 及 geosite.dat 文件的下载代码。
5 years ago
IceCodeNew
f45baff01d
SC2086
...
shellcheck: Double quote to prevent globbing and word splitting.
5 years ago