607 Commits

Author SHA1 Message Date
f4afc93d71 grpc: revert change to clientconn in master branch. 2015-08-09 23:32:25 -04:00
7c57a23f2d grpc: rename "Recv" trace family to "grpc.Recv". 2015-08-09 23:24:53 -04:00
994fc85650 grpc: add trace.EventLog to ClientConn.
This event log records events that are interesting for live debugging
of a gRPC client.  In particular, this records when a connection is
established, broken, and reestablished.  The log is displayed on the
HTTP endpoint /debug/events in the family named "grpc.ClientConn".

Tested using a version of the route guide client modified to serve
HTTP and block at the end of main.
2015-08-09 23:07:37 -04:00
18c359f6a9 grpc: rename request trace family from "Sent" to "grpc.Sent". 2015-08-09 23:01:01 -04:00
000aa5623e Merge pull request #278 from iamqizhao/master
Add ClientConn state API
2015-08-03 13:47:59 -07:00
7fbf442f72 gofmt -w 2015-08-03 13:24:14 -07:00
cf1376e56b revert some unnecessary changes 2015-08-03 13:18:25 -07:00
8fc68cd569 small fix 2015-08-03 13:11:00 -07:00
aefa16d77f add a bit more test 2015-08-03 13:09:15 -07:00
89ca9edced small fix 2015-08-03 11:45:42 -07:00
08b3e19185 add a shortcut logic 2015-08-03 11:29:27 -07:00
494b40089f polish the func comment 2015-08-03 11:19:25 -07:00
23d15ea6b0 Merge pull request #276 from iamqizhao/alpn
Switch ALPN/NPN to advertise only h2
2015-08-03 10:57:08 -07:00
14702f8b6a channel state API 2015-07-31 19:00:43 -07:00
075e4a60c3 Switch ALPN/NPN to advertise only h2 2015-07-31 14:21:24 -07:00
244bc75d79 Switch ALPN/NPN to advertise only h2 2015-07-31 14:16:02 -07:00
5a1c16b4e6 Merge pull request #275 from iamqizhao/master
add a missing ClientConn state transition
2015-07-31 11:07:59 -07:00
923b849cb0 add a missing ClientConn state transition 2015-07-31 10:59:32 -07:00
88655fd9ac Merge pull request #274 from iamqizhao/master
Add ClientConn state
2015-07-30 17:22:41 -07:00
f680d0b77d fix a typo 2015-07-30 15:36:59 -07:00
76ef365255 Add ClientConn state 2015-07-30 15:30:26 -07:00
5ab7466caa Merge pull request #273 from iamqizhao/master
handle empty data frame
2015-07-30 13:04:36 -07:00
689884fbd0 handle empty data frame 2015-07-30 11:41:43 -07:00
fa4f5812a1 Merge pull request #272 from iamqizhao/master
an error code revision
2015-07-29 18:34:35 -07:00
766bcab28b an error code revision 2015-07-29 18:28:41 -07:00
94cb75a92e Merge pull request #263 from awpr/close_header_chan
Close the header channel if a stream is reset while waiting for headers.
2015-07-29 15:52:35 -07:00
7d81e8054f Merge pull request #271 from iamqizhao/master
Do right counting for max-stream settings
2015-07-29 11:53:14 -07:00
3d051227b2 gofmt -w 2015-07-29 11:41:19 -07:00
671e92a55a fix typo 2015-07-29 11:40:08 -07:00
4179d89d53 polish the newly added transport test 2015-07-29 11:15:58 -07:00
310d7f91d8 revert some debug logs 2015-07-29 11:07:29 -07:00
199ad57e0d update 2015-07-29 10:51:07 -07:00
4e2e070c77 Merge branch 'master' of https://github.com/grpc/grpc-go 2015-07-29 10:50:03 -07:00
8454de1063 Merge pull request #220 from tamird/remove-oauth
Remove OAuth support from `credentials`
2015-07-29 10:49:39 -07:00
06326561e4 Merge pull request #270 from iamqizhao/master
fix a bug in the PR#264
2015-07-28 20:18:40 -07:00
ed290b271e revert a change 2015-07-28 20:12:10 -07:00
48f64961c0 fix a bug in the PR#264 2015-07-28 20:04:28 -07:00
07e065b7f0 Merge branch 'master' of https://github.com/grpc/grpc-go 2015-07-28 18:44:43 -07:00
8e61243e61 Merge pull request #264 from yangzhouhan/master
add server side tracing
2015-07-28 18:37:40 -07:00
75cfec3f72 fix a condition bug 2015-07-28 18:26:53 -07:00
0231ff14bc remove duplicate check 2015-07-28 18:11:22 -07:00
2574b59392 change a comment 2015-07-28 17:33:42 -07:00
d90cbe84e6 fix trace set error bugs 2015-07-28 17:18:35 -07:00
3aeeefd6e7 small fix 2015-07-28 17:00:35 -07:00
bdccc897b0 gofmt -w 2015-07-28 16:47:04 -07:00
4da1327a66 do right counting for max-streams flow control 2015-07-28 16:41:46 -07:00
3616d6be54 fix trace setError 2015-07-28 15:27:46 -07:00
82323098b5 remove the extra argu 2015-07-28 13:57:37 -07:00
dcdda54a61 Merge branch 'master' of https://github.com/grpc/grpc-go 2015-07-28 12:50:19 -07:00
dff4c003e7 Merge pull request #267 from iamqizhao/master
fix rpc_util_test
2015-07-28 12:45:17 -07:00