370 Commits

Author SHA1 Message Date
54b06c32f6 rename newly added function 2015-05-01 19:12:23 -07:00
0e38f0687a provide some info for the gRPC protocol and security protocol 2015-05-01 19:06:46 -07:00
4078563125 fix comments 2015-05-01 18:53:13 -07:00
263a0287c9 fix comments 2015-05-01 18:52:19 -07:00
814627b32e add comments 2015-05-01 18:17:36 -07:00
9d59a879e1 Add handshaker option to ClientConn 2015-05-01 18:10:40 -07:00
a239e5e55f Add profiling port for benchmark server 2015-04-30 19:16:27 -07:00
ae40153504 add profiling port for benchmark client 2015-04-30 19:05:16 -07:00
c90971aee7 fix a typo 2015-04-30 17:59:40 -07:00
c3da701487 gofmt -w 2015-04-30 16:36:21 -07:00
c6f6e4701d Add a handshaker option to server 2015-04-30 16:30:48 -07:00
58e0450a3c put Start/StopTimer() at right place 2015-04-29 11:20:15 -07:00
dfda1a1061 gofmt -w 2015-04-29 11:03:25 -07:00
f29a6f2d85 record per-rpc rtt in benchmark_test 2015-04-29 11:02:40 -07:00
93ec6daf9c record per-rpc latency instead of per-item 2015-04-29 10:58:56 -07:00
c0ead53d5e Add the standalone benchmark client 2015-04-28 19:23:26 -07:00
9f83f476dc add standalone benchmark server 2015-04-28 17:34:24 -07:00
0f85408fd4 Eliminate proto.Unmarshal in the generated code 2015-04-27 14:47:09 -07:00
03b78f7e01 Ack Ping frame 2015-04-24 13:55:46 -07:00
c5984b9a7d Print latency histogram for benchmarks 2015-04-23 16:25:16 -07:00
c63da93d52 stats lib for benchmark 2015-04-23 13:10:23 -07:00
571bcddd7c Add cancel_after_begin and cancel_afer_first_response test cases 2015-04-22 15:04:17 -07:00
3b8eba3a28 fix a comment 2015-04-21 17:28:46 -07:00
71c0864854 a small fix 2015-04-21 17:25:53 -07:00
dfe197d91f remove dialing work from TransportAuthenticator 2015-04-21 17:22:15 -07:00
5f7c0caeb4 modify the comment 2015-04-21 16:48:41 -07:00
e8768ecbf0 add the missing transport_test.go 2015-04-21 16:37:22 -07:00
2cf2d0871b remove WithNetwork and add WithDialer to have more flexibility on dialing 2015-04-21 16:19:29 -07:00
c0ee2e6ba1 Merge pull request #171 from iamqizhao/master
fix some logging
2015-04-17 15:46:06 -07:00
9e7b7b143a fix some logging 2015-04-17 15:37:08 -07:00
a85d0b8449 Merge pull request #170 from iamqizhao/master
fix transport_test.go
2015-04-17 14:52:41 -07:00
888a267c6d fix a typo 2015-04-17 14:41:18 -07:00
24de319e1c fix transport_test.go 2015-04-17 14:16:21 -07:00
28245fe2a6 Merge pull request #169 from iamqizhao/master
support unix domain socket
2015-04-17 14:07:09 -07:00
755059ebd3 remove some logging 2015-04-17 14:03:53 -07:00
1b6e3a9200 gofmt 2015-04-17 14:00:21 -07:00
c6f1664bfe fix some typos and run gofmt 2015-04-17 13:58:30 -07:00
3259049490 fix some typos and run gofmt 2015-04-17 13:50:18 -07:00
e71c095c78 Add unix domain socket support 2015-04-17 13:40:57 -07:00
f5cdf0accd Merge pull request #168 from iamqizhao/master
Add application default credentials
2015-04-15 17:28:28 -07:00
94a47542e0 Add application default credentials 2015-04-15 17:24:37 -07:00
49257b21ef Merge pull request #167 from iamqizhao/master
Refactor tlsCreds to allow users pass in a tls.Config.
2015-04-15 15:49:56 -07:00
d52d8e2d40 gofmt 2015-04-15 15:42:15 -07:00
3130172948 fix some comments 2015-04-15 15:40:58 -07:00
93e2f8140e add missing comments 2015-04-15 15:37:42 -07:00
dea407f640 Refactor tlsCreds so that the caller can confgiure a tls.Config completely by itself 2015-04-15 15:35:42 -07:00
da3d957590 Merge pull request #166 from iamqizhao/hpack
return codes.OK for nil error
2015-04-15 13:15:24 -07:00
6682b35fb6 return codes.OK for nil error 2015-04-15 11:42:35 -07:00
9660d96312 Merge pull request #165 from iamqizhao/hpack
bug fix: processing header fields regardless in order to keep HPACK tabl...
2015-04-14 18:55:45 -07:00
b8cfe25c6e bug fix: processing header fields regardless in order to keep HPACK tables consistent 2015-04-14 18:50:32 -07:00