2183 Commits

Author SHA1 Message Date
bafd3e5fe9 Merge pull request #119 from iamqizhao/master
refactor the NewStream a bit
2015-03-13 16:43:21 -07:00
4a56e1fdd9 refactor the NewStream a bit 2015-03-13 16:37:05 -07:00
c3716d2b86 Merge pull request #118 from iamqizhao/master
enlarge the dial timeout in a test case because travis might not be able...
2015-03-13 00:54:17 -07:00
51496073b8 enlarge the dial timeout in a test case because travis might not be able to finish it in time. 2015-03-13 00:50:16 -07:00
a650f38147 Merge pull request #117 from iamqizhao/master
Travis CI test with GOMAXPROCS=1,4
2015-03-13 00:44:13 -07:00
161cbd7272 travis yml 2015-03-13 00:40:01 -07:00
0b9694839f Travis CI test with GOMAXPROCS=1,4 2015-03-13 00:28:20 -07:00
9c4157fb5a Merge pull request #116 from iamqizhao/master
Fix some bugs
2015-03-13 00:26:30 -07:00
afeb23d601 minor fix 2015-03-13 00:23:38 -07:00
3882eb29ca remove debug logging 2015-03-13 00:19:56 -07:00
e10de7abd1 fix some bugs 2015-03-13 00:16:18 -07:00
ebb6f762cb Merge pull request #109 from iamqizhao/master
Update grpc-auth-support.md
2015-03-09 11:42:06 -07:00
7353dc76d0 Update grpc-auth-support.md 2015-03-09 11:41:38 -07:00
fa37faf0f0 Merge pull request #105 from iamqizhao/master
Remove a debug log
2015-03-06 17:38:52 -08:00
e6b45390ca Remove a debug log 2015-03-06 17:35:54 -08:00
02fe8a71d3 gotutorial.md: Remove duplicate sentence. 2015-03-06 10:58:41 -08:00
076e591ca4 Merge pull request #103 from iamqizhao/master
fix double wrapping of rpc status
2015-03-05 19:01:37 -08:00
85034d5828 fix double wrapping of rpc status 2015-03-05 18:52:06 -08:00
106c4cfac5 Merge pull request #93 from iamqizhao/master
Support (re)connect time-out
2015-03-05 15:53:32 -08:00
1182c6e87c minor polish 2015-03-05 14:24:32 -08:00
57c1951dc9 tightened some rpcErr loose ends and revised some tests 2015-03-05 13:56:48 -08:00
5c27dd6a7a fix a bug 2015-03-05 09:45:50 -08:00
aae62e6051 remove unused import 2015-03-05 01:52:17 -08:00
ac2cbeb2e7 Merge branch 'master' of https://github.com/grpc/grpc-go 2015-03-05 01:47:08 -08:00
59cf05b4f5 fix a comment 2015-03-05 01:46:30 -08:00
8dd67cb297 Merge pull request #100 from adg/master
drop usage of obsolete oauth2.Context
2015-03-04 20:04:26 -08:00
fa9ecddd2c drop usage of obsolete oauth2.Context 2015-03-05 14:46:56 +11:00
a131f81526 Merge pull request #97 from iamqizhao/b2
fix a comment
2015-03-04 19:12:39 -08:00
7efb0d7d75 fix a comment 2015-03-04 19:10:21 -08:00
10f29ffc09 fix a function comment 2015-03-04 18:16:53 -08:00
7bd92dc8cb Merge branch 'master' of https://github.com/grpc/grpc-go 2015-03-04 16:03:27 -08:00
ffb2384582 Merge pull request #95 from wonderfly/master
Cosmetic updates to the route guide example
2015-03-04 16:03:10 -08:00
9ff931f934 Small fix to client.go 2015-03-04 15:44:58 -08:00
91a7361187 address some comments 2015-03-04 15:14:52 -08:00
d83ccd2feb Use Fatalf instead 2015-03-04 14:57:51 -08:00
7bf60c1cd4 addressed some comments 2015-03-04 14:37:12 -08:00
c33e9f7fa4 addressed some comments 2015-03-04 14:25:57 -08:00
082bf01a4f addressed some comments 2015-03-04 13:32:58 -08:00
b7ae0a2c89 Merge branch 'master' of https://github.com/grpc/grpc-go 2015-03-04 13:30:25 -08:00
09fbfbf553 addressed some comments 2015-03-04 13:29:15 -08:00
8d7b4ade87 addressed some comments 2015-03-04 13:23:39 -08:00
8304bc408e addressed some comments 2015-03-04 13:20:21 -08:00
28ad38be17 close ready when ClientConn closes 2015-03-04 13:00:47 -08:00
c73e40b804 address some review comments 2015-03-04 11:15:10 -08:00
b052a1255f Merge branch 'master' of https://github.com/grpc/grpc-go 2015-03-04 11:14:39 -08:00
757a7ce4cb remove err checking because bytes.Buffer.Write and bytes.Buffer.WriteByte always return nil 2015-03-04 00:50:30 -08:00
ea8a568350 Merge pull request #87 from matttproud/testing/benchmark/encode
Benchmark encode and cut an encoding inefficiency.
2015-03-04 00:36:29 -08:00
351e2d0297 add more tests for dial timeout and fix some bugs 2015-03-03 19:06:44 -08:00
fa215c2d4b gofmt -w 2015-03-03 17:10:14 -08:00
a5ca6e56d2 Support timeout for grpc.Dial 2015-03-03 17:08:39 -08:00