1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 18:45:23 +00:00
Commit Graph

3301 Commits

Author SHA1 Message Date
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
eafb726a8d
use go 1.10.1 2018-03-30 23:52:51 +02:00
Darien Raymond
e5a5c30b67
support stats counter in dispatcher 2018-03-30 23:48:45 +02:00
Darien Raymond
695a4f8493
support stats in policy 2018-03-30 23:39:54 +02:00
Darien Raymond
f7dd7e6279
support stats counter in ray stream 2018-03-30 23:17:28 +02:00
Darien Raymond
35e160a1ff
stats feature 2018-03-30 19:56:59 +02:00
Darien Raymond
24f393a23f
Update version 2018-03-29 21:52:43 +02:00
Darien Raymond
fa6ff77cee
prevent appending nil buffer 2018-03-29 21:40:23 +02:00
Darien Raymond
bb46a96f04
refine handling for empty read 2018-03-29 18:15:50 +02:00
Darien Raymond
babd0107cf
prevent empty read in Reader 2018-03-29 10:40:18 +02:00
Darien Raymond
fc7da93d06
less cap 2018-03-28 22:24:01 +02:00
Darien Raymond
141b31eb19
simplify code 2018-03-28 22:23:49 +02:00
Darien Raymond
47c92fafc8
clear leftOver after write 2018-03-28 22:23:38 +02:00
Darien Raymond
fa63beceb6
fix double release on buffers 2018-03-28 22:23:24 +02:00
Darien Raymond
12181f527f
defensive fix for improper usage of buf.New(). 2018-03-28 14:40:51 +02:00
Darien Raymond
eeed65f826
fix #999 2018-03-28 14:33:34 +02:00
DarienRaymond
a52f6ec02a
Merge pull request #992 from wuxiangzhou2010/master
fix typo
2018-03-27 12:43:58 +02:00
Darien Raymond
e44394ade5
more informational error 2018-03-26 16:56:19 +02:00
Wuxiang
5791064763
fix typo 2018-03-26 09:47:45 +08:00
DarienRaymond
1dadd54502
Merge pull request #985 from yujinqiu/yet-another-typo
Fix another typo
2018-03-24 20:42:01 +01:00
Jinqiu Yu
eb38f4865e Fix another typo 2018-03-23 23:17:29 +08:00
DarienRaymond
30e99f76cb
Merge pull request #982 from yujinqiu/consistent_code
consistent  ServerSpec  variable name
2018-03-23 10:25:39 +01:00
DarienRaymond
3ad03b8b4a
Merge pull request #981 from yujinqiu/clean_code
Clean useless code
2018-03-23 10:25:19 +01:00
Jinqiu Yu
2d5aa9514f consistent ServerSpec var 2018-03-23 16:18:57 +08:00
Jinqiu Yu
33e090befe Clean useless code 2018-03-23 14:20:14 +08:00
Darien Raymond
3ff570a050
write listen error to log 2018-03-21 23:38:49 +01:00
Darien Raymond
169b901c2d
lazy init of dialer map 2018-03-21 23:28:28 +01:00
Darien Raymond
e647292b9a
protect against writing to closed body 2018-03-21 12:53:57 +01:00
DarienRaymond
bf5e93efd7
Merge pull request #968 from wuxiangzhou2010/master
fix typo
2018-03-19 21:44:25 +07:00
mubiale
10618b629b fix typo 2018-03-19 17:33:52 +08:00
mubiale
863b3e76e0 Merge branch 'master' of https://github.com/wuxiangzhou2010/v2ray-core 2018-03-19 17:03:24 +08:00
mubiale
8ffedde5a9 fix typos 2018-03-19 17:01:15 +08:00
Wuxiang
e8438a522a
fix typo
fix typo
2018-03-19 16:40:47 +08:00
Darien Raymond
b2d9364cb5
release buffer if payload becomes small 2018-03-16 22:32:03 +07:00
Darien Raymond
feb421d9e1
Update version 2018-03-16 16:36:47 +07:00
Darien Raymond
000e0804e8
fix buffer recycling 2018-03-16 16:22:22 +07:00
DarienRaymond
a8a68c2e70
Merge pull request #962 from yujinqiu/fix-typo
Fix typo
2018-03-16 04:16:47 +01:00
Darien Raymond
b5b9a83823
reorder fields in Destination for faster hashing 2018-03-16 10:13:10 +07:00
Jinqiu Yu
855925a805 Fix typo 2018-03-15 10:32:10 +08:00
Darien Raymond
087c0c1499
refine address family type 2018-03-13 09:02:34 +01:00
Darien Raymond
b4e1240160
comments 2018-03-13 09:02:21 +01:00
Darien Raymond
5a227ec356
int to int32 2018-03-13 03:39:36 +01:00
Darien Raymond
1cbfeea0cd
simplify NewSize calls 2018-03-12 22:10:13 +01:00
Darien Raymond
0c213ccd20
reset buffer when free 2018-03-12 16:24:31 +01:00
Darien Raymond
5bbece14af
simplify pool creation 2018-03-12 16:21:39 +01:00
Darien Raymond
d1898b995f
remove unnecessary NewSize 2018-03-11 23:45:24 +01:00
Darien Raymond
34c12c1af6
extend buffer 2018-03-11 23:31:37 +01:00
Darien Raymond
931c8597ca
fix len -> cap 2018-03-11 23:30:51 +01:00
Darien Raymond
994aecd13c
rename NewLocal to NewSize 2018-03-11 23:29:17 +01:00