Commit Graph
806 Commits
Author SHA1 Message Date
Darien Raymond 0e1d2a924b support organization in TLS cert gen 2018-04-12 21:43:05 +02:00
Darien Raymond 666a1a17f2 fix test 2018-04-11 16:52:51 +02:00
Darien Raymond 0caf92726b better way to run tasks in parallel 2018-04-11 16:45:09 +02:00
Darien Raymond 9d7f43a299 fix lint errors 2018-04-11 16:15:29 +02:00
Darien Raymond 318a36fe58 automatic issuing certificates from provided CA 2018-04-10 12:42:02 +02:00
Darien Raymond 8ba8ce7d6a more options for generating certificate 2018-04-09 23:17:55 +02:00
Darien Raymond b7fc1f0bd6 scenario test for domain socket 2018-04-09 20:45:23 +02:00
Darien Raymond a320196b77 refine domain socket transport 2018-04-09 17:09:24 +02:00
Darien Raymond 4b45174650 fix handling of empty buffer 2018-04-09 16:48:25 +02:00
DarienRaymondandGitHub 61d9b04ca5 Merge pull request #1019 from v2ray/domainsocket
Implemented Primitive Domain Socket Support described in https://github.com/v2ray/Planning/issues/25
2018-04-09 12:42:42 +02:00
Darien Raymond 88133aa4a6 move cert generation code to common 2018-04-09 12:42:18 +02:00
Darien Raymond b7f2f30244 support fetching config from http 2018-04-08 23:22:55 +02:00
Darien Raymond 8f7bdede4e add check for largeSize in case there is just one pool 2018-04-06 21:13:29 +02:00
Shelikhoo c542c043f3 Merge branch 'master' of github.com:v2ray/v2ray-core into domainsocket 2018-04-05 19:11:33 +08:00
Darien Raymond 61a1cce972 reduce size of TransferType 2018-04-04 21:46:36 +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
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
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
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 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
DarienRaymondandGitHub 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
DarienRaymondandGitHub 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