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

1518 Commits

Author SHA1 Message Date
v2ray
36107927bf
remove download count 2016-08-01 17:49:14 +02:00
v2ray
1f503ec99f
adjust number of preallocated buffers 2016-08-01 17:47:31 +02:00
v2ray
283bafdd4a
remove use of small buffer 2016-08-01 17:47:20 +02:00
v2ray
e6a61930d9
remove use of small buffer 2016-07-29 23:18:58 +02:00
v2ray
7f277c9bcc
prevent goroutine leak 2016-07-29 12:13:20 +02:00
v2ray
6fa84624cb
simplify logic 2016-07-29 12:13:09 +02:00
v2ray
53cdcfdc2b
remove unnecessary goroutine 2016-07-29 11:50:02 +02:00
v2ray
b8421f659f
terminate connection 2016-07-29 11:49:53 +02:00
v2ray
7385c05f29
more test case for buffer 2016-07-28 16:29:38 +02:00
v2ray
42efa5dde0
refine buffer usage in kcp 2016-07-28 16:24:15 +02:00
v2ray
34b4fceaa4
update file location 2016-07-27 23:40:47 +02:00
v2ray
1e9f4a1a08
relocate sample configs 2016-07-27 21:58:54 +02:00
v2ray
5cf36c4520
relocate point main 2016-07-27 21:55:01 +02:00
v2ray
d2233136ba
remove mobile target 2016-07-27 21:49:59 +02:00
v2ray
7095c5e19b
relocate release scripts 2016-07-27 21:46:55 +02:00
v2ray
db02a2dcc2
quick release script 2016-07-27 17:50:24 +02:00
v2ray
330abd126c
add release for freebsd 2016-07-27 16:56:32 +02:00
v2ray
b7ff8b8e4c
update version 2016-07-27 16:46:28 +02:00
v2ray
443e9d4725
fix a bug in vmess encoding 2016-07-27 16:36:46 +02:00
Darien Raymond
c5e5a7265d Update to go 1.6.3 2016-07-27 13:30:57 +02:00
v2ray
6fe7463bf4
simplify state checking 2016-07-26 21:34:00 +02:00
v2ray
0040881b84
comments 2016-07-26 21:21:22 +02:00
v2ray
347ae8fd75
simplify interface 2016-07-26 17:25:13 +02:00
v2ray
ca0ae50e62
refine system dialer substitution 2016-07-26 17:11:58 +02:00
Darien Raymond
27a29da7bf Merge pull request #219 from xiaokangwang/substituteDialer
Solve #218: Supporting substitute of the default Dialer.
2016-07-26 16:33:14 +02:00
Shelikhoo
d1b44619b0
Solve #218: Supporting substitute of the default Dialer, this is a prerequisite of Libv2ray's support of Android VPNService mode; It is not recommanded to modify exported func introduced by this commit. 2016-07-26 16:33:12 +08:00
v2ray
b72afc7c35
fix build break 2016-07-26 10:23:02 +02:00
v2ray
6a620d1c6d
socks client config 2016-07-25 23:45:25 +02:00
v2ray
a509252c24
prefer pointer 2016-07-25 21:55:05 +02:00
v2ray
a29a6a586d
one more test case 2016-07-25 21:43:57 +02:00
v2ray
c96533f278
test case for server picker 2016-07-25 21:43:31 +02:00
v2ray
f4aa50a160
test code for validation strategy 2016-07-25 21:31:16 +02:00
v2ray
2034d54bab
rename VMessAccount to vmess.Account 2016-07-25 17:36:24 +02:00
v2ray
2049759640
use server spec in vmess 2016-07-25 16:48:09 +02:00
v2ray
b02bd5b1d8
rollback chacha20 change 2016-07-25 10:28:11 +02:00
v2ray
7dfa852677
server spec 2016-07-24 23:22:46 +02:00
v2ray
03af6e6856
update version 2016-07-24 16:04:30 +02:00
v2ray
dbee8c620a
update china ip 2016-07-24 13:44:49 +02:00
v2ray
ea39a6fde6
format code 2016-07-24 13:44:29 +02:00
v2ray
0857fdb0f8
test code for blackhole config 2016-07-24 13:40:27 +02:00
v2ray
f871ca63e2
refine error message 2016-07-24 11:29:59 +02:00
v2ray
723a693c78
delete port after error 2016-07-24 10:08:06 +02:00
v2ray
edd9885d0e
retry on port allocation 2016-07-24 10:06:50 +02:00
v2ray
96ec5cfc58
Fix VMess inbound for empty response 2016-07-24 09:59:52 +02:00
v2ray
6f5b54747e
move encoding to vmess 2016-07-23 13:17:51 +02:00
v2ray
e304e2761d
refine chacha20 initialization 2016-07-23 13:04:44 +02:00
v2ray
128e866021
Merge branch 'master' of https://github.com/v2ray/v2ray-core 2016-07-23 12:53:18 +02:00
Darien Raymond
08526a32ff Merge pull request #215 from aead/master
Replace ChaCha20 implementation with an optimized version
2016-07-23 12:53:07 +02:00
v2ray
3be5045dfc
replace NewSmallBuffer with NewLocalBuffer 2016-07-23 11:55:57 +02:00
v2ray
84a7a2ad61
correct initialization in socks server 2016-07-23 11:09:49 +02:00