1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-27 09:55:22 +00:00
Commit Graph

2350 Commits

Author SHA1 Message Date
Darien Raymond
0a91893a26
handle IPv6 address in tproxy 2017-01-13 17:10:07 +01:00
Darien Raymond
c48e1f02a6
comments 2017-01-13 14:33:32 +01:00
Darien Raymond
07866e6d39
check for nil 2017-01-13 14:33:28 +01:00
Darien Raymond
f7e1f00c88
rename dispatcher.Interface 2017-01-13 13:53:44 +01:00
Darien Raymond
289c467a12
remove unnecessary code 2017-01-13 13:47:44 +01:00
Darien Raymond
17504d2aac
context'ize apps 2017-01-13 13:41:40 +01:00
Darien Raymond
148e4832eb
leverage global object creator in proxies. 2017-01-13 00:56:21 +01:00
Darien Raymond
db1c9131f0
global config creator 2017-01-12 22:47:10 +01:00
Darien Raymond
5401cab7a5
fix import 2017-01-12 16:19:17 +01:00
Darien Raymond
d4c471c967
generate TLS certificate on the fly 2017-01-12 16:10:03 +01:00
Darien Raymond
267025fe66
proxy over kcp 2017-01-12 12:59:57 +01:00
Darien Raymond
d24fe9dbfb
separate network and transport protocol 2017-01-12 12:54:34 +01:00
Darien Raymond
f9b3a1446a
release per version 2017-01-12 10:57:28 +01:00
Darien Raymond
4c79c4b84b
Merge branch 'master' of https://github.com/v2ray/v2ray-core 2017-01-11 23:59:39 +01:00
Darien Raymond
ab78b5a17e
remove git version detection 2017-01-11 23:59:37 +01:00
Darien Raymond
0002c436b5 Update release-ci.sh 2017-01-11 17:53:43 +01:00
Darien Raymond
634f29335c Merge pull request #350 from ToutyRater/master
Update install-release.sh
2017-01-11 17:45:32 +01:00
Darien Raymond
3a8eef2dec
don't do normal close in error case 2017-01-11 15:10:30 +01:00
Darien Raymond
5013d387a5
migrate router test to proto 2017-01-11 00:09:33 +01:00
Darien Raymond
2eb313d0c2
refresher prototype 2017-01-10 17:30:21 +01:00
Darien Raymond
0e940fb1fa
close both stream immediately after error 2017-01-10 15:10:30 +01:00
Darien Raymond
18a4134358
delay close error on blackhole 2017-01-10 15:10:12 +01:00
Darien Raymond
8df8fad293
test case for proxy and blackhole 2017-01-10 14:25:31 +01:00
Darien Raymond
72992c7478
able to close ray stream with error 2017-01-10 14:22:42 +01:00
Darien Raymond
1cf9cd5d78
receiver prototype 2017-01-09 17:50:13 +01:00
Darien Raymond
fb8cbe4b20
add support for mips and mipsle 2017-01-09 15:47:10 +01:00
Darien Raymond
d999bf62e2
fix link warnings 2017-01-09 00:14:44 +01:00
Darien Raymond
f2a750a019
comment out unused const 2017-01-08 23:31:45 +01:00
Darien Raymond
74938dc428
write back error status when authentication timeout 2017-01-08 23:19:03 +01:00
Darien Raymond
2e46e95536
fix #277 2017-01-08 23:15:29 +01:00
Darien Raymond
c5d66a436c
Update version 2017-01-08 22:49:21 +01:00
Darien Raymond
961b4bbb22
cleanup socks test 2017-01-08 22:32:41 +01:00
Darien Raymond
22bd34e63f
exclude vendor folder in coverage 2017-01-08 22:32:33 +01:00
Darien Raymond
74ad6eaff9
test case for socks json config 2017-01-08 22:07:44 +01:00
Darien Raymond
7401807c5f
test case for socks udp 2017-01-08 16:31:28 +01:00
Darien Raymond
f75d94817a
fix #356 2017-01-08 16:01:28 +01:00
Darien Raymond
5b89c6aada
socks4 tests 2017-01-08 10:23:55 +01:00
Darien Raymond
ed3033e785
socks submodule 2017-01-08 10:10:37 +01:00
Darien Raymond
e87a16900e
remove debug info 2017-01-08 01:36:03 +01:00
Darien Raymond
24a8ad6dcf
enable socks outbound 2017-01-08 01:25:35 +01:00
Darien Raymond
a54f1da049
remove sock4 tests 2017-01-08 01:15:29 +01:00
Darien Raymond
f2e9d8a4e0
socks client 2017-01-08 01:06:35 +01:00
Darien Raymond
b00ee67369
refine socks udp handling 2017-01-07 21:57:24 +01:00
Darien Raymond
a150ceb3ea
release initialzers after initialized. 2017-01-06 15:34:21 +01:00
Darien Raymond
b11d48d73f
simplify app design 2017-01-06 15:32:36 +01:00
Darien Raymond
13e4506781
better error handling in vmess inbound 2017-01-06 11:59:51 +01:00
Darien Raymond
43cc81e5a8
better locking in udp server 2017-01-06 11:40:59 +01:00
Darien Raymond
f2fcc90de2
check error for the first payload 2017-01-06 11:40:49 +01:00
Darien Raymond
06a73adb1e
return error in SetBuffered 2017-01-06 11:40:35 +01:00
ToutyRater
19e7a1955a Update install-release.sh 2017-01-06 06:22:59 +00:00