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

5240 Commits

Author SHA1 Message Date
Kslr
1cfb044d7d
Update README.md 2020-08-28 22:27:45 +08:00
Kslr
c05992b841
release 4.27.2 2020-08-28 22:14:31 +08:00
Kslr
396253308e
Update README.md 2020-08-28 22:13:28 +08:00
RPRX
feea69c4c9
Merge pull request #140 from rprx/master
VLESS PREVIEW 1.5
2020-08-28 08:15:51 +00:00
RPRX
84aaf3a1e3
VLESS PREVIEW 1.5 2020-08-28 07:51:09 +00:00
Kslr
3ad73fde20
release 4.27.1 2020-08-28 10:47:14 +08:00
RPRX
c4d57c6405
Merge pull request #138 from Loyalsoldier/fix-path
Fix: module path
2020-08-28 00:22:03 +00:00
GitHub Action
2898064cd9 update geoip, geosite 2020-08-28 00:12:01 +00:00
loyalsoldier
6f52a79e2e
Fix: module path 2020-08-28 03:55:07 +08:00
RPRX
d3ebba6901
Merge pull request #137 from Loyalsoldier/protoc-dont-rely-on-GOBIN-GOPATH
Protoc & vprotogen: do NOT rely on GOBIN & GOPATH
2020-08-27 15:37:32 +00:00
Kslr
ef99033d05
stale include pr 2020-08-27 23:26:51 +08:00
loyalsoldier
cafc80d23a
vprotogen: do NOT rely on GOBIN & GOPATH 2020-08-27 23:18:06 +08:00
loyalsoldier
a2a064a54d
protoc: do NOT rely on GOBIN & GOPATH
Add public functions
2020-08-27 23:18:05 +08:00
RPRX
9466e5d09b
Merge pull request #134 from Loyalsoldier/fix-go-vet
Fix according to go vet results
2020-08-26 11:55:30 +00:00
loyalsoldier
f9175e3bc8
Fix according to go vet results 2020-08-26 19:35:33 +08:00
RPRX
30edcef67a
Merge pull request #133 from Loyalsoldier/mockgen-dont-rely-on-GOBIN-GOPATH
Mockgen: do NOT rely on GOBIN & GOPATH
2020-08-26 10:55:57 +00:00
loyalsoldier
1b27ec5e7c
Mockgen: do NOT rely on GOBIN & GOPATH 2020-08-26 18:54:58 +08:00
RPRX
5774addc14
Merge pull request #131 from Loyalsoldier/protoc-dont-relay-on-GOPATH
Protoc: do NOT rely on GOPATH
2020-08-26 09:41:33 +00:00
loyalsoldier
4fbefc18f4
Protoc: do NOT rely on GOPATH 2020-08-26 17:37:51 +08:00
Shelikhoo
e97b9b5f3c
Merge branch 'master' of github.com:v2fly/v2ray-core 2020-08-26 17:10:03 +08:00
Shelikhoo
a40727a3dc
added drain for ss and improved vmess drain 2020-08-26 13:51:23 +08:00
RPRX
38f7de5393
Merge pull request #130 from v2fly/dependabot/go_modules/google.golang.org/grpc-1.31.1
Bump google.golang.org/grpc from 1.31.0 to 1.31.1
2020-08-26 05:35:48 +00:00
RPRX
25aaf824b4
Merge pull request #129 from v2fly/dependabot/go_modules/github.com/google/go-cmp-0.5.2
Bump github.com/google/go-cmp from 0.5.1 to 0.5.2
2020-08-26 05:35:32 +00:00
dependabot[bot]
690c7fc8a8
Bump google.golang.org/grpc from 1.31.0 to 1.31.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.31.0 to 1.31.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.31.0...v1.31.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-26 05:31:54 +00:00
dependabot[bot]
d9ac3f8a5d
Bump github.com/google/go-cmp from 0.5.1 to 0.5.2
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.5.1...v0.5.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-26 05:31:26 +00:00
RPRX
f5642b4075
L -> l, A -> a 2020-08-26 05:01:35 +00:00
RPRX
9046bea466
Adjust TCP inbound logs 2020-08-26 04:50:00 +00:00
RPRX
2bfc6c8e9b
Merge pull request #128 from rprx/master
Add PROXY protocol support to WS inbound
2020-08-26 04:42:08 +00:00
RPRX
a3bc930075
Add PROXY protocol support to WS inbound
https://github.com/v2fly/v2ray-core/pull/103
2020-08-26 04:29:12 +00:00
Kslr
fd9128fbf5
Merge pull request #125 from dikaixu1999/patch-2
Fix a typo
2020-08-25 18:42:24 +08:00
Isaac
588b40ffad
Fix a typo
Fix a typo in bytes.go
2020-08-25 17:55:53 +08:00
Kslr
243a8262fc
Merge pull request #123 from Loyalsoldier/refine-go-generate
Proto & Mock: refine go generate command
2020-08-25 17:51:14 +08:00
loyalsoldier
f3368b1d79
Mock: refine go generate command 2020-08-25 16:23:33 +08:00
loyalsoldier
e036db835e
Proto: refine go generate command 2020-08-25 16:18:23 +08:00
RPRX
ca5f2532e8
Merge pull request #121 from Loyalsoldier/test-running-exception
Test: only triggered by *.go file on push event
2020-08-25 07:21:48 +00:00
loyalsoldier
71191aa407
Test: only triggered by *.go file on push event 2020-08-25 14:46:04 +08:00
RPRX
1eb5836e3c
Merge pull request #120 from v2fly/dependabot/github_actions/github/super-linter-v3.8.3
Bump github/super-linter from V3.8.0 to v3.8.3
2020-08-25 06:25:35 +00:00
dependabot[bot]
190b1cb044
Bump github/super-linter from V3.8.0 to v3.8.3
Bumps [github/super-linter](https://github.com/github/super-linter) from V3.8.0 to v3.8.3.
- [Release notes](https://github.com/github/super-linter/releases)
- [Commits](https://github.com/github/super-linter/compare/V3.8.0...9f2c65685b15fc1f26feeca84d889bf27f1c31d2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-25 06:18:53 +00:00
Kslr
b94e4eb835
Merge pull request #119 from Loyalsoldier/refine-workflow
Refine workflow
2020-08-25 03:15:00 +08:00
loyalsoldier
2f1f0470a2
Test: only be triggered by *.go files 2020-08-25 00:04:55 +08:00
loyalsoldier
efb53bd59e
Lint: refine 2020-08-25 00:04:31 +08:00
loyalsoldier
bd533a506a
Coverage: only be triggered by *.go files 2020-08-24 21:30:40 +08:00
Loyalsoldier
ef460f68f8
Adjust Protocol Buffers (#109)
* Update protoc binary executable files to v3.13.0

* Write proto files in more standard way

* Make go generate & vprotogen compatible with protoc-gen-gofast

* Regenerate pb.go files according to new proto files

* Clean go.sum by running go mod tidy

* Implement mustEmbedUnimplementedServiceServer for gPRC services
2020-08-24 12:10:26 +00:00
RPRX
969f68ba24
Merge pull request #117 from Loyalsoldier/fix-lint
Fix: lint lack of GitHub Token
2020-08-24 12:09:19 +00:00
loyalsoldier
6f04c36d33
Fix: lint lack of GitHub Token 2020-08-24 19:57:46 +08:00
Kslr
edb9bc45ac
Merge pull request #113 from Loyalsoldier/refine-format-rename-workflow
Refine & format & rename workflow files
2020-08-24 17:52:41 +08:00
Kslr
288e40abd4
Merge branch 'master' into refine-format-rename-workflow 2020-08-24 17:51:13 +08:00
RPRX
42b21f651c
Merge pull request #116 from v2fly/dependabot/github_actions/actions/stale-v3.0.10
Bump actions/stale from v1 to v3.0.10
2020-08-24 08:45:51 +00:00
RPRX
298f2b67a1
Merge pull request #115 from v2fly/dependabot/github_actions/github/super-linter-V3.8.0
Bump github/super-linter from v2.2.0 to V3.8.0
2020-08-24 08:45:32 +00:00
dependabot[bot]
41b9784e7c
Bump actions/stale from v1 to v3.0.10
Bumps [actions/stale](https://github.com/actions/stale) from v1 to v3.0.10.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](https://github.com/actions/stale/compare/v1...e976731ae824d9e0165ade8f9e2e8f1743b2fc09)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-24 08:34:15 +00:00