Commit Graph

66 Commits

Author SHA1 Message Date
iamqizhao 2899844430 fix a typo 2015-09-25 13:38:17 -07:00
iamqizhao 23fea5c44a comments 2015-09-25 13:32:35 -07:00
iamqizhao ec99a32572 redesign the API 2015-09-25 13:21:25 -07:00
iamqizhao ffbdf88f0f add more comments 2015-09-24 10:36:56 -07:00
iamqizhao 9afcd0c697 preliminary refactoring for custom naming and load balancing 2015-09-23 19:09:37 -07:00
Sameer Ajmani 980b4c6d05 grpc: restore changes after sync
Change-Id: I97f0c77f95086301202d0fe4ca477ae6e22dd0b5
2015-09-23 15:18:41 -04:00
iamqizhao e6b603d375 a bit clean up 2015-09-22 19:01:33 -07:00
iamqizhao ecf8201c7c remove a dead member var 2015-09-22 16:12:42 -07:00
iamqizhao dd992b3748 remove transportSeq 2015-09-21 18:17:49 -07:00
iamqizhao 804293ac57 Fix a reconnecting bug 2015-09-15 11:20:16 -07:00
Jeff Hodges b1c6afbc7f s/stated/started/ in Shutdown doc 2015-09-06 21:26:27 -07:00
iamqizhao 9ba820ef6a add tests 2015-08-28 13:50:04 -07:00
iamqizhao 87c361b5a5 check transport security when using oauth2-based credentials 2015-08-28 13:19:36 -07:00
iamqizhao 3b3b9b52cc polish 2015-08-27 22:03:38 -07:00
iamqizhao 456daaf3f1 extend ErrNoTransportSecurity message 2015-08-27 22:00:49 -07:00
iamqizhao 996538ab4b Insecure ClientConn made explicit 2015-08-27 17:21:52 -07:00
iamqizhao 7fbf442f72 gofmt -w 2015-08-03 13:24:14 -07:00
iamqizhao cf1376e56b revert some unnecessary changes 2015-08-03 13:18:25 -07:00
iamqizhao 8fc68cd569 small fix 2015-08-03 13:11:00 -07:00
iamqizhao 89ca9edced small fix 2015-08-03 11:45:42 -07:00
iamqizhao 08b3e19185 add a shortcut logic 2015-08-03 11:29:27 -07:00
iamqizhao 494b40089f polish the func comment 2015-08-03 11:19:25 -07:00
iamqizhao 14702f8b6a channel state API 2015-07-31 19:00:43 -07:00
iamqizhao 244bc75d79 Switch ALPN/NPN to advertise only h2 2015-07-31 14:16:02 -07:00
iamqizhao 923b849cb0 add a missing ClientConn state transition 2015-07-31 10:59:32 -07:00
iamqizhao f680d0b77d fix a typo 2015-07-30 15:36:59 -07:00
iamqizhao 76ef365255 Add ClientConn state 2015-07-30 15:30:26 -07:00
iamqizhao bce3d5e24b small fix 2015-07-28 11:24:31 -07:00
iamqizhao e35bf02914 revise reconnect backoff strategy 2015-07-28 11:12:07 -07:00
iamqizhao 611d960757 support user-agent and allow users attach their own application user agent string 2015-07-24 11:19:08 -07:00
iamqizhao 57b3fb41f6 add some more comments 2015-06-04 15:52:06 -07:00
iamqizhao e2677ad0f3 fix some comments 2015-06-04 15:47:02 -07:00
iamqizhao ec20a7b857 make dialing nonblocking by default. Add a DialOption to force blocking operation. 2015-06-04 15:45:06 -07:00
iamqizhao 8c6e829589 cleanup 2015-05-12 18:02:38 -07:00
iamqizhao 3617cd5ab3 revert handshaker changes 2015-05-12 17:59:20 -07:00
Peter Edge 7c025e8694 move log package references to grpclog 2015-05-09 11:43:59 +02:00
Peter Edge 101c1e1935 change log package references to grpc/log 2015-05-09 01:16:40 +02:00
iamqizhao 814627b32e add comments 2015-05-01 18:17:36 -07:00
iamqizhao 9d59a879e1 Add handshaker option to ClientConn 2015-05-01 18:10:40 -07:00
iamqizhao 5f7c0caeb4 modify the comment 2015-04-21 16:48:41 -07:00
iamqizhao 2cf2d0871b remove WithNetwork and add WithDialer to have more flexibility on dialing 2015-04-21 16:19:29 -07:00
iamqizhao 3259049490 fix some typos and run gofmt 2015-04-17 13:50:18 -07:00
iamqizhao c7b9fa27dc addressed some comments 2015-04-01 14:22:53 -07:00
iamqizhao 9a5de0e954 make Codec configurable when creating grpc.ClientConn and grpc.Server 2015-04-01 14:02:26 -07:00
iamqizhao e10de7abd1 fix some bugs 2015-03-13 00:16:18 -07:00
iamqizhao 5c27dd6a7a fix a bug 2015-03-05 09:45:50 -08:00
iamqizhao aae62e6051 remove unused import 2015-03-05 01:52:17 -08:00
iamqizhao 91a7361187 address some comments 2015-03-04 15:14:52 -08:00
iamqizhao 7bf60c1cd4 addressed some comments 2015-03-04 14:37:12 -08:00
iamqizhao 09fbfbf553 addressed some comments 2015-03-04 13:29:15 -08:00