1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-16 18:49:16 -04:00
Commit Graph

1119 Commits

Author SHA1 Message Date
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
9d17221266 fix test last time 2018-11-22 17:30:06 +01:00
Darien Raymond
39c84c8dcd fix broken test again 2018-11-22 17:19:24 +01:00
Darien Raymond
4b6e12815d fix sockopt test 2018-11-22 16:33:32 +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
92a6699706 fix broken test again 2018-11-21 17:15:41 +01:00
Darien Raymond
cfa7ee88ce fix broken test 2018-11-21 16:58:37 +01:00
Darien Raymond
096bbd2c51 prototype of quic transport 2018-11-21 16:47:06 +01:00
Darien Raymond
5279296f03 remove use of context.WithValue in transport 2018-11-21 14:54:40 +01:00
Darien Raymond
d2d0c69f17 benchmark certificate issuing 2018-11-21 13:00:26 +01:00
Darien Raymond
120058310a only yield goroutine after second write 2018-11-20 10:45:02 +01:00
Darien Raymond
8a82a3664c pick IP family by local address in freedom 2018-11-19 21:36:46 +01:00
Darien Raymond
8d8eb0f35a update pipe test 2018-11-19 16:29:27 +01:00
Darien Raymond
91227581e5 noescape on asm functions 2018-11-19 00:33:20 +01:00
Darien Raymond
cb7646f682 remove unnecessary err object from SplitBytes 2018-11-18 19:44:32 +01:00
Darien Raymond
842a089dad refactor multibuffer 2018-11-18 19:36:36 +01:00
Darien Raymond
0f324a613e remove MultiBuffer.Release 2018-11-17 22:45:07 +01:00
Darien Raymond
b41513f644 benchmark pipe 2018-11-17 19:47:30 +01:00
Darien Raymond
27772a75a7 refactor MultiBuffer append 2018-11-17 09:12:20 +01:00
Darien Raymond
248099eca5 switch to bytes.Equal 2018-11-16 17:00:16 +01:00
Darien Raymond
48cac1733f remove NewMultiBufferCap 2018-11-16 11:29:16 +01:00
Darien Raymond
2364f5f280 remove AddressFamily.Either() 2018-11-16 11:13:36 +01:00
Darien Raymond
a01fdc29a6 remove NewMultiBufferValue 2018-11-16 11:08:12 +01:00
Darien Raymond
a20262ef20 allocate buffer on stack 2018-11-15 21:32:27 +01:00
Darien Raymond
6c7dcc35ab remove buffer.WriteBytes 2018-11-14 22:55:20 +01:00
Darien Raymond
e8faa7d4e3 move pipe option into dedicated struct 2018-11-14 12:31:59 +01:00
Darien Raymond
956868ef78 yield goroutine on pipe write 2018-11-11 18:58:58 +01:00
Darien Raymond
874fc87498 test long header 2018-11-07 17:16:57 +01:00
Darien Raymond
128a90b98b move link to transport 2018-11-03 12:36:29 +01:00
Darien Raymond
f7b96507f9 simplify buffer extension 2018-11-02 21:34:04 +01:00
Darien Raymond
35ccc3a49c cleanup unnecessary method in serial. 2018-11-02 18:20:02 +01:00
Darien Raymond
815c7f09ba migrate to std lib 2018-11-02 15:47:58 +01:00
Darien Raymond
58e2ed3381 remove closure on ReadFullFrom 2018-11-02 15:01:33 +01:00
Darien Raymond
17e51b277b move proxy.Dialer to internet.Dialer 2018-10-22 22:12:50 +02:00
Darien Raymond
e35e3e6e53 comment 2018-10-14 20:18:09 +02:00
Darien Raymond
99d661882a remove unused constants 2018-10-14 12:20:33 +02:00