3336 Commits
Author SHA1 Message Date
Darien Raymond 7315b2c647 fix mux test v3.16 2018-04-05 21:09:57 +02:00
Darien Raymond 435be61661 fix error handling in mux 2018-04-05 20:16:31 +02:00
Darien Raymond 2b675335bd properly handle error case 2018-04-05 12:19:57 +02:00
Darien Raymond 61a1cce972 reduce size of TransferType 2018-04-04 21:46:36 +02:00
Darien Raymond 79c1087311 change status to option 2018-04-04 21:33:33 +02:00
Darien Raymond 076f385e4b stop recording mux access log 2018-04-04 21:32:54 +02:00
Darien Raymond 75a7e9c7f5 comments 2018-04-04 21:32:40 +02:00
Darien Raymond 90c6113dfc handle transport errors in mux session 2018-04-04 17:20:45 +02:00
Darien Raymond a3f47f4fa2 comments 2018-04-04 00:57:44 +02:00
Darien Raymond 9f198d7e3d fix lint errors 2018-04-04 00:29:30 +02:00
Darien Raymond 27ccc9d726 comments 2018-04-03 22:34:59 +02:00
Darien Raymond 074dfbb78c add network list to shadowsocks server 2018-04-03 17:51:01 +02:00
DarienRaymondandGitHub 8bc20c8656 Merge pull request #1013 from wuxiangzhou2010/master
add nil check  and correct some comments
2018-04-03 11:52:58 +02:00
wuxiang 4bed69a9b9 add nil check 2018-04-03 17:40:21 +08:00
Darien Raymond 7bafd7a1ab migrate int to int32 2018-04-03 11:32:03 +02:00
wuxiang 3f19d09878 update some comments 2018-04-03 17:11:54 +08:00
wuxiang 6287285c8a add nil check as other applications 2018-04-03 17:03:03 +08:00
Darien Raymond 4c2edeb18a fix test break 2018-04-02 22:17:06 +02:00
Darien Raymond 009d58dd6c remove static bytes array 2018-04-02 22:12:51 +02:00
Darien Raymond c5bd23105e change uint32 to int32 2018-04-02 22:01:55 +02:00
Darien Raymond 81a147e540 Merge branch 'master' of https://github.com/v2ray/v2ray-core 2018-04-02 20:01:05 +02:00
Darien Raymond 08dab81eb2 migrate int to int32 2018-04-02 20:00:50 +02:00
DarienRaymondandGitHub 43e389d287 Merge pull request #1008 from wuxiangzhou2010/master
fix typo, first sound of user is not a vowel, but the consonant /j/
2018-04-02 19:59:04 +02:00
wuxiangzhou2010 f0862df9a7 fix typo 2018-04-02 16:12:35 +08:00
wuxiangzhou2010 5a08411ee2 fix typo 2018-04-02 15:52:16 +08:00
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 053d03349a refactor 2018-04-01 09:58:45 +02:00
Darien Raymond 90f2480037 trace context 2018-04-01 09:57:26 +02:00
Darien Raymond 50c4e3389c remove unnecessary test 2018-04-01 09:51:44 +02:00
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 v3.15 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