3293 Commits
Author SHA1 Message Date
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
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
DarienRaymondandGitHub 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
WuxiangandGitHub 5791064763 fix typo 2018-03-26 09:47:45 +08: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
DarienRaymondandGitHub 30e99f76cb Merge pull request #982 from yujinqiu/consistent_code
consistent  ServerSpec  variable name
2018-03-23 10:25:39 +01:00
DarienRaymondandGitHub 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
DarienRaymondandGitHub 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
WuxiangandGitHub 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 v3.14 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 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
Darien Raymond f97e6fa3d2 refine buffer allocation 2018-03-11 23:06:04 +01:00
DarienRaymondandGitHub 5eac607087 Merge pull request #946 from yujinqiu/fix-typo
Fix receivced, InboundBound, tranport typo
2018-03-11 10:12:01 +01:00
Jinqiu Yu 87dd1ed877 Fix receivced, InboundBound, tranport, Enpoint typo 2018-03-11 15:25:59 +08:00
Darien Raymond 649119493b remove pending request from cache when error. fixes #942 2018-03-10 09:34:38 +01:00
Darien Raymond fda85506c8 reuse buffer 2018-03-09 11:26:00 +01:00
Darien Raymond 1179ecef27 block until rpc connection is ready 2018-03-08 23:40:02 +01:00
Darien Raymond ed79ba6cba Update version 2018-03-08 22:41:41 +01:00
Darien Raymond eaf043f1b3 reduce memory usage of Buffer v3.13 2018-03-08 22:30:52 +01:00