1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 03:25:23 +00:00
Commit Graph

38 Commits

Author SHA1 Message Date
Loyalsoldier
b68f943c78
Fix lint according to golangci-lint (#439) 2020-11-22 05:05:01 +08:00
loyalsoldier
784775f689
Refine code according to golangci-lint results 2020-10-11 19:22:46 +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
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
98950d5ada
remove dep of assert lib 2019-02-10 15:02:28 +01:00
Darien Raymond
bdd71a44b4
remove dep on assert lib 2019-02-02 22:19:30 +01: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
6a0b3af4c6
remove multi buffer reading in quic 2019-01-20 22:47:54 +01:00
Darien Raymond
f1934a4ff2
move vendor to external 2019-01-17 15:33:18 +01:00
Darien Raymond
a1b33c3bd6
remove unused functions 2019-01-06 20:33:58 +01:00
Darien Raymond
88e757e33f
merge duplicated code 2018-12-27 17:00:34 +01:00
Darien Raymond
fc92b6295a
compact buffers 2018-12-27 16:36:48 +01:00
Darien Raymond
4055c467a1
tweak quic server parameters 2018-12-11 09:50:36 +01:00
Darien Raymond
0f63be6340
open ReadBuffer for quic connections 2018-12-03 16:01:14 +01:00
Darien Raymond
c5a384195a
fix #1451 2018-12-02 19:40:43 +01:00
Darien Raymond
057e271588
update proto lib 2018-12-01 17:39:51 +01:00
Darien Raymond
7244dc928e
max buffers in one read 2018-11-30 14:48:44 +01:00
Darien Raymond
61ad81c326
implement ReadMultiBuffer in quic conn 2018-11-30 14:41:11 +01:00
Darien Raymond
fd060a0880
temp fix deadlock in quic lib 2018-11-29 17:17:07 +01:00
Darien Raymond
3b1aaa9a3d
update quic parameters 2018-11-28 23:14:41 +01:00
Darien Raymond
1d54fd7433
update timeout and window size in quic 2018-11-27 22:39:54 +01:00
Darien Raymond
90ab42b1cb
close connection without error 2018-11-27 10:56:07 +01:00
Darien Raymond
f70712a1a3
remove warning messages in quic 2018-11-26 18:00:41 +01:00
Darien Raymond
45fbf6f059
update quic connection handling 2018-11-25 21:56:24 +01:00
Darien Raymond
5ecec6afd8
reduce concurrency 2018-11-24 23:10:04 +01:00
Darien Raymond
4ff26a36ad
update quic connection handling 2018-11-24 22:18:17 +01:00
Darien Raymond
a1801b5d6f
update quic config 2018-11-23 23:51:07 +01:00
Darien Raymond
275ab2ae8c
fix inactive session removal 2018-11-23 20:47:36 +01:00
Darien Raymond
19926b8e4f
update quic 2018-11-23 17:04:53 +01:00
Darien Raymond
fa7ce36aa8
update WriteMultiBuffer 2018-11-22 13:36:36 +01:00
Darien Raymond
3a1cf06dc1
add WriteMultiBuffer for interConn 2018-11-22 12:31:11 +01:00
Darien Raymond
010964f272
tweak quic parameters 2018-11-22 11:57:17 +01:00
Darien Raymond
3335f77c70
implement header and auth for quic 2018-11-21 22:02:19 +01:00
Darien Raymond
096bbd2c51
prototype of quic transport 2018-11-21 16:47:06 +01:00