1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-21 12:44:17 -04:00
Commit Graph

3293 Commits

Author SHA1 Message Date
Darien Raymond
fbc025869b
fix lint errors 2018-03-08 21:21:50 +01:00
Darien Raymond
f17b865982
gofmt 2018-03-08 21:07:01 +01:00
DarienRaymond
51bd5132f6
Merge pull request #934 from yujinqiu/fix-execute-typo
Fix executable typo
2018-03-08 10:49:29 +01:00
Jinqiu Yu
8864195b50 Fix executable typo 2018-03-08 17:32:36 +08:00
Darien Raymond
2c854057f7
test case for mux over shadowsocks 2018-03-07 22:47:18 +01:00
DarienRaymond
ff1e386a04
Merge pull request #931 from wuxiangzhou2010/master
fix typo
2018-03-07 13:05:20 +01:00
DarienRaymond
ce7caccdd3
Merge pull request #929 from yujinqiu/fix-download-typo
Fix typo
2018-03-06 18:03:59 +01:00
Jinqiu Yu
0e12ffd9b6 Fix typo 2018-03-06 23:18:49 +08:00
DarienRaymond
2628fc7cdc
Merge pull request #928 from yujinqiu/fix-typo
Fix typo
2018-03-06 15:49:22 +01:00
DarienRaymond
9ae3a68c82
Merge pull request #927 from yujinqiu/fix-error-output
Capture command error output
2018-03-06 15:49:06 +01:00
Jinqiu Yu
dde9aaa892 Fix typo 2018-03-06 22:39:13 +08:00
Jinqiu Yu
2dc6d29d95 Capture command output 2018-03-06 22:31:31 +08:00
Darien Raymond
4d1bb21055
Update version 2018-03-06 11:25:27 +01:00
Darien Raymond
a1401e7632
fix compatibility with shadowrocket. fixes #920 2018-03-06 10:59:37 +01:00
DarienRaymond
4b5a5810a3
Merge pull request #924 from yujinqiu/dedup-protocol-register
Dedup protocol registration
2018-03-06 10:43:56 +01:00
Jinqiu Yu
794dfd5bf3 Dedup protocol registration 2018-03-06 15:24:52 +08:00
Darien Raymond
e1bdca446d
fix context reference 2018-03-05 21:15:41 +01:00
Darien Raymond
6e293f492c
verify command 2018-03-04 22:38:05 +01:00
Darien Raymond
9100a78914
refactor 2018-03-04 21:06:04 +01:00
Darien Raymond
a52eb8f82b
allow underscore in domain name. fixes #917 2018-03-04 17:08:58 +01:00
Darien Raymond
6b4272d8d2
update release key. fixes #907 2018-03-02 21:13:05 +01:00
Ubuntu
7b28be596d fix typo 2018-03-02 08:26:14 +00:00
Darien Raymond
8c499d8fd2
Update version 2018-03-01 22:14:07 +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
ed5f0b95d6
remove id in log 2018-03-01 21:16:51 +01:00
Darien Raymond
8d679fb5c8
include h2 2018-03-01 21:10:45 +01:00
Darien Raymond
a4f6ee6718
print version when starts 2018-03-01 21:10:40 +01:00
Darien Raymond
c4dd86da84
update geoip 2018-03-01 17:47:35 +01:00
Darien Raymond
59958fed68
refactor udp worker 2018-03-01 14:58:13 +01:00
Darien Raymond
e5d3783ed7
consume config in dialer and hub 2018-03-01 14:22:33 +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
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