1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 14:35:23 +00:00
Commit Graph

432 Commits

Author SHA1 Message Date
Darien Raymond
84bb0f13a5
update reverse test 2019-01-08 23:43:24 +01:00
Darien Raymond
163776b182
remove dependency on assert lib 2019-01-08 23:27:02 +01:00
Darien Raymond
edd71de1c3
remove dependency on assert lib 2019-01-07 23:27:59 +01:00
Darien Raymond
5f53530cc1
fix broken test 2019-01-07 11:37:06 +01:00
Darien Raymond
d26700a2fe
remove common/compare package 2019-01-07 00:12:04 +01:00
Darien Raymond
4468c60b95
remove usage on assert lib 2019-01-06 23:30:38 +01:00
Darien Raymond
3de8389361
rename CloseError() to Interrupt() 2018-12-31 21:25:10 +01:00
Darien Raymond
5ba41e50ec
update mocks 2018-12-27 16:37:13 +01:00
Darien Raymond
30b5bffad4
support custom log handler 2018-12-06 17:37:05 +01:00
Darien Raymond
427679e66d
simplify task execution 2018-12-06 11:35:02 +01:00
Darien Raymond
7dee0a71c1
update quic test 2018-11-22 23:13:52 +01:00
Darien Raymond
e26ae20065
update settings 2018-11-21 22:10:17 +01:00
Darien Raymond
9d4a1df40b
integration test for vmess/quic 2018-11-21 22:08:21 +01:00
Darien Raymond
5279296f03
remove use of context.WithValue in transport 2018-11-21 14:54:40 +01:00
Darien Raymond
769f770cf7
migrate NetworkList to []Network 2018-11-20 16:58:26 +01:00
Darien Raymond
a01fdc29a6
remove NewMultiBufferValue 2018-11-16 11:08:12 +01:00
Darien Raymond
eeb588ffa0
update wss test 2018-11-13 20:55:34 +01:00
Darien Raymond
d1deebb6a9
azure pipeline template 2018-11-12 22:37:44 +01:00
Darien Raymond
a8b3c74945
sort import 2018-11-12 19:51:29 +01:00
Darien Raymond
891bdd14fe
close conn after use 2018-11-11 21:13:05 +01:00
Darien Raymond
df2d5b5d75
fix broken tests 2018-11-08 01:01:53 +01:00
Darien Raymond
2cc92920fa
test case for balancer 2018-11-07 21:25:43 +01:00
Darien Raymond
128a90b98b
move link to transport 2018-11-03 12:36:29 +01:00
Darien Raymond
58e2ed3381
remove closure on ReadFullFrom 2018-11-02 15:01:33 +01:00
Darien Raymond
f3ad8acbe4
release bridge worker when inactive 2018-10-28 21:46:12 +01:00
Darien Raymond
f1ab89d9d8
long running reverse test case 2018-10-28 09:08:43 +01:00
Darien Raymond
7bc4667214
increase concurrency 2018-10-28 07:41:54 +01:00
Darien Raymond
715ac9d267
test case for reverse proxy 2018-10-28 07:27:07 +01:00
Darien Raymond
53870f1ea7
refactor mux client worker 2018-10-25 09:32:03 +02:00
Darien Raymond
c7f847c96e
categorize read and write error 2018-10-24 12:02:02 +02:00
Darien Raymond
9e66f315e6
update mocks 2018-10-23 22:41:27 +02:00
Darien Raymond
5fc606ce9d
relocate mocks 2018-10-23 22:27:45 +02:00
Darien Raymond
0c6fc2b946
more test cases 2018-10-23 22:27:18 +02:00
Darien Raymond
4481cc36db
update coverage script 2018-10-22 21:16:50 +02:00
Darien Raymond
d730637239
Require Type() for Feature 2018-10-12 23:57:56 +02:00
Felix Yan
67ee589e92
Use h12.io/socks instead of vendored old one 2018-10-06 07:34:07 +08:00
Darien Raymond
20251bf499
system listener for both TCP and UDP 2018-09-15 21:35:32 +02:00
Darien Raymond
156af4241d
add some logs 2018-09-10 22:12:07 +02:00
Darien Raymond
b9e4a4882c
test tfo on listener 2018-09-10 21:19:59 +02:00
Darien Raymond
c1585e6066
test readv on windows 2018-09-10 20:16:54 +02:00
Darien Raymond
7bc45eb8aa
update commander test 2018-08-25 15:59:35 +02:00
Darien Raymond
fdb3a7b57d
remove use of buf.NewSize() 2018-08-16 12:05:33 +02:00
Darien Raymond
55a4c8a464
multiple tls conns 2018-08-09 23:02:31 +02:00
Darien Raymond
e64b800149
temporary skip tls test on arm64 2018-08-09 16:30:05 +02:00
Darien Raymond
8c08ca52eb
refine vmess test 2018-07-31 16:16:52 +02:00
Darien Raymond
73a1111083
fix error reporting 2018-07-31 16:05:44 +02:00
Darien Raymond
b3cf1f70d7
optimize readv reader 2018-07-31 13:04:55 +02:00
Darien Raymond
8c7fcad414
Revert "enable race detector for scenario test"
This reverts commit 180c269c79.
2018-07-29 01:53:20 +02:00
Darien Raymond
180c269c79
enable race detector for scenario test 2018-07-28 20:01:23 +02:00
Darien Raymond
8070e7d1e2
skip domain socket test on windows 2018-07-28 18:16:19 +02:00
Darien Raymond
a9593bab49
refine kcp large test 2018-07-28 16:57:42 +02:00
Darien Raymond
95b24584bf
refine kcp test 2018-07-28 16:49:03 +02:00
Darien Raymond
e4176d7048
fix more tests 2018-07-28 15:43:53 +02:00
Darien Raymond
8e79e0b0f2
fix TestCommanderStats 2018-07-28 15:33:47 +02:00
Darien Raymond
4c798584ff
try another way to kill process on windows 2018-07-27 12:41:48 +02:00
Darien Raymond
35762b7b28
change to sigterm 2018-07-27 12:31:22 +02:00
Darien Raymond
a941ef5392
try readv 2018-07-24 21:48:28 +02:00
Darien Raymond
9a8488074e
env flag controlled global padding 2018-07-18 10:40:28 +02:00
Darien Raymond
29ad2cbbdb
function to compare byte array 2018-07-12 23:38:10 +02:00
Darien Raymond
2b0196527d
fix coverall script 2018-07-03 21:48:35 +02:00
Darien Raymond
e3cc852c57
udp dispatcher takes context with dispatching requests. fixes #1182. 2018-07-03 21:38:02 +02:00
Darien Raymond
2a07ead0dc
test case for large kcp transfer 2018-07-02 23:45:26 +02:00
Darien Raymond
bc78e63877
close pipe when finish 2018-07-02 15:40:32 +02:00
Darien Raymond
c4491d06d3
fix tcp testing server 2018-07-02 15:26:42 +02:00
Darien Raymond
e4254bbde9
extend kcp timeout settings 2018-05-27 15:19:09 +02:00
Darien Raymond
65bd8509d7
fix buffer policy settings 2018-05-25 13:12:00 +02:00
Darien Raymond
213f827406
policy for internal buffer size 2018-05-25 12:08:28 +02:00
Darien Raymond
2f3670f60b
fix http error test 2018-04-18 23:57:28 +02:00
Darien Raymond
0ad4f99762
test case for http proxy error 2018-04-18 22:41:47 +02:00
Darien Raymond
a06078ecb3
fix test 2018-04-12 00:28:20 +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
Darien Raymond
318a36fe58
automatic issuing certificates from provided CA 2018-04-10 12:42:02 +02:00
Darien Raymond
b7fc1f0bd6
scenario test for domain socket 2018-04-09 20:45:23 +02:00
Darien Raymond
a320196b77
refine domain socket transport 2018-04-09 17:09:24 +02:00
DarienRaymond
61d9b04ca5
Merge pull request #1019 from v2ray/domainsocket
Implemented Primitive Domain Socket Support described in https://github.com/v2ray/Planning/issues/25
2018-04-09 12:42:42 +02:00
Darien Raymond
84a05e7cd9
remove shadowsocks conformance test 2018-04-05 21:57:35 +02:00
Shelikhoo
c542c043f3
Merge branch 'master' of github.com:v2ray/v2ray-core into domainsocket 2018-04-05 19:11:33 +08:00
Shelikhoo
12012cd4df
Testing and fixs 2018-04-05 19:06:54 +08:00
Darien Raymond
074dfbb78c
add network list to shadowsocks server 2018-04-03 17:51:01 +02:00
Darien Raymond
08dab81eb2
migrate int to int32 2018-04-02 20:00:50 +02:00
Darien Raymond
6d98bc4607
split uplink and downlink traffic 2018-03-31 20:30:49 +02:00
Darien Raymond
0975e26ed1
command handler for stats 2018-03-31 10:30:12 +02:00
Darien Raymond
1179ecef27
block until rpc connection is ready 2018-03-08 23:40:02 +01:00
Darien Raymond
2c854057f7
test case for mux over shadowsocks 2018-03-07 22:47:18 +01:00
Darien Raymond
2e7944a9eb
concurrent connection in h2 2018-03-01 21:42:42 +01:00
Darien Raymond
20be8aab61
test case for h2 transport 2018-03-01 21:22:53 +01:00
Darien Raymond
d207d953bd
h2 transport 2018-03-01 13:16:52 +01:00
Darien Raymond
af29e42771
move tcp.PickPort to its own package 2018-03-01 11:53:39 +01:00
Darien Raymond
7e6b45ace4
format 2018-02-22 10:34:14 +01:00
Darien Raymond
87ef3b0a8f
test case for dial 2018-02-21 00:18:53 +01:00
Darien Raymond
655fb40b3f
remove json tag 2018-02-20 23:03:29 +01:00
Darien Raymond
c25a76a0cf
integration test case for policy 2018-02-20 13:53:07 +01:00
Darien Raymond
e49d49bb9d
test case for adding and removing user by command 2018-02-19 16:52:51 +01:00
Darien Raymond
95be224caf
fix coverage test 2018-02-16 15:29:22 +01:00
Darien Raymond
07ca87990d
update coverall script 2018-02-16 15:17:09 +01:00
Darien Raymond
c05dade00a
fix commander test 2018-02-08 23:33:40 +01:00
Darien Raymond
efcb567273
remove context in struct 2018-02-08 15:39:46 +01:00
Darien Raymond
deaee9fa65
test case for removing handler on the fly 2018-02-06 13:47:50 +01:00
Darien Raymond
01c76d70da
listen on localhost only 2018-02-06 12:22:46 +01:00