1864 Commits

Author SHA1 Message Date
b7d24ba0eb correct errors in documentation 2016-11-21 16:07:22 +08:00
63bd55dfbf Merge pull request #994 from menghanl/fix_circular_dependency
fix a circular dependency in clientconn_test
2016-11-18 15:23:07 -08:00
4f404a1c98 fix a circular dependency in clientconn_test 2016-11-18 15:01:12 -08:00
b13ef79499 add more comments to metadata Fromcontext (#986) 2016-11-16 17:42:18 -08:00
8551858757 Grpclb: Support server list expiration (#962)
grpclb: Support server list expiration
2016-11-16 15:26:18 -08:00
941cc894ce Merge pull request #985 from menghanl/temporary_dialer_error
add FailOnNonTempDialError
2016-11-15 12:54:09 -08:00
dd61a2fa33 fix golint 2016-11-15 11:25:52 -08:00
c31bccc236 add FailOnNonTempDialError to control if gRPC should fail on non-temp dial error 2016-11-15 11:14:07 -08:00
0d9891286a Merge pull request #967 from ncteisen/advanced_go_interop_tests
Go Advanced Interop Tests
2016-11-11 13:29:59 -08:00
e59af7a0a8 Merge pull request #982 from menghanl/stats_test_fix
fix flaky stats test
2016-11-10 17:56:15 -08:00
524f421370 fix flaky stats test and reuse functions in stats test 2016-11-10 17:42:52 -08:00
2769b6cafd Fix comments from github 2016-11-10 16:50:37 -08:00
e05ccd7235 Merge pull request #974 from menghanl/temporary_dialer_error
return non temporary connection error if dialer returns non temprary …
2016-11-10 16:33:00 -08:00
3018da5a38 Merge pull request #981 from apolcyn/update_go_readme
add note in readme pre-req section to get the latest go version
2016-11-10 16:29:31 -08:00
df5d48b597 fix comments 2016-11-09 17:35:47 -08:00
947e436ef4 return non temporary connection error if dialer returns non temprary errors 2016-11-09 17:25:46 -08:00
fd15d531ba add note in readme pre-req section to get the latest go version 2016-11-09 16:50:30 -08:00
c0989007a1 Merge pull request #961 from menghanl/add_stats_package
Add package stats, and export stats.
2016-11-09 15:24:04 -08:00
88bdb9565f fixes in test 2016-11-09 14:04:51 -08:00
f511c49a58 remove Stream.TraceContext 2016-11-08 22:42:42 -08:00
f80f54e4d9 fix failing tests 2016-11-08 21:22:07 -08:00
6445dedfbc fix wrong context when handling stats 2016-11-08 18:17:14 -08:00
183e5e98ab fix comments in stats testing 2016-11-08 16:48:49 -08:00
11b929beff remove wrong comments from stats testing proto 2016-11-08 15:36:01 -08:00
0b062e4d80 cache conn LocalAddr and RemoteAddr 2016-11-08 13:37:25 -08:00
ff0b1db33e fix comments 2016-11-08 10:31:02 -08:00
3de821b781 remote end stats in header() and SendMsg() 2016-11-07 18:30:22 -08:00
badd5540a4 fix comments 2016-11-07 17:55:44 -08:00
3f9a96ea71 move inPayload.RecvTime to after unmarshal 2016-11-07 16:29:25 -08:00
d23fdd776b fix comments 2016-11-07 15:32:44 -08:00
5938492b60 fix comments 2016-11-07 15:16:52 -08:00
a4edc462a2 renaming 2016-11-07 15:16:52 -08:00
aa5b5c7e2a client side, use user context, and change sent time 2016-11-07 15:16:52 -08:00
1896a21fb3 fix review comments 2016-11-07 15:16:52 -08:00
1d2a929ae5 add stats.Begin and stats.End 2016-11-07 15:16:52 -08:00
8a126b020f change stats comments 2016-11-07 15:16:52 -08:00
e478486783 remove isStats from interface 2016-11-07 15:16:52 -08:00
c0087b3c91 add failfast option to stats 2016-11-07 15:16:52 -08:00
0d345b58c0 change package stats comment 2016-11-07 15:16:52 -08:00
be66502802 change behavior of stats register handler and start stop 2016-11-07 15:16:52 -08:00
c698588285 Renaming types and variables 2016-11-07 15:16:52 -08:00
e42a66c81b add client stats 2016-11-07 15:16:52 -08:00
2de8bacbea change stats interface API to include ClientStats() function 2016-11-07 15:16:52 -08:00
adaae03378 remove initStats, merge into headerStats 2016-11-07 15:16:52 -08:00
aa914665f0 add isclient to errorstats 2016-11-07 15:16:52 -08:00
1054f1c42b add payload with original type to payload stats 2016-11-07 15:16:52 -08:00
85c5e0e3b6 add errorStats 2016-11-07 15:16:52 -08:00
7984a9c679 change CallBack to handler, and move ctx out of Stats. 2016-11-07 15:16:52 -08:00
46e80bf1f6 fix race in test and add import comments 2016-11-07 15:16:52 -08:00
17ee5a3637 Add package stats, and export stats on server side. 2016-11-07 15:16:52 -08:00