653 Commits

Author SHA1 Message Date
fb14f48984 Merge pull request #281 from yangzhouhan/interop
add 2 interop tests
2015-08-12 13:16:24 -07:00
6eb790420c fix merge conflict 2015-08-12 12:49:51 -07:00
dd17fced98 modify the error info 2015-08-12 12:40:07 -07:00
d1b30b7195 modify the error information 2015-08-12 12:34:38 -07:00
7678a23bcb Merge pull request #284 from yangzhouhan/master
Revises Metadata
2015-08-11 10:54:11 -07:00
f0bc2358c7 Merge pull request #286 from iamqizhao/master
fix a race
2015-08-10 18:38:54 -07:00
3f70ec6f8a fix a race 2015-08-10 18:26:03 -07:00
676c10ae4d gofmt 2015-08-10 17:42:54 -07:00
4074c45c3f gofmt 2015-08-10 17:40:00 -07:00
1f14f6f0c5 gofmt 2015-08-10 17:34:20 -07:00
bf963e1bb3 change end2end test 2015-08-10 16:59:16 -07:00
54f53f005e remove unused code 2015-08-10 16:10:19 -07:00
484e2d96e5 change the metadata datastructure 2015-08-10 16:06:27 -07:00
0db45ca079 Merge pull request #283 from Sajmani/master
grpc: rename request trace family from "Sent" and "Recv" to "grpc.Sent" and "grpc.Recv"
2015-08-10 15:38:52 -07:00
f91d055b70 Merge pull request #280 from yangzhouhan/master
add an etcd client for naming resolution
2015-08-10 15:36:30 -07:00
95389ca819 add a comment 2015-08-10 11:19:08 -07:00
22561bcdfc return error when create etcdNR fails 2015-08-10 11:17:24 -07:00
15755ea692 fix the comment 2015-08-10 11:03:11 -07:00
86b5db2f22 gofmt 2015-08-10 11:01:15 -07:00
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
f0e1a2ac75 add 2 interop tests
add 2 interop tests

fix the space

delete swp
2015-08-07 18:34:01 -07:00
e6e95f0f21 gofmt -w 2015-08-07 18:31:43 -07:00
4297e9bd91 revert some unnecessary changes 2015-08-07 18:31:43 -07:00
931f7e7de7 small fix 2015-08-07 18:31:43 -07:00
2d4ac52b42 add a bit more test 2015-08-07 18:31:43 -07:00
0fb69761f0 small fix 2015-08-07 18:31:43 -07:00
b3a7314a90 add a shortcut logic 2015-08-07 18:31:43 -07:00
b8ef5b44d2 polish the func comment 2015-08-07 18:31:43 -07:00
3878d99912 channel state API 2015-08-07 18:31:43 -07:00
4a21e4ecb9 Switch ALPN/NPN to advertise only h2 2015-08-07 18:31:43 -07:00
2911d760f4 minor modification 2015-08-07 18:07:57 -07:00
6970805cc5 gofmt 2015-08-07 17:15:27 -07:00
2e3fbc4f8f change the name resolver interface 2015-08-07 17:12:15 -07:00
2a4442cda2 Delete client.go.swp 2015-08-07 16:10:08 -07:00
8b80bf491f fix the space 2015-08-07 15:31:13 -07:00
62388cbe30 add 2 interop tests 2015-08-07 15:26:32 -07:00
a1c5391b54 add interop empty_stream test and timeout_on_sleeping_server test 2015-08-07 15:06:59 -07:00
813dca6ff7 small modification 2015-08-07 14:33:01 -07:00
3ecd749815 small modification 2015-08-07 14:31:31 -07:00
80b71f410f small fix 2015-08-06 19:15:11 -07:00
83e023520c change namepair to kv and update the comments 2015-08-06 19:10:28 -07:00
5b59d19b70 add comment for nameresolver 2015-08-06 17:39:41 -07:00
ea4b8e0310 add comments and revise nameresolver 2015-08-06 16:08:24 -07:00
6fd3b74078 move NameResolver interface to clientconn 2015-08-05 16:33:22 -07:00
ab3efa6a5d add nameresolver interface 2015-08-05 16:16:18 -07:00
4623618e6b add an etcd client for naming resolution 2015-08-05 16:04:56 -07:00
c2367521ce add etcd naming resoluation service and tests 2015-08-03 14:43:11 -07:00