1981 Commits

Author SHA1 Message Date
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
2c3ef6c75a fix go version 2016-10-25 21:11:05 +08:00
5303e26e10 update reflection test pb.go 2016-10-21 18:20:12 -07:00
727a60e4d1 update server reflection code to comply with the change to the grpc generator 2016-10-21 18:06:55 -07:00
b1efb1e37d fixes in reflection_tutorial 2016-10-21 13:40:54 -07:00
522de0d748 Add server-reflection-tutorial.md 2016-10-20 17:53:38 -07:00
2b7e876a2e Merge pull request #936 from iamqizhao/master
grpclb: Support DropRequest
2016-10-20 17:52:52 -07:00
9aad87e862 Merge pull request #938 from menghanl/disable_handler_tests
Disable handler-tls in end2end tests
2016-10-20 16:11:16 -07:00
f0b3103754 Disable handler-tls in end2end tests 2016-10-20 13:38:11 -07:00
2d5f9a12ea grpclb: Support DropRequest 2016-10-18 18:08:32 -07:00
b7f1379d3c Merge pull request #903 from improbable-io/blocking-graceful-shutdown-fix
Make concurrent Server.GracefulStop calls all behave equivalently.
2016-10-17 16:02:05 -07:00