1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 01:40:44 +00:00
Commit Graph

5367 Commits

Author SHA1 Message Date
forever8938
51d3fc694f
Load JSON internally by default
why not?
2020-10-10 21:06:13 +08:00
Loyalsoldier
c50fef48a7
Refine golangci-lint settings (#294) 2020-10-10 00:19:09 +08:00
Loyalsoldier
ed97a250e4
Refine golangci-lint settings (#293) 2020-10-09 22:06:40 +08:00
Loyalsoldier
807922f883
Reduce timeout & fix ineffassign (#290) 2020-10-09 16:32:12 +08:00
Vento Valery
1f70185b85
bump version 2020-10-09 12:27:55 +08:00
Loyalsoldier
811981b6f0
Geofile workflow: only run on v2fly/v2ray-core (#288) 2020-10-09 10:47:22 +08:00
Kslr
a44e1ede5b
update to IETF QUIC draft-29 (#287)
* update to IETF QUIC draft-29
2020-10-09 10:04:35 +08:00
GitHub Action
8e8127b2be update geoip, geosite 2020-10-09 00:11:37 +00:00
Loyalsoldier
97dac8cd2f
Build: comply with upstream (#283) 2020-10-08 09:53:25 +08:00
Loyalsoldier
454528353d
Fix misspelling according to goreportcard result (#282) 2020-10-08 08:53:15 +08:00
lucifer
425b4b497d
Add padding to abstract unix domain socket in fallbacks (#277)
* fix fall back to abstract unix domain socket in vless and trojan

* Update trojan.go

* Update vless.go

* Update trojan.go

* Update vless.go

Co-authored-by: RPRX <63339210+rprx@users.noreply.github.com>
2020-10-08 00:35:21 +00:00
Loyalsoldier
f0403a67a1
Refine scripts (#279) 2020-10-07 20:04:09 +08:00
Loyalsoldier
ba99e32b2d
Bazel: discard GOPATH (#278) 2020-10-07 18:35:21 +08:00
Loyalsoldier
93a91ea4de
Refine README (#275) 2020-10-07 16:58:19 +08:00
Loyalsoldier
26aecf095f
Refine Dockerfile (#274) 2020-10-07 16:28:51 +08:00
Loyalsoldier
6769e653ff
Run go mod tidy (#273) 2020-10-07 15:23:27 +08:00
Loyalsoldier
7ef520baa8
Refine user-package (#272) 2020-10-07 15:02:29 +08:00
Kslr
8071aa9c18
Update rights owner 2020-10-07 14:34:00 +08:00
Loyalsoldier
6e4701b700
Build: do NOT rely on GOPATH & refine user-package.sh (#270)
* Build: do NOT rely on GOPATH

* Format pipelines
2020-10-07 14:29:07 +08:00
RPRX
884feea680
Merge pull request #271 from rprx/master
VLESS PREVIEW 2.4
2020-10-07 04:26:55 +00:00
RPRX
4bf1b4ebcc
VLESS PREVIEW 2.4 2020-10-07 03:35:04 +00:00
Kslr
359f84407a
compiler use gogcc, remove gcflags and asmflags (#269) 2020-10-07 10:02:40 +08:00
RPRX
bcc7b78ff7
Add XTLS support to mKCP (#267) 2020-10-06 16:25:02 +00:00
Kslr
03fb762169
removes all file system paths from the compiled executable, to improve build reproducibility 2020-10-06 13:17:30 +08:00
Kslr
48fde93020
remove unused doc in release 2020-10-06 13:05:46 +08:00
RPRX
c344edd2e1
Up 2020-10-05 17:21:05 +00:00
dependabot[bot]
8599697f5a
Bump github.com/pires/go-proxyproto from 0.1.3 to 0.2.0 (#265)
Bumps [github.com/pires/go-proxyproto](https://github.com/pires/go-proxyproto) from 0.1.3 to 0.2.0.
- [Release notes](https://github.com/pires/go-proxyproto/releases)
- [Commits](https://github.com/pires/go-proxyproto/compare/v0.1.3...v0.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-05 16:08:44 +08:00
Loyalsoldier
bb44d01096
Format proto files using clang-format according to google style (#264)
* Format proto files using clang-format according to google style
* Regenerate pb.go files
2020-10-05 08:36:40 +08:00
RPRX
a308620073
Fix 2020-10-05 00:52:03 +08:00
RPRX
ef872ffe01
Merge pull request #262 from rprx/master
VLESS PREVIEW 2.3
2020-10-04 12:45:46 +00:00
RPRX
b8a78038a2
VLESS PREVIEW 2.3 2020-10-04 10:51:29 +00:00
Loyalsoldier
9a452bc1a1
Merge pull request #260 from Loyalsoldier/refine-errorgen
Errorgen: support to run outside of GOPATH
2020-10-04 13:15:05 +08:00
loyalsoldier
b181045b0c
Errorgen: support to run outside of GOPATH 2020-10-04 13:06:12 +08:00
loyalsoldier
0650af46f4
Refine errorgen 2020-10-04 13:06:11 +08:00
loyalsoldier
4130b54579
Support to read go.mod recursively to get module path 2020-10-04 12:47:22 +08:00
Loyalsoldier
d30b5fb501
Merge pull request #259 from Loyalsoldier/refine-code
Refine code
2020-10-04 10:27:28 +08:00
loyalsoldier
9b249f912b
Make variables of vprotogen easier to find 2020-10-04 10:05:00 +08:00
loyalsoldier
edefca7932
Refine & make proto.go work outside GOPATH 2020-10-04 09:56:45 +08:00
loyalsoldier
4ba4cad7ae
Refine func GetModuleName 2020-10-04 09:55:21 +08:00
Loyalsoldier
68dd2a0d85
Merge pull request #258 from Loyalsoldier/refine-codes
Refine codes
2020-10-04 06:31:42 +08:00
loyalsoldier
f184d16918
Fix golangci nolint 2020-10-04 06:29:35 +08:00
loyalsoldier
7a789fed37
Run go fmt 2020-10-04 06:29:21 +08:00
Loyalsoldier
088ce4ed95
Refine proto.go due to protoc-gen-go-grpc update (#257)
* Refine: remove protoc-gen-go-grpc specific version
* pb.go: regenerate due to proto.go refresh
2020-10-04 05:43:26 +08:00
RPRX
36f0b7d6e4
Fix Trojan inbound access log (#255) 2020-10-03 15:24:04 +00:00
RPRX
271532fc84
Add full VLESS fallbacks support to Trojan (#254)
* Add full VLESS fallbacks support to Trojan

* Adjustments according to linter

* Use common.Must2() for pro.Write()
2020-10-03 13:12:35 +00:00
RPRX
2e4042ebd7
Merge pull request #253 from rprx/master
VLESS PREVIEW 2.2
2020-10-03 05:31:28 +00:00
RPRX
60909dad31
VLESS PREVIEW 2.2 2020-10-03 03:23:24 +00:00
Ye Zhihao
67f409de04
Stats: Implements blocking/non-blocking messaging of Channel (#250) 2020-10-03 03:06:32 +08:00
Kslr
9f344fa1c9
remove shadowsosks ota (#238)
* remove shadowsosks ota

* remove unused buf.Reader
2020-10-02 16:13:31 +08:00
Loyalsoldier
dcf368bd93
Refine Azure Pipelines & Bazel: remove unnecessary steps (#246)
* Bazel: remove GPG sign
* Azure Pipelines: remove unnecessary steps
2020-10-02 16:09:33 +08:00