1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 02:35:23 +00:00
Commit Graph

417 Commits

Author SHA1 Message Date
GitHub Action
89a2ac81c6 update geoip, geosite 2020-07-31 00:22:55 +00:00
GitHub Action
f64d4bb8f8 update geoip, geosite 2020-07-24 00:22:53 +00:00
RPRX
e46531261b
Add linux riscv64 build 2020-07-19 20:51:39 +00:00
RPRX
c8f266c740
Adjust Bazel 2020-07-19 02:40:33 +00:00
GitHub Action
81985d918f update geoip, geosite 2020-07-17 00:20:55 +00:00
GitHub Action
ff42cc8c86 update geoip, geosite 2020-07-10 00:20:35 +00:00
Shelikhoo
1be3d52787
Allow VSign function to be disabled if V2Ray is included in a package and should be verified by the package manager. 2020-07-05 08:55:10 +08:00
Shelikhoo
3952f81b49
Update Signing key 2020-07-05 08:52:29 +08:00
rprx
11efebfd31
Update tagrelease.sh 2020-07-03 12:31:17 +00:00
rprx
e0a5285658
Update bleedingrelease.sh 2020-07-03 12:29:10 +00:00
Shelikhoo
ad1927e6f9
Actually Request the SIGN 2020-07-03 16:07:15 +08:00
Shelikhoo
9928eca26f
Fix bug with tag name extract 2020-07-03 14:55:31 +08:00
Xiaokang Wang
a5fa0f5afd
Merge pull request #43 from v2fly/dev-cimanifest
Generate and Sign Manifest
2020-07-03 13:14:20 +08:00
GitHub Action
22ae1d6041 update geoip, geosite 2020-07-03 00:19:55 +00:00
Shelikhoo
40e21fde1d
Added Signing Request 2020-07-03 00:34:15 +08:00
Shelikhoo
9142c0d9a8
Generate manifest on tag release 2020-07-02 20:27:34 +08:00
Shelikhoo
d2064b0021
Bug fix 2020-07-02 19:40:44 +08:00
Shelikhoo
dadcda034d
Generate Manifest for bleeding edge release 2020-07-02 19:10:38 +08:00
rprx
19c5014ed1
Adjust arm build 2020-06-28 08:55:08 +00:00
Kslr
a8f3450b89
Merge pull request #38 from yuhan6665/master
Add stats counter for outbounds
2020-06-28 16:29:29 +08:00
Kslr
62813a9ede
ci add windows arm 2020-06-28 01:29:33 +08:00
rprx
694180fc9a
Add windows arm build (#39)
* Add windows arm build

* Add windows arm build

* Add windows arm build
2020-06-28 00:46:43 +08:00
yuhan6665
886598542c Add stats counter for outbounds 2020-06-27 00:31:46 -04:00
JH2628
98a5d3fc7b
Update install-release.sh (#16)
更改安装路径到 v2fly/v2ray-core
2020-06-23 06:11:05 +08:00
Loyalsoldier
70283d705c
Refine updatedat script (#24) 2020-06-20 02:01:45 +08:00
Kslr
2c8f06e121
clean code (#22) 2020-06-19 21:57:03 +08:00
kslr
bc96f75bcb add armv5 2020-06-19 20:20:14 +08:00
Kslr
9f4fb3065d
update geoip,geosite 2020-05-31 12:37:55 +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
Dct Mei
c5842b91e6
Fix missing permissions 2020-04-03 01:42:04 +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
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
unknowndev233
19061275ca Fixed minor bugs & add Documentation 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
unknowndev233
e19749180e minor changes
Weaken dependence on nss-lookup.target
Modify comments about https://github.com/v2ray/v2ray-core/issues/1011
2020-03-12 00:42:29 +08:00
unknowndev233
7cfd630a03 Update v2ray.service
default Type=exec -> Type=simple
2020-03-12 00:42:29 +08:00
unknowndev233
2614c37d50 v2ray.service upgrade
做了一点微小的工作,例如:
去掉了在非 `forking` 类型中几乎无意义的 `PIDFile` ([因为 systemd 不会写入](https://www.freedesktop.org/software/systemd/man/systemd.service.html#PIDFile=))
把[不推荐使用](https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/)的 `Wants=network.target` 换成 `Wants=network-online.target nss-lookup.target`
2020-03-12 00:42:29 +08:00
xymopen
fa657b8681 refactor: Remove side effect from sysArch() 2020-03-12 00:42:29 +08:00
xymopen
4ae653e884 refactor: Extract normalizeVersion() 2020-03-12 00:42:29 +08:00
xymopen
52917c3243 refactor: Minor changes to install-release.sh
* Add missing CLI argument variables
* Remove key, COLOR variables
* Standardize EXTRACT_ONLY, ERROR_IF_UPTODATE variables
* Print output to stdout
* Print help using redirection
* Combine configuration conditions
2020-03-12 00:42:29 +08:00
xymopen
8f60e8275b style: Remove tailing space 2020-03-12 00:42:29 +08:00
Loyalsoldier
4a6ae20474 Update rules dat file URL
Update rules dat file URL to GitHub default latest downloadable assets URL
2020-03-12 00:42:29 +08:00