2491 Commits

Author SHA1 Message Date
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
eddbd11c7e Merge pull request #968 from iamqizhao/tap
Add transport tap
2016-11-07 13:38:49 -08:00
2dbc4ebc5c Merge pull request #972 from ThomasHabets/master
Fix broken markdown
2016-11-07 10:21:01 -08:00
c3d1b960a6 Fix broken markdown 2016-11-07 17:35:02 +00:00
ceb1db3272 Merge pull request #970 from menghanl/faq
add grpc.SupportPackageIsVersion faq
2016-11-04 16:58:17 -07:00
3ff3e89d6e add grpc.SupportPackageIsVersion faq 2016-11-04 10:53:33 -07:00
0225e28afb add a TODO 2016-11-03 17:02:57 -07:00
f3469bf27a add the missing comment 2016-11-03 16:46:21 -07:00
777daa17ff Merge pull request #941 from MakMukhi/mmukhi_update_server_relection
update pre-generated code and server reflection code to comply with the change to the grpc g…
2016-11-03 16:04:21 -07:00
b85d2b0be5 Support transport tap 2016-11-03 14:21:24 -07:00
86765df8f8 Add comments and no longer export helper func 2016-11-02 15:19:21 -07:00
687c958422 Reimplement unimplemented_method and address gofmt issues 2016-11-02 14:53:28 -07:00
f8b3c60108 Merge pull request #963 from mikewiacek/master
Fix a spelling mistake.
2016-11-02 11:01:57 -07:00
5b6bca7d0c Add unimplemented test cases to Go interop client
Add UnimplementedService/UnimplementedCall and
TestService/UnimplementedCall to test.proto then regenerated the proto
file.
2016-11-02 09:49:56 -07:00
dc220c92c0 Add support for custom metadata to Go interop code
Write custom_metadata test case in Go interop client and add support for
metadata echoing in Go interop server.
2016-11-02 09:20:52 -07:00
0dd919209f Fix a spelling mistake. 2016-10-31 19:53:00 -07:00
3235584c70 Merge pull request #958 from gyuho/test
reflection: check ServerReflectionInfo error
2016-10-31 10:17:52 -07:00
4c95b51ae4 Merge pull request #957 from gyuho/minor
stress/client: fix minor typo
2016-10-31 10:16:25 -07:00
05aaecb59d reflection: check ServerReflectionInfo error 2016-10-28 22:37:37 -07:00
bc38285162 stress/client: fix minor typo 2016-10-28 22:35:50 -07:00
883bfc7bc8 pb.go file update 2016-10-28 12:37:56 -07:00
396f8ba2a6 Merge pull request #945 from thinkerou/fix_go_version
fix go version
2016-10-26 16:20:24 -07:00
f8997e96d8 Merge pull request #949 from iamqizhao/err-fix
remove context.WithCancel which is not needed
2016-10-25 17:22:54 -07:00
152ccd8853 remove context.WithCancel which is not needed 2016-10-25 16:53:43 -07:00
044b2b65bc Merge pull request #947 from iamqizhao/err-fix
Use the correct error in defer call
2016-10-25 16:06:07 -07:00
4596c55b7a Use the correct error in defer call 2016-10-25 15:32:12 -07:00