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

3629 Commits

Author SHA1 Message Date
Darien Raymond
e3508fffc6
deal with empty input in ReadAllToBytes. 2018-05-28 15:38:29 +02:00
Darien Raymond
d6513ee4ec
test case for 0 timeout 2018-05-28 14:02:09 +02:00
Darien Raymond
6dbe2644a9
fix activity timer on timeout = 0 2018-05-28 13:55:20 +02:00
Darien Raymond
9321210bcf
settings for allowing insecure cipher suites. 2018-05-27 18:52:08 +02:00
Darien Raymond
e4254bbde9
extend kcp timeout settings 2018-05-27 15:19:09 +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
46dbbfff8c
fix reading in udp conn 2018-05-27 13:23:41 +02:00
Darien Raymond
13f3c356ca
unified task package 2018-05-27 13:02:29 +02:00
Darien Raymond
7fa4bb434b
fix pipe closing logic for inbound proxies. 2018-05-27 11:42:01 +02:00
Darien Raymond
cad07c3a83
faster udp reading 2018-05-27 01:19:05 +02:00
Darien Raymond
fde877e276
fix lint errors 2018-05-26 16:32:55 +02:00
Darien Raymond
b453190e58
fix lint errors in socks 2018-05-26 02:01:48 +02:00
Darien Raymond
dd52e82c2d
fix access log in socks udp 2018-05-26 01:55:50 +02:00
Darien Raymond
7365b0f9d7
remove concurrency settings on linter 2018-05-26 00:52:58 +02:00
Darien Raymond
483a56c847
adjust lint settings 2018-05-26 00:47:51 +02:00
Darien Raymond
be6f44e1d7
update to golang 1.10.2 2018-05-26 00:14:54 +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
12106cddae
Update version 2018-05-24 18:24:04 +02:00
Darien Raymond
0b5c638028
sniff on TCP only 2018-05-20 21:29:40 +02:00
Darien Raymond
3d0e0e2ac8
Update version 2018-05-17 18:38:15 +02:00
Darien Raymond
8eb84a2025
Close outbound output stream properly. fix #1082 2018-05-11 16:36:20 +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
490afdc07b
Update version 2018-04-23 16:50:12 +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
97341693f3
add an option to include JSON loader in v2ray binary. 2018-04-22 22:54:27 +02:00
Darien Raymond
9b7551ff1c
update 2018-04-22 22:23:38 +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
bd6c6b5361
Update version 2018-04-21 00:22:58 +02:00
Darien Raymond
c9e711374f
use websocket from vendor 2018-04-20 22:45:44 +02:00
Darien Raymond
826be19231
add websocket as submodule 2018-04-20 22:45:31 +02:00
Darien Raymond
b0e24b58b1
remove unused submodule 2018-04-20 22:32:05 +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
93d095c766
fix plain http request. fixes #1066 2018-04-20 16:03:42 +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
1ad429d1d4
Update version 2018-04-19 21:41:33 +02:00
Darien Raymond
1d001c090b
comments 2018-04-19 21:33:18 +02:00