1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-23 13:44:37 -04:00
Commit Graph

3646 Commits

Author SHA1 Message Date
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
Darien Raymond
2f3670f60b
fix http error test 2018-04-18 23:57:28 +02:00
Darien Raymond
a8aab30e6b
fix done.Close() in defer 2018-04-18 23:15:57 +02:00
Darien Raymond
8e62134bdf
fix draining in mux 2018-04-18 23:01:57 +02:00
Darien Raymond
0ad4f99762
test case for http proxy error 2018-04-18 22:41:47 +02:00
Darien Raymond
be1c175de6
fix lint warnings 2018-04-18 22:35:44 +02:00
Darien Raymond
0c66016d5f
fix a regression that mux doesn't handle passive connection. fixes #1061 2018-04-18 22:13:31 +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
e6446d43c8
fix multibuf len 2018-04-18 11:45:40 +02:00
Darien Raymond
3137eba542
wait only when data was written into piep 2018-04-17 23:35:53 +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
ef1d9d24cd
fix test break 2018-04-17 00:40:27 +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
e5122a4c2d
remove test case for next 2018-04-14 21:15:15 +02:00
Darien Raymond
67c7d6da4a
move uuid.Next to protocol 2018-04-14 21:14:35 +02:00
Darien Raymond
413a3a4eb6
comments 2018-04-14 15:39:09 +02:00
Darien Raymond
0caf2a004b
reduce memory usage of vmess internal objects 2018-04-14 15:05:49 +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
048f0ee56e
Merge branch 'master' of https://github.com/v2ray/v2ray-core 2018-04-14 13:10:14 +02:00
Darien Raymond
66ed1bab2a
simplify BytesGenerator 2018-04-14 13:10:12 +02:00
Darien Raymond
f175d322ae
fix lint warnings 2018-04-14 13:09:58 +02:00
DarienRaymond
97f2de99ac
Merge pull request #1057 from sunshineplan/sunshineplan-patch-4
Update install-release.sh
2018-04-14 10:10:23 +02:00
sunshineplan
fc08c010c6
Update install-release.sh 2018-04-14 15:59:53 +08:00
Darien Raymond
320e1554bd
update issue template 2018-04-14 09:59:30 +02:00
DarienRaymond
ea262bc1bf
Merge pull request #1055 from sunshineplan/sunshineplan-patch-2
install-release.sh帮助信息运行参数增加--remove
2018-04-14 09:39:54 +02:00
DarienRaymond
5dd259fec7
Merge pull request #1056 from sunshineplan/sunshineplan-patch-3
install-release.sh合并重复变量定义并置于开头
2018-04-14 09:39:20 +02:00
DarienRaymond
781155aac5
Merge pull request #1054 from sunshineplan/sunshineplan-patch-1
install-release.sh定义颜色文字消息级别
2018-04-14 09:38:15 +02:00