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

3212 Commits

Author SHA1 Message Date
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
a7d467992d
try parse domain address as IP. fixes #894. 2018-03-01 11:32:55 +01:00
Darien Raymond
bdab1af29a
update tls config generation 2018-02-28 15:15:22 +01:00
Darien Raymond
b7d48fe7c5
prevent reading 0 bytes 2018-02-26 17:50:14 +01:00
Darien Raymond
6a3abf3147
fix data race when caching session id 2018-02-26 17:49:53 +01:00
DarienRaymond
fec56dda70
Merge pull request #883 from yujinqiu/fix-dup-func-call
Remove duplicate len function call.
2018-02-26 10:56:49 +01:00
DarienRaymond
0179b73de3
Merge pull request #884 from yujinqiu/fix-sniffer-typo
Fix sniff typo
2018-02-26 10:56:39 +01:00
Jinqiu Yu
861ff94e5e Fix sniff typo 2018-02-26 09:06:27 +08:00
Jinqiu Yu
2c56f5fd9c Remove duplicate len function call. 2018-02-26 08:57:43 +08:00
Darien Raymond
58e79dbdc5
refactor kcp.ReadSegment 2018-02-25 23:00:04 +01:00
Darien Raymond
4783b8f2c6
stop doing anything after being released. fixes #804 2018-02-25 22:13:42 +01:00
Darien Raymond
caa52e9327
early release buffers for better reusing 2018-02-25 00:02:31 +01:00
Darien Raymond
1e0cad50b1
buffered input in kcp client 2018-02-24 23:23:10 +01:00
Darien Raymond
2b4104e491
benchmark for dice 2018-02-24 13:57:25 +01:00
Darien Raymond
dfd4d397bb
fix version format 2018-02-24 02:14:50 +01:00
Darien Raymond
a42b4b513e
test case for write address 2018-02-24 02:13:40 +01:00
Darien Raymond
c43a5e7d85
use AddressParser in mux 2018-02-24 00:57:54 +01:00
Darien Raymond
61c258f2be
input channel was being closed too quickly 2018-02-23 23:42:33 +01:00
Darien Raymond
af1abf687c
unify all address reading and writing 2018-02-23 23:42:01 +01:00
Darien Raymond
a059ee2c00
fix lint errors 2018-02-23 17:14:20 +01:00
Darien Raymond
798212b311
fix timer settings 2018-02-23 17:07:45 +01:00
Darien Raymond
768e30c37b
disable socks 4 when auth is required. 2018-02-23 13:55:56 +01:00
Darien Raymond
16c6a5f078
fix test break 2018-02-23 12:36:33 +01:00
Darien Raymond
546c2fb226
settings for forcing secure encryption in vmess server 2018-02-23 12:13:02 +01:00
Darien Raymond
3c1a7ad737
Update version 2018-02-22 21:12:10 +01:00
Darien Raymond
0a3b3d0b6d
refactor UDPNameServer clean up task 2018-02-22 17:29:21 +01:00
Darien Raymond
df34931ab3
fix log test 2018-02-22 15:28:21 +01:00
Darien Raymond
bc1979400e
simplify log 2018-02-22 15:27:51 +01:00
Darien Raymond
6b872c266c
session id 2018-02-22 15:26:00 +01:00
Darien Raymond
80a1e73361
fix error propagation in vmess server 2018-02-22 15:25:26 +01:00
Darien Raymond
cdfbd0317f
remove unused function 2018-02-22 11:58:46 +01:00
Darien Raymond
0920af171b
remove redundent code 2018-02-22 10:49:06 +01:00
Darien Raymond
7e6b45ace4
format 2018-02-22 10:34:14 +01:00
Darien Raymond
1077e33d62
unify address reading in socks and shadowsocks 2018-02-22 10:31:08 +01:00
Darien Raymond
098244530b
update Must2 2018-02-21 21:42:33 +01:00
Darien Raymond
88b25d38cb
simplify context retrieval 2018-02-21 17:05:29 +01:00
Darien Raymond
af967c2b72
use golang 1.10 for release 2018-02-21 10:36:41 +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
955444adc9
fix setter methods 2018-02-20 22:07:58 +01:00
Darien Raymond
3734195156
fix log test 2018-02-20 22:07:50 +01:00
Darien Raymond
c335789e40
close inner features before resetting 2018-02-20 21:22:41 +01:00
Darien Raymond
f0849543ed
remove commander from core feature 2018-02-20 21:19:09 +01:00
Darien Raymond
c25a76a0cf
integration test case for policy 2018-02-20 13:53:07 +01:00
Darien Raymond
b3fd320be7
more test cases 2018-02-19 23:01:00 +01:00
Darien Raymond
1f8fcb558d
fix error handling in freedom, shadowsocks and socks 2018-02-19 21:38:04 +01:00
Darien Raymond
446059f8dc
fix error handling in outbound handler 2018-02-19 17:51:10 +01:00
Darien Raymond
b3e46f5d07
fix error handling in buf.Copy 2018-02-19 17:50:53 +01:00
Darien Raymond
f1231822f7
fix error handling in ray 2018-02-19 17:50:36 +01:00