Commit Graph

5018 Commits (4bb3e4eb30fbe5ac5c7453c7b42c4628c8171e7c)

Author SHA1 Message Date
Shelikhoo 6f1f836a22 Fix Test Parse flag before flag defined by V2 in main 2020-03-24 19:55:21 +08:00
Kslr 372e9411ad
Merge pull request #2322 from unknowndev233/master
add NoNewPrivileges=yes & CAP_NET_RAW
2020-03-24 19:26:57 +08:00
Kslr e6947de1bf
Merge pull request #2313 from zouquan741/master
修复安装脚本添加自启动时报错的问题
2020-03-24 19:26:20 +08:00
Kslr afb82443e1
Merge pull request #2368 from vcptr/fixincomp
fix config compatibility with old inbound/inboundDetors/out
2020-03-24 18:32:22 +08:00
vcptr 4860240499 fix config compatibility with old inbound/inboundDetors/out 2020-03-24 13:47:07 +08:00
Kslr c0f4cacf1a
Merge pull request #2366 from lucifer9/freebsd11
add SO_REUSEPORT for freebsd 11
2020-03-24 03:11:07 +08:00
lucifer9 2574704710 add SO_REUSEPORT for freebsd 11 2020-03-23 21:52:19 +08:00
Kslr 8e8a8ce299
Merge pull request #2365 from vcptr/fixmcenv
fix confdir env startup priority
2020-03-23 17:04:57 +08:00
vcptr ab616d91ae fix confdir env startup priority 2020-03-23 16:33:49 +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
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.
2020-03-22 01:06:13 +08:00
Kslr 13b309f1b3 release 4.23.0 2020-03-19 19:11:17 +08:00
Kslr cfbb875546 Revert "Reduce http proxy client overhead by 1RTT" 2020-03-19 19:11:17 +08:00
loyalsoldier d555508cfe Update geoip.dat & geosite.dat on 2020.03.17 2020-03-19 19:11:17 +08:00
IceCodeNew c7b5d178b7 Bug fix
修正当 releases 页存在多个 release 文件时(现在统统都是这样了),脚本错误将多个文件下载并合并为一个 dat 文件的问题。
该问题会导致 dat 文件无法被 v2ctl 程序解析。

简化 geoip.dat 及 geosite.dat 文件的下载代码。
2020-03-19 19:11:16 +08:00
IceCodeNew f45baff01d SC2086
shellcheck: Double quote to prevent globbing and word splitting.
2020-03-19 19:11:16 +08:00
Loyalsoldier c93003eab6 Update dat files download links
due to https://github.com/v2ray/geoip/issues/18
2020-03-19 19:11:16 +08:00
vcptr 0d71d3dcf8 revert back to multiconfig 2020-03-19 19:11:16 +08:00
Kslr b217cade28
release 4.23.0 2020-03-19 18:51:58 +08:00
Kslr d80f8e4d33
Merge pull request #2350 from v2ray/revert-2157-master
Revert "Reduce http proxy client overhead by 1RTT"
2020-03-19 18:40:00 +08:00
Kslr bb939ae03f
Revert "Reduce http proxy client overhead by 1RTT" 2020-03-19 18:39:14 +08:00
FH0 7651fb5586
fix udp broken 2020-03-18 19:28:24 +08:00
FH0 fb0f05b159
fix udp broken 2020-03-18 19:26:48 +08:00
FH0 7cfa5aed18
fix udp broken 2020-03-18 19:25:22 +08:00
Richard Chen 3feec68a87
Merge pull request #2341 from Loyalsoldier/master
Update geoip.dat & geosite.dat on 2020.03.17
2020-03-17 14:18:31 +08:00
loyalsoldier 50b52286a6 Update geoip.dat & geosite.dat on 2020.03.17 2020-03-17 09:31:16 +08:00
Richard Chen e267c36492
Merge pull request #2338 from IceCodeNew/master
修复构建脚本的错误下载逻辑
2020-03-17 07:19:28 +08:00
IceCodeNew c84ab8b757 Bug fix
修正当 releases 页存在多个 release 文件时(现在统统都是这样了),脚本错误将多个文件下载并合并为一个 dat 文件的问题。
该问题会导致 dat 文件无法被 v2ctl 程序解析。

简化 geoip.dat 及 geosite.dat 文件的下载代码。
2020-03-17 01:33:32 +08:00
IceCodeNew 4e90a6dc44 SC2086
shellcheck: Double quote to prevent globbing and word splitting.
2020-03-16 04:31:24 +08:00
Kslr 1628878827
Merge pull request #2327 from Loyalsoldier/update-url
Update dat files download links
2020-03-13 17:22:37 +08:00
Loyalsoldier c851a92b52
Update dat files download links
due to https://github.com/v2ray/geoip/issues/18
2020-03-13 08:15:51 +08:00
Kslr 2dc4b26b43
Merge pull request #2154 from vcptr/mixconfig
multiconfig
2020-03-12 00:54:00 +08:00
vcptr 5d13ec9196 code style optmize in dispatch func 2020-03-12 00:42:29 +08:00
vcptr 04a0c04934 doh route strategy optimized 2020-03-12 00:42:29 +08:00
unknowndev233 19061275ca Fixed minor bugs & add Documentation 2020-03-12 00:42:29 +08:00
lucifer9 9608f77ba8 fix udp not work in ipv4 using common config 2020-03-12 00:42:29 +08:00
lucifer9 d055c0497d fix tproxy udp "unable to get destination" in IPv6 environment 2020-03-12 00:42:29 +08:00
ToutyRater 30b5f521c4 typo 2020-03-12 00:42:29 +08:00
nullptr 450bc5b3f0 Add SO_REUSEPORT to inbound 2020-03-12 00:42:29 +08:00
xymopen 0314d05792 refactor: Remove `extract()` 2020-03-12 00:42:29 +08:00
xymopen 01e940fd8e refactor: Install directly from zip file 2020-03-12 00:42:29 +08:00
xymopen f9dc0a7fb6 feat: Add `zipRoot()`
Get root directory path inside ZIP file
2020-03-12 00:42:29 +08:00
xymopen debbdc7276 refactor: Remove `makeExecutable()`, `copyFile()` 2020-03-12 00:42:29 +08:00
Anonymous-Someneese 99cf401867 http: send HTTP Connect if no content is written after 5ms. 2020-03-12 00:42:29 +08:00
Anonymous-Someneese 82dee01833 Fix reverse proxy with the HTTP optimization
And any other protocol that require the connection initializer to send first, E.g. freedom with TFO.
2020-03-12 00:42:29 +08:00
Anonymous-Someneese a5caa01cb6 Optimize HTTP tunnel setup in TFO environment 2020-03-12 00:42:29 +08:00
Anonymous-Someneese 197fe15d5a Fix code quality 2020-03-12 00:42:29 +08:00
Anonymous-Someneese f0e63c6e3c Reduce http proxy client overhead by 1RTT 2020-03-12 00:42:29 +08:00