1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-23 04:39:08 -04:00
Commit Graph

50 Commits

Author SHA1 Message Date
Loyalsoldier
f94dd11a8c Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
Loyalsoldier
f98944c9e0 Chore: update protobuf (#670) 2021-02-11 14:57:20 +08:00
Ye Zhihao
5b2a9e8769 API: Reflection Service Support (#435) 2020-11-20 01:57:31 +08:00
loyalsoldier
784775f689 Refine code according to golangci-lint results 2020-10-11 19:22:46 +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
loyalsoldier
b181045b0c Errorgen: support to run outside of GOPATH 2020-10-04 13:06:12 +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
Shelikhoo
09b81b78c3 regenerate pb data 2020-06-08 16:16:32 +08:00
Darien Raymond
1ab94fed79 optimize v2ctl size 2019-02-01 20:08:21 +01:00
Darien Raymond
3b02c02ab4 Revert "move init func to separate files"
This reverts commit 3de50a6412.
2019-02-01 16:56:43 +01:00
Darien Raymond
3de50a6412 move init func to separate files 2019-02-01 16:21:42 +01:00
Darien Raymond
3de8389361 rename CloseError() to Interrupt() 2018-12-31 21:25:10 +01:00
Darien Raymond
057e271588 update proto lib 2018-12-01 17:39:51 +01:00
Darien Raymond
a14fae4b35 fix lint warnings 2018-11-13 23:19:58 +01:00
Darien Raymond
128a90b98b move link to transport 2018-11-03 12:36:29 +01:00
Darien Raymond
307aac26b3 simplify dependency resolution 2018-10-22 11:26:22 +02:00
Darien Raymond
a5dcb0f13e refactor dependency resolution 2018-10-21 10:27:13 +02:00
Darien Raymond
d730637239 Require Type() for Feature 2018-10-12 23:57:56 +02:00
Darien Raymond
b6dc31d3fe first part to move feature interfaces into dedicated directory 2018-10-11 20:43:37 +02:00
Darien Raymond
091fa6ad23 use new errorgen 2018-09-30 23:08:41 +02:00
Darien Raymond
d55fbd7f8d simplify error creation 2018-09-30 18:39:53 +02:00
Darien Raymond
00ea6e3cb2 update protobuf generated files 2018-09-30 18:39:28 +02:00
Darien Raymond
383b84e7dd unified tproxy option 2018-09-17 15:12:58 +02:00
Darien Raymond
d068f357bd update proto lib 2018-09-14 11:00:59 +02:00
Darien Raymond
4b63638dca update protobuf lib 2018-07-25 00:36:28 +02:00
Darien Raymond
ff0ae91b9b update protobuf generated files 2018-06-26 16:28:54 +02:00
Darien Raymond
70abb689bf relace Notifier with Done 2018-06-09 04:29:40 +02:00
Darien Raymond
adade2bffd fix lint warnings 2018-05-31 11:55:11 +02:00
Darien Raymond
ac6a0f7511 update activity timer 2018-05-27 14:42:53 +02:00
Darien Raymond
483a56c847 adjust lint settings 2018-05-26 00:47:51 +02:00
Darien Raymond
68da956fc4 re-generate code 2018-05-25 11:56:01 +02:00
Darien Raymond
d7aeb51904 merge http.Connection into net.Connection 2018-04-20 21:30:58 +02:00
Darien Raymond
5d23604713 rewrite ray -> pipe 2018-04-17 00:31:10 +02:00
Darien Raymond
d6dc88860b simplify done api 2018-04-15 20:40:47 +02:00
Darien Raymond
f175d322ae fix lint warnings 2018-04-14 13:09:58 +02:00
Shelikhoo
c542c043f3 Merge branch 'master' of github.com:v2ray/v2ray-core into domainsocket 2018-04-05 19:11:33 +08:00
Darien Raymond
75a7e9c7f5 comments 2018-04-04 21:32:40 +02:00
Darien Raymond
a3f47f4fa2 comments 2018-04-04 00:57:44 +02:00
Darien Raymond
9f198d7e3d fix lint errors 2018-04-04 00:29:30 +02:00
Jinqiu Yu
855925a805 Fix typo 2018-03-15 10:32:10 +08:00
Darien Raymond
fbc025869b fix lint errors 2018-03-08 21:21:50 +01:00
Darien Raymond
88b25d38cb simplify context retrieval 2018-02-21 17:05:29 +01:00
Darien Raymond
f0849543ed remove commander from core feature 2018-02-20 21:19:09 +01:00
Shelikhoo
91f32cc8c4 Auto Gen 2018-02-12 14:47:23 +08:00
Darien Raymond
c1fc7c738a fix command listener 2018-02-08 23:37:47 +01:00
Darien Raymond
d9040b571d decouple commander interface from grpc 2018-02-08 23:24:35 +01:00
Darien Raymond
efcb567273 remove context in struct 2018-02-08 15:39:46 +01:00
Darien Raymond
deaee9fa65 test case for removing handler on the fly 2018-02-06 13:47:50 +01:00
Darien Raymond
3a0f211c22 gofmt 2018-02-05 23:39:04 +01:00
Darien Raymond
1e6d5561cc prototype of commander 2018-02-05 23:38:24 +01:00