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

795 Commits

Author SHA1 Message Date
Darien Raymond
f8e6927581
pool for data and ack segments 2018-07-08 23:03:00 +02:00
Darien Raymond
bd4752a6ab
fix total inflight size 2018-07-08 22:08:26 +02:00
Darien Raymond
a8b0660df0
redo kcp.SendingWindow 2018-07-08 21:08:17 +02:00
Darien Raymond
bbeae5be48
redo kcp.ReceivingWindow 2018-07-08 12:24:37 +02:00
Darien Raymond
255090c5c0
fix dispatcher test 2018-07-03 21:53:36 +02:00
Darien Raymond
e3cc852c57
udp dispatcher takes context with dispatching requests. fixes #1182. 2018-07-03 21:38:02 +02:00
Darien Raymond
6315217572
fix receiving window size 2018-07-02 15:30:23 +02:00
Darien Raymond
b05597df3a
fix passive connection in mux. fix #1167 2018-06-27 12:21:22 +02:00
Darien Raymond
ff0ae91b9b
update protobuf generated files 2018-06-26 16:28:54 +02:00
Darien Raymond
9977eadf8c
remove dependency from errors to session 2018-06-25 01:09:02 +02:00
Darien Raymond
5f93eee8b0
fixes #1142 2018-06-09 04:47:37 +02:00
Darien Raymond
adade2bffd
fix lint warnings 2018-05-31 11:55:11 +02:00
Darien Raymond
9321210bcf
settings for allowing insecure cipher suites. 2018-05-27 18:52:08 +02:00
Darien Raymond
0e27fac290
fix race condition 2018-05-27 15:06:17 +02:00
Darien Raymond
ac6a0f7511
update activity timer 2018-05-27 14:42:53 +02:00
Darien Raymond
67f5292f38
fix lint errors 2018-05-25 23:20:24 +02:00
Darien Raymond
5b4eef5c7b
fix dtls header 2018-05-25 20:58:16 +02:00
Darien Raymond
956c4f5bcf
update dtls.length logic 2018-05-25 19:34:32 +02:00
Darien Raymond
f9277958a5
DTLS header for MKCP 2018-05-25 17:16:15 +02:00
Darien Raymond
65bd8509d7
fix buffer policy settings 2018-05-25 13:12:00 +02:00
Darien Raymond
b24e808a8a
fix pipe related tests 2018-05-25 12:50:33 +02:00
Darien Raymond
213f827406
policy for internal buffer size 2018-05-25 12:08:28 +02:00
Darien Raymond
68da956fc4
re-generate code 2018-05-25 11:56:01 +02:00
Darien Raymond
0301222e22
fix default value for size = 0 2018-05-09 08:10:30 +02:00
Darien Raymond
70b2b22047
fix #1087 2018-05-08 17:40:16 +02:00
Darien Raymond
892828630e
testcase for 0 limit 2018-05-08 17:27:01 +02:00
Darien Raymond
f9c794c795
fix lint errors 2018-04-23 16:42:37 +02:00
Darien Raymond
a0dc8d19fa
don't error if pipe is already closed. 2018-04-23 16:26:29 +02:00
Darien Raymond
f1f4a796cf
Set correct remote addr for h2 request. Fixes #1068. 2018-04-21 11:00:40 +02:00
Darien Raymond
148a7d064d
simplify buf.BufferedReader 2018-04-21 00:54:53 +02:00
Darien Raymond
c9e711374f
use websocket from vendor 2018-04-20 22:45:44 +02:00
Darien Raymond
d7aeb51904
merge http.Connection into net.Connection 2018-04-20 21:30:58 +02:00
Darien Raymond
a7103481d5
force http2 server to send back plain encoding. 2018-04-20 16:10:32 +02:00
Darien Raymond
3997d13b97
rename Slice and Slice from to Resize and Advance 2018-04-19 23:48:38 +02:00
Darien Raymond
1425fd2ba9
remove Buffer.Append method 2018-04-19 22:56:55 +02:00
Darien Raymond
2e6985a98b
more test cases for pipe 2018-04-18 15:40:43 +02:00
Darien Raymond
845606d86c
fix data race in pipe 2018-04-18 15:11:03 +02:00
Darien Raymond
10d7ed2e83
fix expired cert check 2018-04-18 11:45:49 +02:00
Darien Raymond
a657ec49a0
comments 2018-04-17 23:33:39 +02:00
Darien Raymond
b4ff4c7e75
signal when read 2018-04-17 00:45:38 +02:00
Darien Raymond
5d23604713
rewrite ray -> pipe 2018-04-17 00:31:10 +02:00
Darien Raymond
64ebba3cff
implement transport.pipe 2018-04-16 14:57:13 +02:00
Darien Raymond
d6dc88860b
simplify done api 2018-04-15 20:40:47 +02:00
Darien Raymond
9d8922f523
close http2 server immediately. fixes #1051 2018-04-14 23:07:47 +02:00
Darien Raymond
da0568d8d0
refine cert generation 2018-04-14 13:28:57 +02:00
Darien Raymond
abee8bddf3
only try issuing new certificate when user provide custom CA 2018-04-14 13:12:50 +02:00
Darien Raymond
ccafce3c9b
disable system roots for windows 2018-04-13 10:01:10 +02:00
Darien Raymond
2f74a5d048
disable domain socket for windows 2018-04-12 17:44:23 +02:00
Darien Raymond
c76d492c0f
stats counter for inbound traffic 2018-04-12 00:10:14 +02:00
Darien Raymond
044c641d7b
test case for tls certs 2018-04-10 23:02:47 +02:00