1096 Commits

Author SHA1 Message Date
972dbd2cb2 Run stringer on codes.Code
This makes error codes easier to read:
fmt.Sprint(codes.OK) == "OK" instead of "0"
2015-03-24 10:15:18 -07:00
9b8c7db0f9 Update gotutorial.md
Fixed broken link
2015-03-24 14:36:43 +00:00
0670e9feec Update gotutorial.md
Fixed small typo
2015-03-24 14:33:20 +00:00
fd70cd320a Merge pull request #132 from iamqizhao/err-fix
fix a malformed error status
2015-03-23 12:49:38 -07:00
591c1176bc modify a comment 2015-03-23 12:36:08 -07:00
9c6754e004 fix a malformed error status 2015-03-23 11:47:27 -07:00
03b4c620e9 Merge pull request #128 from iamqizhao/tp-test-fix
deflak a transport test
2015-03-22 14:02:24 -07:00
c71f1d16c1 deflak a transport test 2015-03-22 13:57:37 -07:00
fbd3f79d38 Merge pull request #123 from iamqizhao/master
Performance Optimization part 1
2015-03-17 17:40:13 -07:00
80ae01071c add some comments 2015-03-17 16:49:43 -07:00
902316edc6 io batching on writing path 2015-03-17 16:05:09 -07:00
2cbafce9ba Merge pull request #122 from iamqizhao/master
initial benchmark commit. Mostly ported from interop test and Google int...
2015-03-17 14:58:03 -07:00
666e0a407b initial benchmark commit. Mostly ported from interop test and Google interal rpc microbenchmarks. 2015-03-17 14:27:34 -07:00
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