1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 03:25:23 +00:00
Commit Graph

780 Commits

Author SHA1 Message Date
wuxiangzhou2010
a58063e7ac fix typo, first sound of user is not a vowel, but the consonant /j/ 2018-04-02 15:17:36 +08:00
Darien Raymond
4de3f1adc1
change ReadFullFrom to take int32 size 2018-04-02 00:44:47 +02:00
Darien Raymond
03512a6a9b
read size to multi buffer 2018-04-02 00:25:42 +02:00
Darien Raymond
5af3580bcf
correct magic number 2018-04-02 00:00:15 +02:00
Darien Raymond
3d919a6a93
optimize auth reader 2018-04-01 23:31:53 +02:00
Darien Raymond
8d0a74b3fa
refine auth writer 2018-04-01 22:41:38 +02:00
Darien Raymond
b3ecb9f766
align large size 2018-04-01 12:20:32 +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
eeed65f826
fix #999 2018-03-28 14:33:34 +02: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
Jinqiu Yu
2d5aa9514f consistent ServerSpec var 2018-03-23 16:18:57 +08:00
Darien Raymond
b2d9364cb5
release buffer if payload becomes small 2018-03-16 22:32:03 +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
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
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
Darien Raymond
f97e6fa3d2
refine buffer allocation 2018-03-11 23:06:04 +01:00
Jinqiu Yu
87dd1ed877 Fix receivced, InboundBound, tranport, Enpoint typo 2018-03-11 15:25:59 +08:00
Darien Raymond
eaf043f1b3
reduce memory usage of Buffer 2018-03-08 22:30:52 +01:00
Darien Raymond
fbc025869b
fix lint errors 2018-03-08 21:21:50 +01:00
Jinqiu Yu
8864195b50 Fix executable typo 2018-03-08 17:32:36 +08: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
d207d953bd
h2 transport 2018-03-01 13:16:52 +01:00
Darien Raymond
a7d467992d
try parse domain address as IP. fixes #894. 2018-03-01 11:32:55 +01:00
Darien Raymond
2b4104e491
benchmark for dice 2018-02-24 13:57:25 +01:00
Darien Raymond
a42b4b513e
test case for write address 2018-02-24 02:13:40 +01:00
Darien Raymond
af1abf687c
unify all address reading and writing 2018-02-23 23:42:01 +01:00
Darien Raymond
546c2fb226
settings for forcing secure encryption in vmess server 2018-02-23 12:13:02 +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
098244530b
update Must2 2018-02-21 21:42:33 +01:00
Darien Raymond
b3fd320be7
more test cases 2018-02-19 23:01:00 +01:00
Darien Raymond
b3e46f5d07
fix error handling in buf.Copy 2018-02-19 17:50:53 +01:00
Darien Raymond
c48fa50ab1
logger service 2018-02-14 17:35:09 +01:00